WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
122974
Remove saving callFrameRegister to JITStackFrame in JITCompiler::compileFunction()
https://bugs.webkit.org/show_bug.cgi?id=122974
Summary
Remove saving callFrameRegister to JITStackFrame in JITCompiler::compileFunct...
Michael Saboff
Reported
2013-10-17 11:04:44 PDT
This is no longer needed as the stack check and arity check are now operations. Change is to delete two instances of move(stackPointerRegister, GPRInfo::argumentGPR0); poke(GPRInfo::callFrameRegister, OBJECT_OFFSETOF(struct JITStackFrame, callFrame) / sizeof(void*)); in Source/JavaScriptCore/dfg/DFGJITCompiler.cpp
Attachments
Patch
(2.23 KB, patch)
2013-10-17 11:32 PDT
,
Michael Saboff
ggaren
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2013-10-17 11:32:08 PDT
Created
attachment 214475
[details]
Patch
Geoffrey Garen
Comment 2
2013-10-17 11:46:34 PDT
Comment on
attachment 214475
[details]
Patch r=me
Michael Saboff
Comment 3
2013-10-17 11:56:07 PDT
Committed
r157586
: <
http://trac.webkit.org/changeset/157586
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug