http://codereview.chromium.org/2847048/diff/11001/12004
File src/isolate.h (right):

http://codereview.chromium.org/2847048/diff/11001/12004#newcode380
src/isolate.h:380: static Isolate* Current() {
Two questions:
1. Can we set the TLS in our static initializer? (To avoid checking for
NULL here.)
2. Can we use two TLS keys: isolate and all other stuff? (To avoid extra
indirection.)

http://codereview.chromium.org/2847048/show

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

Reply via email to