Reviewers: Vitaly,

Message:
Except regular merge, I pulled LAllocator::Setup() into a new
Isolate::RunStaticInitializers(). The initializing of shared caches can be done
otherwise on multiple threads and it is not thread-safe, even though the end
result of initializing is the same. So it makes sense to only do it once.

One of isolate tests failed because of that.

Description:
[Isolates] Merge 6500:6700 from bleeding_edge to isolates.

Please review this at http://codereview.chromium.org/6606006/

SVN Base: http://v8.googlecode.com/svn/branches/experimental/isolates/

Affected files:
  M     .gitignore
  M     AUTHORS
  M     ChangeLog
  A  +  LICENSE.strongtalk
  A  +  LICENSE.v8
  A  +  LICENSE.valgrind
  M     MERGE
  M     include/v8.h
  M     src/accessors.cc
  M     src/api.cc
  M     src/arm/assembler-arm.h
  M     src/arm/assembler-arm.cc
  M     src/arm/code-stubs-arm.h
  M     src/arm/code-stubs-arm.cc
  M     src/arm/codegen-arm.h
  M     src/arm/codegen-arm.cc
  M     src/arm/constants-arm.h
  M     src/arm/deoptimizer-arm.cc
  M     src/arm/disasm-arm.cc
  M     src/arm/full-codegen-arm.cc
  M     src/arm/ic-arm.cc
  M     src/arm/jump-target-arm.cc
  M     src/arm/lithium-arm.h
  M     src/arm/lithium-arm.cc
  M     src/arm/lithium-codegen-arm.h
  M     src/arm/lithium-codegen-arm.cc
  M     src/arm/macro-assembler-arm.h
  M     src/arm/macro-assembler-arm.cc
  M     src/arm/simulator-arm.h
  M     src/arm/simulator-arm.cc
  M     src/arm/stub-cache-arm.cc
  M     src/arm/virtual-frame-arm.cc
  M     src/array.js
  M     src/assembler.h
  M     src/assembler.cc
  M     src/ast.h
  M     src/ast.cc
  M     src/bootstrapper.cc
  M     src/builtins.cc
  M     src/code-stubs.h
  M     src/codegen-inl.h
  M     src/compilation-cache.h
  M     src/compilation-cache.cc
  M     src/compiler.h
  M     src/compiler.cc
  M     src/conversions.cc
  M     src/date.js
  M     src/deoptimizer.h
  M     src/deoptimizer.cc
  M     src/disassembler.cc
  M     src/extensions/experimental/i18n-extension.cc
  M     src/extensions/gc-extension.cc
  M     src/factory.h
  M     src/factory.cc
  M     src/frames.cc
  M     src/full-codegen.h
  M     src/full-codegen.cc
  M     src/gdb-jit.h
  M     src/gdb-jit.cc
  M     src/handles.cc
  M     src/hashmap.h
  M     src/heap-profiler.cc
  M     src/heap.h
  M     src/heap.cc
  M     src/hydrogen-instructions.h
  M     src/hydrogen-instructions.cc
  M     src/hydrogen.h
  M     src/hydrogen.cc
  M     src/ia32/assembler-ia32.h
  M     src/ia32/assembler-ia32.cc
  M     src/ia32/code-stubs-ia32.h
  M     src/ia32/code-stubs-ia32.cc
  M     src/ia32/codegen-ia32.h
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/deoptimizer-ia32.cc
  M     src/ia32/disasm-ia32.cc
  M     src/ia32/full-codegen-ia32.cc
  M     src/ia32/ic-ia32.cc
  M     src/ia32/lithium-codegen-ia32.h
  M     src/ia32/lithium-codegen-ia32.cc
  M     src/ia32/lithium-ia32.h
  M     src/ia32/lithium-ia32.cc
  M     src/ia32/macro-assembler-ia32.h
  M     src/ia32/macro-assembler-ia32.cc
  M     src/ia32/stub-cache-ia32.cc
  M     src/ic.cc
  M     src/isolate.h
  M     src/isolate.cc
  M     src/json.js
  A  +  src/lithium-allocator-inl.h
  M     src/lithium-allocator.h
  M     src/lithium-allocator.cc
  M     src/lithium.h
  M     src/messages.h
  M     src/messages.cc
  M     src/messages.js
  M     src/mirror-debugger.js
  M     src/objects-debug.cc
  M     src/objects-inl.h
  M     src/objects-printer.cc
  M     src/objects-visiting.cc
  M     src/objects.h
  M     src/objects.cc
  M     src/parser.h
  M     src/parser.cc
  M     src/preparser.h
  M     src/preparser.cc
  M     src/prettyprinter.cc
  M     src/regexp.js
  M     src/runtime.h
  M     src/runtime.cc
  M     src/safepoint-table.h
  M     src/safepoint-table.cc
  M     src/scanner-base.h
  M     src/scanner-base.cc
  M     src/scanner.h
  M     src/scanner.cc
  M     src/scopes.cc
  M     src/stub-cache.h
  M     src/stub-cache.cc
  M     src/token.h
  M     src/top.cc
  M     src/type-info.h
  M     src/type-info.cc
  M     src/uri.js
  M     src/utils.h
  M     src/v8globals.h
  M     src/v8natives.js
  M     src/variables.h
  M     src/variables.cc
  M     src/version.cc
  M     src/x64/assembler-x64.h
  M     src/x64/assembler-x64.cc
  M     src/x64/code-stubs-x64.h
  M     src/x64/code-stubs-x64.cc
  M     src/x64/codegen-x64.h
  M     src/x64/codegen-x64.cc
  M     src/x64/cpu-x64.cc
  M     src/x64/deoptimizer-x64.cc
  M     src/x64/disasm-x64.cc
  M     src/x64/frames-x64.h
  M     src/x64/full-codegen-x64.cc
  M     src/x64/ic-x64.cc
  M     src/x64/lithium-codegen-x64.h
  M     src/x64/lithium-codegen-x64.cc
  M     src/x64/lithium-x64.h
  M     src/x64/lithium-x64.cc
  M     src/x64/macro-assembler-x64.h
  M     src/x64/macro-assembler-x64.cc
  M     src/x64/stub-cache-x64.cc
  M     test/cctest/cctest.status
  M     test/cctest/test-api.cc
  M     test/cctest/test-assembler-arm.cc
  M     test/cctest/test-bignum-dtoa.cc
  M     test/cctest/test-disasm-arm.cc
  M     test/cctest/test-disasm-ia32.cc
  M     test/cctest/test-dtoa.cc
  M     test/cctest/test-fast-dtoa.cc
  M     test/cctest/test-log.cc
  M     test/cctest/test-strtod.cc
  M     test/es5conform/es5conform.status
  M     test/mjsunit/array-splice.js
  M     test/mjsunit/compiler/literals.js
  A  +  test/mjsunit/compiler/regress-1085.js
  M     test/mjsunit/debug-backtrace-text.js
  M     test/mjsunit/delete-global-properties.js
  M     test/mjsunit/get-own-property-descriptor.js
  M     test/mjsunit/getter-in-prototype.js
  M     test/mjsunit/json.js
  M     test/mjsunit/math-pow.js
  M     test/mjsunit/mirror-error.js
  M     test/mjsunit/mjsunit.status
  M     test/mjsunit/object-define-property.js
  A  +  test/mjsunit/regress/regress-1079.js
  A  +  test/mjsunit/regress/regress-1083.js
  A  +  test/mjsunit/regress/regress-1092.js
  A  +  test/mjsunit/regress/regress-1099.js
  A  +  test/mjsunit/regress/regress-1103.js
  A  +  test/mjsunit/regress/regress-1104.js
  A  +  test/mjsunit/regress/regress-1107.js
  A  +  test/mjsunit/regress/regress-1110.js
  A  +  test/mjsunit/regress/regress-1112.js
  A  +  test/mjsunit/regress/regress-1117.js
  A  +  test/mjsunit/regress/regress-1118.js
  A  +  test/mjsunit/regress/regress-1119.js
  A  +  test/mjsunit/regress/regress-1120.js
  A  +  test/mjsunit/regress/regress-1121.js
  A  +  test/mjsunit/regress/regress-1122.js
  A  +  test/mjsunit/regress/regress-1125.js
  A  +  test/mjsunit/regress/regress-3408144.js
  A  +  test/mjsunit/regress/regress-71647.js
  M     test/mjsunit/regress/regress-900966.js
  A  +  test/mjsunit/regress/regress-992.js
  A  +  test/mjsunit/regress/regress-deopt-gc.js
  A  +  test/mjsunit/strict-mode-eval.js
  M     test/mjsunit/strict-mode.js
  M     test/mozilla/mozilla.status
  M     tools/gyp/v8.gyp
  M     tools/v8.xcodeproj/project.pbxproj
  M     tools/visual_studio/v8_base.vcproj
  M     tools/visual_studio/v8_base_arm.vcproj
  M     tools/visual_studio/v8_base_x64.vcproj


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

Reply via email to