Bug 101718 - DFG should optimize out the NaN check on loads from double arrays if the array prototype chain is having a great time
Summary: DFG should optimize out the NaN check on loads from double arrays if the arra...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Filip Pizlo
URL:
Keywords:
Depends on: 98606 101719 101720
Blocks:
  Show dependency treegraph
 
Reported: 2012-11-09 00:18 PST by Filip Pizlo
Modified: 2012-11-10 18:56 PST (History)
8 users (show)

See Also:


Attachments
work in progress (14.75 KB, patch)
2012-11-09 00:38 PST, Filip Pizlo
no flags Details | Formatted Diff | Diff
the patch (20.04 KB, patch)
2012-11-10 14:13 PST, Filip Pizlo
webkit-ews: commit-queue-
Details | Formatted Diff | Diff
the patch (21.82 KB, patch)
2012-11-10 14:46 PST, Filip Pizlo
ggaren: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Filip Pizlo 2012-11-09 00:18:08 PST
Patch forthcoming.
Comment 1 Filip Pizlo 2012-11-09 00:38:00 PST
Created attachment 173228 [details]
work in progress
Comment 2 Filip Pizlo 2012-11-10 14:13:00 PST
Created attachment 173474 [details]
the patch
Comment 3 Early Warning System Bot 2012-11-10 14:19:41 PST
Comment on attachment 173474 [details]
the patch

Attachment 173474 [details] did not pass qt-ews (qt):
Output: http://queues.webkit.org/results/14790581
Comment 4 Early Warning System Bot 2012-11-10 14:21:22 PST
Comment on attachment 173474 [details]
the patch

Attachment 173474 [details] did not pass qt-wk2-ews (qt):
Output: http://queues.webkit.org/results/14682467
Comment 5 Filip Pizlo 2012-11-10 14:31:59 PST
(In reply to comment #4)
> (From update of attachment 173474 [details])
> Attachment 173474 [details] did not pass qt-wk2-ews (qt):
> Output: http://queues.webkit.org/results/14682467

Oops, simple compile error in 32-bit.  Will fix.
Comment 6 Filip Pizlo 2012-11-10 14:46:17 PST
Created attachment 173477 [details]
the patch
Comment 7 Geoffrey Garen 2012-11-10 15:30:24 PST
Comment on attachment 173477 [details]
the patch

r=me
Comment 8 Filip Pizlo 2012-11-10 18:56:59 PST
Landed in http://trac.webkit.org/changeset/134168