Bug 157671 - [JSC] Emit the loads of emitLoadWithStructureCheck() in the order they are used
Summary: [JSC] Emit the loads of emitLoadWithStructureCheck() in the order they are used
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Benjamin Poulain
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-05-13 02:29 PDT by Benjamin Poulain
Modified: 2016-05-13 16:43 PDT (History)
5 users (show)

See Also:


Attachments
Patch (1.64 KB, patch)
2016-05-13 02:31 PDT, Benjamin Poulain
mark.lam: review+
buildbot: commit-queue-
Details | Formatted Diff | Diff
Archive of layout-test-results from ews122 for ios-simulator-wk2 (627.40 KB, application/zip)
2016-05-13 03:36 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Benjamin Poulain 2016-05-13 02:29:57 PDT
[JSC] Emit the loads of emitLoadWithStructureCheck() in the order they are used
Comment 1 Benjamin Poulain 2016-05-13 02:31:14 PDT
Created attachment 278826 [details]
Patch
Comment 2 Build Bot 2016-05-13 03:36:20 PDT
Comment on attachment 278826 [details]
Patch

Attachment 278826 [details] did not pass ios-sim-ews (ios-simulator-wk2):
Output: http://webkit-queues.webkit.org/results/1314129

New failing tests:
fast/scrolling/ios/scrollTo-at-page-load.html
Comment 3 Build Bot 2016-05-13 03:36:22 PDT
Created attachment 278830 [details]
Archive of layout-test-results from ews122 for ios-simulator-wk2

The attached test failures were seen while running run-webkit-tests on the ios-sim-ews.
Bot: ews122  Port: ios-simulator-wk2  Platform: Mac OS X 10.11.4
Comment 4 Mark Lam 2016-05-13 07:32:01 PDT
Comment on attachment 278826 [details]
Patch

r=me.  It's at least harmless.
Comment 5 Benjamin Poulain 2016-05-13 16:43:38 PDT
Committed r200896: <http://trac.webkit.org/changeset/200896>