Changeset 189120 in webkit
- Timestamp:
- Aug 28, 2015, 12:49:49 PM (10 years ago)
- Location:
- trunk/Source/JavaScriptCore
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/ChangeLog
r189104 r189120 1 2015-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 1 14 2015-08-28 Joseph Pecoraro <pecoraro@apple.com> 2 15 -
trunk/Source/JavaScriptCore/tests/stress/regress-148564.js
r189103 r189120 1 //@ run ("regress", "--enableAccessInlining=false")1 //@ runNoCJITNoAccessInlining 2 2 3 3 // Regression test for https://bugs.webkit.org/show_bug.cgi?id=148542
Note:
See TracChangeset
for help on using the changeset viewer.