Title: [165158] trunk/Source/_javascript_Core
Revision
165158
Author
[email protected]
Date
2014-03-05 18:30:51 -0800 (Wed, 05 Mar 2014)

Log Message

Another build fix attempt after r165141.

* ftl/FTLCompile.cpp:
(JSC::FTL::fixFunctionBasedOnStackMaps):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (165157 => 165158)


--- trunk/Source/_javascript_Core/ChangeLog	2014-03-06 02:26:28 UTC (rev 165157)
+++ trunk/Source/_javascript_Core/ChangeLog	2014-03-06 02:30:51 UTC (rev 165158)
@@ -1,5 +1,12 @@
 2014-03-05  Ryosuke Niwa  <[email protected]>
 
+        Another build fix attempt after r165141.
+
+        * ftl/FTLCompile.cpp:
+        (JSC::FTL::fixFunctionBasedOnStackMaps):
+
+2014-03-05  Ryosuke Niwa  <[email protected]>
+
         FTL build fix attempt after r165141.
 
         * ftl/FTLCompile.cpp:

Modified: trunk/Source/_javascript_Core/ftl/FTLCompile.cpp (165157 => 165158)


--- trunk/Source/_javascript_Core/ftl/FTLCompile.cpp	2014-03-06 02:26:28 UTC (rev 165157)
+++ trunk/Source/_javascript_Core/ftl/FTLCompile.cpp	2014-03-06 02:30:51 UTC (rev 165158)
@@ -346,7 +346,7 @@
                 
                 JITPutByIdGenerator gen(
                     codeBlock, putById.codeOrigin(), usedRegisters, JSValueRegs(base),
-                    JSValueRegs(value), GPRInfo::patchpointScratchRegister, false,
+                    JSValueRegs(value), GPRInfo::patchpointScratchRegister, NeedToSpill,
                     putById.ecmaMode(), putById.putKind());
                 
                 MacroAssembler::Label begin = slowPathJIT.label();
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to