Reviewers: Vyacheslav Egorov,

Description:
Fix assert error in r6083 by allowing stub calls from TranscendentalCacheStub.

Please review this at http://codereview.chromium.org/6021004/

SVN Base: http://v8.googlecode.com/svn/branches/bleeding_edge/

Affected files:
  M     src/code-stubs.h


Index: src/code-stubs.h
===================================================================
--- src/code-stubs.h    (revision 6099)
+++ src/code-stubs.h    (working copy)
@@ -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)                           \


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

Reply via email to