Reviewers: Vitaly, Message: TBR=vitalyr
Regular merge, few simple conflicts. The only thing which is not mechanical: replaced ASSERT(global_isolate->PreInit()) with CHECK(global_isolate->PreInit()) to fix the release test run. Description: [Isolates] Merge 4785:4831 of bleeding_edge into isolates branch. Please review this at http://codereview.chromium.org/2774005/show SVN Base: http://v8.googlecode.com/svn/branches/experimental/isolates/ Affected files: M ChangeLog M include/v8.h M src/api.cc M src/arm/assembler-arm-inl.h M src/arm/assembler-arm.h M src/arm/assembler-arm.cc M src/arm/codegen-arm.h M src/arm/codegen-arm.cc M src/arm/debug-arm.cc M src/arm/full-codegen-arm.cc M src/arm/ic-arm.cc M src/arm/stub-cache-arm.cc M src/assembler.h M src/assembler.cc M src/ast.h M src/builtins.h M src/builtins.cc M src/checks.h M src/codegen.cc M src/compilation-cache.h M src/compilation-cache.cc M src/compiler.cc M src/cpu-profiler.cc M src/d8.cc M src/debug.h M src/debug.cc M src/disassembler.cc M src/flag-definitions.h M src/full-codegen.h M src/full-codegen.cc M src/globals.h M src/heap-inl.h M src/heap.h M src/heap.cc M src/ia32/assembler-ia32-inl.h M src/ia32/assembler-ia32.h M src/ia32/assembler-ia32.cc M src/ia32/builtins-ia32.cc M src/ia32/codegen-ia32.h M src/ia32/codegen-ia32.cc M src/ia32/debug-ia32.cc M src/ia32/disasm-ia32.cc M src/ia32/full-codegen-ia32.cc M src/ia32/ic-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/ia32/virtual-frame-ia32.h M src/ia32/virtual-frame-ia32.cc M src/ic.h M src/ic.cc M src/isolate.cc M src/liveedit.cc M src/log.h M src/log.cc M src/mark-compact.cc M src/mips/assembler-mips.h M src/mips/assembler-mips.cc M src/objects-inl.h M src/objects.h M src/objects.cc M src/parser.cc M src/profile-generator.h M src/profile-generator.cc M src/regexp.js M src/runtime.h M src/runtime.cc M src/serialize.cc M src/spaces.cc M src/stub-cache.h M src/stub-cache.cc M src/utils.h M src/v8-counters.h M src/v8threads.h M src/v8threads.cc M src/version.cc M src/x64/assembler-x64-inl.h M src/x64/assembler-x64.h M src/x64/assembler-x64.cc M src/x64/builtins-x64.cc M src/x64/codegen-x64.h M src/x64/codegen-x64.cc M src/x64/debug-x64.cc M src/x64/full-codegen-x64.cc M src/x64/ic-x64.cc M src/x64/stub-cache-x64.cc M src/x64/virtual-frame-x64.cc M test/cctest/test-api.cc M test/cctest/test-cpu-profiler.cc M test/cctest/test-debug.cc M test/cctest/test-decls.cc M test/cctest/test-disasm-ia32.cc M test/cctest/test-heap.cc M test/cctest/test-profile-generator.cc M test/cctest/test-utils.cc M test/mjsunit/const-eval-init.js M test/mjsunit/debug-conditional-breakpoints.js M test/mjsunit/debug-step.js M test/mjsunit/eval.js A test/mjsunit/keyed-call-ic.js A test/mjsunit/regress/regress-728.js A test/mjsunit/regress/regress-732.js M test/mjsunit/string-charat.js M test/mjsunit/string-charcodeat.js -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
