Title: [189120] trunk/Source/_javascript_Core
Revision
189120
Author
[email protected]
Date
2015-08-28 12:49:49 -0700 (Fri, 28 Aug 2015)

Log 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:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (189119 => 189120)


--- trunk/Source/_javascript_Core/ChangeLog	2015-08-28 19:41:39 UTC (rev 189119)
+++ trunk/Source/_javascript_Core/ChangeLog	2015-08-28 19:49:49 UTC (rev 189120)
@@ -1,3 +1,16 @@
+2015-08-28  Mark Lam  <[email protected]>
+
+        [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:
+
 2015-08-28  Joseph Pecoraro  <[email protected]>
 
         Web Inspector: Separate creating a style sheet from adding a new rule in the protocol

Modified: trunk/Source/_javascript_Core/tests/stress/regress-148564.js (189119 => 189120)


--- trunk/Source/_javascript_Core/tests/stress/regress-148564.js	2015-08-28 19:41:39 UTC (rev 189119)
+++ trunk/Source/_javascript_Core/tests/stress/regress-148564.js	2015-08-28 19:49:49 UTC (rev 189120)
@@ -1,4 +1,4 @@
-//@ run("regress", "--enableAccessInlining=false")
+//@ runNoCJITNoAccessInlining
 
 // Regression test for https://bugs.webkit.org/show_bug.cgi?id=148542
 //
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to