Reviewers: Michael Starzinger, Description: Removed a bunch of GetExistingThreadLocal calls by threading the Isolate.
For Octane, the number of calls go down from 7341629 to 1947880, i.e. they are reduced by more than 73%. TLS access is not especially cheap, so this exercise
seems worthwhile. Please review this at https://codereview.chromium.org/11412007/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/api.cc M src/arm/full-codegen-arm.cc M src/factory.cc M src/handles.h M src/hydrogen.cc M src/ia32/full-codegen-ia32.cc M src/ic-inl.h M src/ic.cc M src/mips/full-codegen-mips.cc M src/objects.h M src/objects.cc M src/parser.cc M src/runtime.cc M src/stub-cache.cc M src/type-info.cc M src/variables.h M src/x64/full-codegen-x64.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
