WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 138651
Change DFG to use scope operand for op_resolve_scope
https://bugs.webkit.org/show_bug.cgi?id=138651
Summary
Change DFG to use scope operand for op_resolve_scope
Michael Saboff
Reported
2014-11-11 20:30:07 PST
The DFG should use the scope operand provided by op_resolve_scope.
Attachments
Patch
(2.19 KB, patch)
2014-11-11 20:37 PST
,
Michael Saboff
ggaren
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Michael Saboff
Comment 1
2014-11-11 20:37:46 PST
Created
attachment 241412
[details]
Patch
Geoffrey Garen
Comment 2
2014-11-11 21:25:43 PST
Comment on
attachment 241412
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=241412&action=review
r=me
> Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:2304 > +Node* ByteCodeParser::getScope(VirtualRegister scope, unsigned skipCount)
Strange to call a function named "get scope" and pass it a thing named "scope". A better name for this argument would be scopeChain, since it's the list of possible scopes, but the head is not necessarily the one you want to get.
Michael Saboff
Comment 3
2014-11-11 21:59:52 PST
(In reply to
comment #2
)
> Comment on
attachment 241412
[details]
> Patch > > View in context: >
https://bugs.webkit.org/attachment.cgi?id=241412&action=review
> > r=me > > > Source/JavaScriptCore/dfg/DFGByteCodeParser.cpp:2304 > > +Node* ByteCodeParser::getScope(VirtualRegister scope, unsigned skipCount) > > Strange to call a function named "get scope" and pass it a thing named > "scope". > > A better name for this argument would be scopeChain, since it's the list of > possible scopes, but the head is not necessarily the one you want to get.
I changed the argument's name to scopeChain.
Michael Saboff
Comment 4
2014-11-11 22:00:41 PST
Committed
r176005
: <
http://trac.webkit.org/changeset/176005
>
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