WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
130764
Arguments simplification phase should be fine with marking the arguments local itself as an arguments alias
https://bugs.webkit.org/show_bug.cgi?id=130764
Summary
Arguments simplification phase should be fine with marking the arguments loca...
Filip Pizlo
Reported
2014-03-25 19:52:53 PDT
Being an arguments alias just means that your OSR exit recovery should attempt arguments creation. This is true of arguments locals. We had special cases that tried to make it not true of arguments locals. The only consequence of those special cases was to cause crashes in case of arguments that are also captured variables (i.e. we have SlowArguments). <
rdar://problem/16304788
>
Attachments
the patch
(3.98 KB, patch)
2014-03-25 19:56 PDT
,
Filip Pizlo
sam
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Filip Pizlo
Comment 1
2014-03-25 19:56:17 PDT
Created
attachment 227824
[details]
the patch
Sam Weinig
Comment 2
2014-03-25 21:06:09 PDT
Comment on
attachment 227824
[details]
the patch View in context:
https://bugs.webkit.org/attachment.cgi?id=227824&action=review
> Source/JavaScriptCore/ChangeLog:17 > + arguments aliases, and non-captured variables get completely SSAified - i.e. no Setocals
Setocals -> SetLocals
Filip Pizlo
Comment 3
2014-03-25 21:09:35 PDT
Landed in
http://trac.webkit.org/changeset/166281
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