Changeset 189120 in webkit


Ignore:
Timestamp:
Aug 28, 2015, 12:49:49 PM (10 years ago)
Author:
mark.lam@apple.com
Message:

[Follow up] ScratchRegisterAllocator::preserveReusedRegistersByPushing() should allow room for C helper calls and keep sp properly aligned.
https://bugs.webkit.org/show_bug.cgi?id=148564

Not reviewed.

Updated the test to run with @ runNoCJITNoAccessInlining instead of specifying
the JSC option directly via
@ run(). This is the right thing to do in order
to guarantee that the test will be compiled by the DFG.

  • tests/stress/regress-148564.js:
Location:
trunk/Source/JavaScriptCore
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/JavaScriptCore/ChangeLog

    r189104 r189120  
     12015-08-28  Mark Lam  <mark.lam@apple.com>
     2
     3        [Follow up] ScratchRegisterAllocator::preserveReusedRegistersByPushing() should allow room for C helper calls and keep sp properly aligned.
     4        https://bugs.webkit.org/show_bug.cgi?id=148564
     5
     6        Not reviewed.
     7
     8        Updated the test to run with //@ runNoCJITNoAccessInlining instead of specifying
     9        the JSC option directly via //@ run().  This is the right thing to do in order
     10        to guarantee that the test will be compiled by the DFG.
     11
     12        * tests/stress/regress-148564.js:
     13
    1142015-08-28  Joseph Pecoraro  <pecoraro@apple.com>
    215
  • trunk/Source/JavaScriptCore/tests/stress/regress-148564.js

    r189103 r189120  
    1 //@ run("regress", "--enableAccessInlining=false")
     1//@ runNoCJITNoAccessInlining
    22
    33// Regression test for https://bugs.webkit.org/show_bug.cgi?id=148542
Note: See TracChangeset for help on using the changeset viewer.