http://codereview.chromium.org/2657004/diff/8001/9006 File src/heap.h (right):
http://codereview.chromium.org/2657004/diff/8001/9006#newcode1824 src/heap.h:1824: class TranscendentalCache: public TranscendentalCacheTypes { Why not make TrascendentalCache itself a part of the isolate? This is the approach we're trying to use in this branch. Otherwise, some code that already knows the current isolate has to do repeated TLS reads to get to other pieces of state. http://codereview.chromium.org/2657004/show -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
