Title: [107594] trunk/Source/_javascript_Core
Revision
107594
Author
[email protected]
Date
2012-02-13 12:31:43 -0800 (Mon, 13 Feb 2012)

Log Message

Update MIPS patchOffsetGetByIdSlowCaseCall
https://bugs.webkit.org/show_bug.cgi?id=78392

Patch by Chao-ying Fu <[email protected]> on 2012-02-13
Reviewed by Gavin Barraclough.

* jit/JIT.h:
(JIT):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (107593 => 107594)


--- trunk/Source/_javascript_Core/ChangeLog	2012-02-13 20:14:58 UTC (rev 107593)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-02-13 20:31:43 UTC (rev 107594)
@@ -1,3 +1,13 @@
+2012-02-13  Chao-ying Fu  <[email protected]>
+
+        Update MIPS patchOffsetGetByIdSlowCaseCall
+        https://bugs.webkit.org/show_bug.cgi?id=78392
+
+        Reviewed by Gavin Barraclough.
+
+        * jit/JIT.h:
+        (JIT):
+
 2012-02-13  Patrick Gansterer  <[email protected]>
 
         Remove obsolete #if from ThreadSpecific.h

Modified: trunk/Source/_javascript_Core/jit/JIT.h (107593 => 107594)


--- trunk/Source/_javascript_Core/jit/JIT.h	2012-02-13 20:14:58 UTC (rev 107593)
+++ trunk/Source/_javascript_Core/jit/JIT.h	2012-02-13 20:31:43 UTC (rev 107594)
@@ -500,7 +500,7 @@
 #if ENABLE(OPCODE_SAMPLING)
         #error "OPCODE_SAMPLING is not yet supported"
 #else
-        static const int patchOffsetGetByIdSlowCaseCall = 56;
+        static const int patchOffsetGetByIdSlowCaseCall = 64;
 #endif
         static const int patchOffsetOpCallCompareToJump = 32;
         static const int patchOffsetMethodCheckProtoObj = 32;
@@ -518,7 +518,7 @@
 #if ENABLE(OPCODE_SAMPLING)
         #error "OPCODE_SAMPLING is not yet supported"
 #else
-        static const int patchOffsetGetByIdSlowCaseCall = 56;
+        static const int patchOffsetGetByIdSlowCaseCall = 64;
 #endif
         static const int patchOffsetOpCallCompareToJump = 32;
         static const int patchOffsetMethodCheckProtoObj = 32;
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to