Reviewers: Sven Panne,
Description:
Deprecate FACTORY helper macro.
This removes the FACTORY helper macro to avoid accidental TLS access
when using the factory. Most internal code has access to the Isolate by
now whereas tests which are not performance critical still heavily use
TLS access through explicit Isolate::Current() calls.
[email protected]
Please review this at https://codereview.chromium.org/16337005/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M src/api.h
M src/api.cc
M src/arm/code-stubs-arm.cc
M src/arm/full-codegen-arm.cc
M src/arm/regexp-macro-assembler-arm.cc
M src/ast.cc
M src/bootstrapper.h
M src/bootstrapper.cc
M src/compiler.cc
M src/d8.cc
M src/debug.cc
M src/execution.cc
M src/heap.cc
M src/hydrogen-instructions.h
M src/hydrogen-instructions.cc
M src/ia32/code-stubs-ia32.cc
M src/ia32/full-codegen-ia32.cc
M src/ia32/ic-ia32.cc
M src/ia32/macro-assembler-ia32.cc
M src/isolate.h
M src/isolate.cc
M src/jsregexp.cc
M src/liveedit.cc
M src/messages.h
M src/messages.cc
M src/objects.cc
M src/parser.cc
M src/runtime.cc
M src/scopeinfo.cc
M src/string-stream.cc
M src/stub-cache.cc
M src/type-info.cc
M src/x64/code-stubs-x64.cc
M src/x64/full-codegen-x64.cc
M test/cctest/test-alloc.cc
M test/cctest/test-api.cc
M test/cctest/test-assembler-arm.cc
M test/cctest/test-assembler-ia32.cc
M test/cctest/test-compiler.cc
M test/cctest/test-debug.cc
M test/cctest/test-dictionary.cc
M test/cctest/test-disasm-ia32.cc
M test/cctest/test-func-name-inference.cc
M test/cctest/test-heap.cc
M test/cctest/test-mark-compact.cc
M test/cctest/test-object-observe.cc
M test/cctest/test-parsing.cc
M test/cctest/test-random.cc
M test/cctest/test-serialize.cc
M test/cctest/test-strings.cc
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.