Revision: 6100
Author: [email protected]
Date: Tue Dec 21 07:10:45 2010
Log: Fix assert error in r6083 by allowing stub calls from TranscendentalCacheStub.
Review URL: http://codereview.chromium.org/6021004
http://code.google.com/p/v8/source/detail?r=6100

Modified:
 /branches/bleeding_edge/src/code-stubs.h
 /branches/bleeding_edge/src/heap.h

=======================================
--- /branches/bleeding_edge/src/code-stubs.h    Thu Dec 16 00:58:42 2010
+++ /branches/bleeding_edge/src/code-stubs.h    Tue Dec 21 07:10:45 2010
@@ -47,7 +47,7 @@
   V(Compare)                             \
   V(CompareIC)                           \
   V(MathPow)                             \
-  V(TranscendentalCacheSSE2)             \
+  V(TranscendentalCache)                 \
   V(RecordWrite)                         \
   V(ConvertToDouble)                     \
   V(WriteInt32ToHeapNumber)              \
@@ -56,7 +56,6 @@
   V(FastNewClosure)                      \
   V(FastNewContext)                      \
   V(FastCloneShallowArray)               \
-  V(TranscendentalCache)                 \
   V(GenericUnaryOp)                      \
   V(RevertToNumber)                      \
   V(ToBoolean)                           \
=======================================
--- /branches/bleeding_edge/src/heap.h  Tue Dec 21 05:24:23 2010
+++ /branches/bleeding_edge/src/heap.h  Tue Dec 21 07:10:45 2010
@@ -2062,7 +2062,6 @@
   friend class ExternalReference;
   // Inline implementation of the cache.
   friend class TranscendentalCacheStub;
-  friend class TranscendentalCacheSSE2Stub;

   static TranscendentalCache* caches_[kNumberOfCaches];
   Element elements_[kCacheSize];

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to