Title: [110204] trunk/Source/_javascript_Core
Revision
110204
Author
[email protected]
Date
2012-03-08 14:03:09 -0800 (Thu, 08 Mar 2012)

Log Message

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

Patch by Chao-ying Fu <[email protected]> on 2012-03-08
Reviewed by Oliver Hunt.

* jit/JIT.h:
(JIT):

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (110203 => 110204)


--- trunk/Source/_javascript_Core/ChangeLog	2012-03-08 22:01:41 UTC (rev 110203)
+++ trunk/Source/_javascript_Core/ChangeLog	2012-03-08 22:03:09 UTC (rev 110204)
@@ -1,3 +1,13 @@
+2012-03-08  Chao-ying Fu  <[email protected]>
+
+        Update MIPS patchOffsetGetByIdSlowCaseCall
+        https://bugs.webkit.org/show_bug.cgi?id=80302
+
+        Reviewed by Oliver Hunt.
+
+        * jit/JIT.h:
+        (JIT):
+
 2012-03-08  Oliver Hunt  <[email protected]>
 
         Missing some places where we should be blinding 64bit values (and blinding something we shouldn't)

Modified: trunk/Source/_javascript_Core/jit/JIT.h (110203 => 110204)


--- trunk/Source/_javascript_Core/jit/JIT.h	2012-03-08 22:01:41 UTC (rev 110203)
+++ trunk/Source/_javascript_Core/jit/JIT.h	2012-03-08 22:03:09 UTC (rev 110204)
@@ -507,7 +507,7 @@
 #if ENABLE(OPCODE_SAMPLING)
         #error "OPCODE_SAMPLING is not yet supported"
 #else
-        static const int patchOffsetGetByIdSlowCaseCall = 64;
+        static const int patchOffsetGetByIdSlowCaseCall = 68;
 #endif
         static const int patchOffsetOpCallCompareToJump = 32;
         static const int patchOffsetMethodCheckProtoObj = 32;
@@ -525,7 +525,7 @@
 #if ENABLE(OPCODE_SAMPLING)
         #error "OPCODE_SAMPLING is not yet supported"
 #else
-        static const int patchOffsetGetByIdSlowCaseCall = 64;
+        static const int patchOffsetGetByIdSlowCaseCall = 68;
 #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