Title: [152209] trunk/Source/_javascript_Core
Revision
152209
Author
[email protected]
Date
2013-06-29 07:59:31 -0700 (Sat, 29 Jun 2013)

Log Message

Follow-up to r152206: also update HashFlags8BitBuffer in the LLInt.

* llint/LowLevelInterpreter.asm:

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (152208 => 152209)


--- trunk/Source/_javascript_Core/ChangeLog	2013-06-29 08:18:46 UTC (rev 152208)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-06-29 14:59:31 UTC (rev 152209)
@@ -1,3 +1,9 @@
+2013-06-29  Andreas Kling  <[email protected]>
+
+        Follow-up to r152206: also update HashFlags8BitBuffer in the LLInt.
+
+        * llint/LowLevelInterpreter.asm:
+
 2013-06-28  Andreas Kling  <[email protected]>
 
         Un-crashify JSC tests on debug bots after Anders had his way with StringImpl.

Modified: trunk/Source/_javascript_Core/llint/LowLevelInterpreter.asm (152208 => 152209)


--- trunk/Source/_javascript_Core/llint/LowLevelInterpreter.asm	2013-06-29 08:18:46 UTC (rev 152208)
+++ trunk/Source/_javascript_Core/llint/LowLevelInterpreter.asm	2013-06-29 14:59:31 UTC (rev 152209)
@@ -118,7 +118,7 @@
 const LLIntReturnPC = ArgumentCount + TagOffset
 
 # String flags.
-const HashFlags8BitBuffer = 64
+const HashFlags8BitBuffer = 32
 
 # Copied from PropertyOffset.h
 const firstOutOfLineOffset = 100
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to