WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
135782
for-in optimization should also make sure the base matches the object being iterated
https://bugs.webkit.org/show_bug.cgi?id=135782
Summary
for-in optimization should also make sure the base matches the object being i...
Mark Hahnenberg
Reported
2014-08-08 18:21:22 PDT
Fix on its way...
Attachments
Patch
(10.22 KB, patch)
2014-08-08 18:23 PDT
,
Mark Hahnenberg
no flags
Details
Formatted Diff
Diff
Patch
(8.33 KB, patch)
2014-08-08 23:00 PDT
,
Mark Hahnenberg
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Mark Hahnenberg
Comment 1
2014-08-08 18:23:45 PDT
Created
attachment 236329
[details]
Patch
Mark Hahnenberg
Comment 2
2014-08-08 23:00:43 PDT
Created
attachment 236331
[details]
Patch
Geoffrey Garen
Comment 3
2014-08-11 11:25:48 PDT
Comment on
attachment 236331
[details]
Patch r=me
WebKit Commit Bot
Comment 4
2014-08-11 12:00:04 PDT
Comment on
attachment 236331
[details]
Patch Clearing flags on attachment: 236331 Committed
r172401
: <
http://trac.webkit.org/changeset/172401
>
WebKit Commit Bot
Comment 5
2014-08-11 12:00:07 PDT
All reviewed patches have been landed. Closing bug.
Mark Lam
Comment 6
2014-08-11 12:28:19 PDT
The new test in this patch is failing on 32-bit:
http://build.webkit.org/builders/Apple%20Mavericks%2032-bit%20JSC%20%28BuildAndTest%29/builds/3491/steps/webkit-32bit-jsc-test/logs/stdio
Mark Lam
Comment 7
2014-08-11 12:49:40 PDT
Looks like this is not just a 32-bit issue:
http://build.webkit.org/builders/Apple%20Mavericks%20Release%20WK1%20%28Tests%29/builds/7945
WebKit Commit Bot
Comment 8
2014-08-11 12:56:51 PDT
Re-opened since this is blocked by
bug 135812
Mark Lam
Comment 9
2014-08-11 13:17:10 PDT
Looks like there's a bug in the test. "for (var p in a) {" should be "for (var p in b) {". Currently re-testing before re-landing.
Geoffrey Garen
Comment 10
2014-08-11 14:47:05 PDT
<
rdar://problem/17793974
>
Geoffrey Garen
Comment 11
2014-08-11 14:47:19 PDT
Sorry, ignore that Radar link.
Mark Lam
Comment 12
2014-08-11 15:01:09 PDT
Patch re-landed in
r172413
: <
http://trac.webkit.org/r172413
>.
Filip Pizlo
Comment 13
2014-08-18 18:32:35 PDT
This was a 50% regression on string-fasta.
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