Revision: 6101 Author: [email protected] Date: Tue Dec 21 07:17:57 2010 Log: Version 3.0.4.1 Patch change 6100, a fix for r6063, to trunk. Review URL: http://codereview.chromium.org/6084004 http://code.google.com/p/v8/source/detail?r=6101
Modified: /trunk/src/code-stubs.h /trunk/src/heap.h /trunk/src/version.cc ======================================= --- /trunk/src/code-stubs.h Fri Dec 17 00:51:21 2010 +++ /trunk/src/code-stubs.h Tue Dec 21 07:17:57 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) \ ======================================= --- /trunk/src/heap.h Tue Dec 21 04:19:12 2010 +++ /trunk/src/heap.h Tue Dec 21 07:17:57 2010 @@ -2059,7 +2059,6 @@ friend class ExternalReference; // Inline implementation of the cache. friend class TranscendentalCacheStub; - friend class TranscendentalCacheSSE2Stub; static TranscendentalCache* caches_[kNumberOfCaches]; Element elements_[kCacheSize]; ======================================= --- /trunk/src/version.cc Tue Dec 21 04:19:12 2010 +++ /trunk/src/version.cc Tue Dec 21 07:17:57 2010 @@ -35,7 +35,7 @@ #define MAJOR_VERSION 3 #define MINOR_VERSION 0 #define BUILD_NUMBER 4 -#define PATCH_LEVEL 0 +#define PATCH_LEVEL 1 #define CANDIDATE_VERSION false // Define SONAME to have the SCons build the put a specific SONAME into the -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
