Title: [157610] trunk/Source/_javascript_Core
Revision
157610
Author
gga...@apple.com
Date
2013-10-17 16:08:46 -0700 (Thu, 17 Oct 2013)

Log Message

Removed an unused #define
https://bugs.webkit.org/show_bug.cgi?id=123000

Reviewed by Anders Carlsson.

* jit/JITStubs.h: Removed the concept of JITSTACKFRAME_ARGS_INDEX,
since it is unused now. This is a step toward using the C stack.

Modified Paths

Diff

Modified: trunk/Source/_javascript_Core/ChangeLog (157609 => 157610)


--- trunk/Source/_javascript_Core/ChangeLog	2013-10-17 23:00:25 UTC (rev 157609)
+++ trunk/Source/_javascript_Core/ChangeLog	2013-10-17 23:08:46 UTC (rev 157610)
@@ -1,5 +1,15 @@
 2013-10-17  Geoffrey Garen  <gga...@apple.com>
 
+        Removed an unused #define
+        https://bugs.webkit.org/show_bug.cgi?id=123000
+
+        Reviewed by Anders Carlsson.
+
+        * jit/JITStubs.h: Removed the concept of JITSTACKFRAME_ARGS_INDEX,
+        since it is unused now. This is a step toward using the C stack.
+
+2013-10-17  Geoffrey Garen  <gga...@apple.com>
+
         Eliminate uses of JITSTACKFRAME_ARGS_INDEX as scratch area for thunks
         https://bugs.webkit.org/show_bug.cgi?id=122973
 

Modified: trunk/Source/_javascript_Core/jit/JITStubs.h (157609 => 157610)


--- trunk/Source/_javascript_Core/jit/JITStubs.h	2013-10-17 23:00:25 UTC (rev 157609)
+++ trunk/Source/_javascript_Core/jit/JITStubs.h	2013-10-17 23:08:46 UTC (rev 157610)
@@ -315,8 +315,6 @@
 #error "JITStackFrame not defined for this platform."
 #endif
 
-#define JITSTACKFRAME_ARGS_INDEX (OBJECT_OFFSETOF(JITStackFrame, args) / sizeof(void*))
-
 #define STUB_ARGS_DECLARATION void** args
 #define STUB_ARGS (args)
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to