Reviewers: Vitaly Repeshko, Description: Require an isolate parameter for most external reference creation to avoid TLS access in connection with external references.
Make the isolate accessible via the assembler. Only for ia32 at this point. If this looks OK to you I will port it. [email protected] Please review this at http://codereview.chromium.org/6713074/ SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge Affected files: M src/assembler.h M src/assembler.cc M src/ia32/assembler-ia32.h M src/ia32/assembler-ia32.cc M src/ia32/builtins-ia32.cc M src/ia32/code-stubs-ia32.cc M src/ia32/codegen-ia32.cc M src/ia32/debug-ia32.cc M src/ia32/deoptimizer-ia32.cc M src/ia32/full-codegen-ia32.cc M src/ia32/ic-ia32.cc M src/ia32/lithium-codegen-ia32.cc M src/ia32/macro-assembler-ia32.h M src/ia32/macro-assembler-ia32.cc M src/ia32/regexp-macro-assembler-ia32.cc M src/ia32/stub-cache-ia32.cc M src/parser.h M src/parser.cc M src/serialize.cc M test/cctest/test-disasm-ia32.cc M test/cctest/test-serialize.cc -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
