Reviewers: Lasse Reichstein,

Description:
Merge up to 8597 to experimental/gc from the bleeding edge.

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

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

Affected files:
  M     AUTHORS
  M     ChangeLog
  M     MERGE
  M     SConstruct
  M     build/README.txt
  M     build/armu.gypi
  M     build/common.gypi
  M     build/gyp_v8
  A  +  build/v8-features.gypi
  M     include/v8-profiler.h
  M     include/v8.h
  M     preparser/SConscript
  M     preparser/preparser-process.cc
  M     samples/SConscript
  M     samples/process.cc
  M     samples/shell.cc
  M     src/SConscript
  M     src/accessors.cc
  M     src/api.h
  M     src/api.cc
  M     src/apinatives.js
  M     src/arguments.h
  M     src/arm/assembler-arm.h
  M     src/arm/assembler-arm.cc
  M     src/arm/builtins-arm.cc
  M     src/arm/code-stubs-arm.h
  M     src/arm/code-stubs-arm.cc
  M     src/arm/deoptimizer-arm.cc
  M     src/arm/frames-arm.h
  M     src/arm/full-codegen-arm.cc
  M     src/arm/ic-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/regexp-macro-assembler-arm.h
  M     src/arm/regexp-macro-assembler-arm.cc
  M     src/arm/stub-cache-arm.cc
  M     src/array.js
  M     src/assembler.h
  M     src/ast.h
  M     src/ast.cc
  M     src/bignum.cc
  M     src/bootstrapper.h
  M     src/bootstrapper.cc
  M     src/builtins.h
  M     src/builtins.cc
  M     src/cached-powers.cc
  M     src/code-stubs.h
  M     src/code-stubs.cc
  M     src/codegen.cc
  M     src/compilation-cache.h
  M     src/compilation-cache.cc
  M     src/compiler.h
  M     src/compiler.cc
  M     src/contexts.h
  M     src/contexts.cc
  M     src/conversions-inl.h
  M     src/conversions.h
  M     src/conversions.cc
  M     src/cpu-profiler-inl.h
  M     src/cpu-profiler.h
  M     src/cpu-profiler.cc
  M     src/d8-debug.h
  M     src/d8-debug.cc
  M     src/d8-posix.cc
  M     src/d8.h
  M     src/d8.cc
  M     src/d8.js
  MM    src/date.js
  M     src/dateparser-inl.h
  M     src/dateparser.h
  M     src/dateparser.cc
  M     src/debug-agent.h
  M     src/debug-agent.cc
  MM    src/debug-debugger.js
  M     src/debug.h
  M     src/debug.cc
  M     src/deoptimizer.h
  M     src/deoptimizer.cc
  M     src/diy-fp.h
  M     src/diy-fp.cc
  M     src/execution.cc
  M     src/extensions/experimental/break-iterator.h
  M     src/extensions/experimental/break-iterator.cc
  M     src/extensions/experimental/collator.h
  M     src/extensions/experimental/collator.cc
  A  +  src/extensions/experimental/datetime-format.h
  A  +  src/extensions/experimental/datetime-format.cc
  M     src/extensions/experimental/experimental.gyp
  M     src/extensions/experimental/i18n-extension.h
  M     src/extensions/experimental/i18n-extension.cc
  A  +  src/extensions/experimental/i18n-js2c.py
  M     src/extensions/experimental/i18n-locale.h
  M     src/extensions/experimental/i18n-locale.cc
  A  +  src/extensions/experimental/i18n-natives.h
  M     src/extensions/experimental/i18n-utils.h
  M     src/extensions/experimental/i18n-utils.cc
  M     src/extensions/experimental/language-matcher.h
  M     src/extensions/experimental/language-matcher.cc
  A  +  src/extensions/experimental/number-format.h
  A  +  src/extensions/experimental/number-format.cc
  M     src/factory.h
  M     src/factory.cc
  M     src/flag-definitions.h
  M     src/frames.h
  M     src/frames.cc
  M     src/full-codegen.h
  M     src/full-codegen.cc
  M     src/func-name-inferrer.h
  M     src/func-name-inferrer.cc
  M     src/gdb-jit.h
  M     src/gdb-jit.cc
  M     src/global-handles.h
  M     src/global-handles.cc
  M     src/handles.h
  M     src/handles.cc
  M     src/heap-inl.h
  M     src/heap-profiler.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/builtins-ia32.cc
  M     src/ia32/code-stubs-ia32.h
  M     src/ia32/code-stubs-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.h
  M     src/ia32/lithium-codegen-ia32.cc
  M     src/ia32/lithium-gap-resolver-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/regexp-macro-assembler-ia32.h
  M     src/ia32/stub-cache-ia32.cc
  M     src/ic.h
  M     src/ic.cc
  M     src/incremental-marking.cc
  M     src/isolate.h
  M     src/isolate.cc
  M     src/json-parser.h
  D     src/json-parser.cc
  MM    src/json.js
  M     src/jsregexp.h
  M     src/jsregexp.cc
  M     src/lithium-allocator-inl.h
  M     src/lithium-allocator.h
  M     src/lithium-allocator.cc
  M     src/lithium.h
  M     src/lithium.cc
  M     src/liveedit.h
  M     src/liveedit.cc
  M     src/liveobjectlist.cc
  M     src/log.h
  M     src/log.cc
  M     src/macros.py
  M     src/mark-compact.h
  M     src/mark-compact.cc
  M     src/messages.js
  M     src/mips/assembler-mips-inl.h
  M     src/mips/assembler-mips.h
  M     src/mips/assembler-mips.cc
  M     src/mips/builtins-mips.cc
  M     src/mips/code-stubs-mips.h
  M     src/mips/code-stubs-mips.cc
  M     src/mips/constants-mips.h
  M     src/mips/deoptimizer-mips.cc
  M     src/mips/full-codegen-mips.cc
  M     src/mips/ic-mips.cc
  M     src/mips/macro-assembler-mips.h
  M     src/mips/macro-assembler-mips.cc
  M     src/mips/regexp-macro-assembler-mips.h
  M     src/mips/regexp-macro-assembler-mips.cc
  M     src/mips/simulator-mips.h
  M     src/mips/simulator-mips.cc
  M     src/mips/stub-cache-mips.cc
  MM    src/mirror-debugger.js
  A  +  src/misc-intrinsics.h
  M     src/mksnapshot.cc
  M     src/natives.h
  M     src/objects-debug.cc
  M     src/objects-inl.h
  M     src/objects-printer.cc
  M     src/objects-visiting-inl.h
  M     src/objects-visiting.h
  M     src/objects-visiting.cc
  MM    src/objects.h
  M     src/objects.cc
  M     src/parser.h
  M     src/parser.cc
  M     src/platform-cygwin.cc
  M     src/platform-freebsd.cc
  M     src/platform-linux.cc
  M     src/platform-macos.cc
  M     src/platform-nullos.cc
  M     src/platform-openbsd.cc
  M     src/platform-posix.cc
  M     src/platform-solaris.cc
  M     src/platform-win32.cc
  M     src/platform.h
  M     src/preparse-data-format.h
  M     src/preparse-data.h
  M     src/preparser-api.cc
  M     src/preparser.h
  M     src/preparser.cc
  M     src/prettyprinter.cc
  M     src/profile-generator.h
  M     src/profile-generator.cc
  M     src/proxy.js
  MM    src/regexp.js
  M     src/rewriter.cc
  M     src/runtime-profiler.h
  M     src/runtime-profiler.cc
  M     src/runtime.h
  MM    src/runtime.cc
  M     src/scanner-base.h
  M     src/scanner-base.cc
  M     src/scanner.h
  M     src/scanner.cc
  M     src/scopeinfo.h
  M     src/scopes.h
  M     src/scopes.cc
  M     src/serialize.cc
  M     src/spaces.cc
  M     src/string.js
  M     src/strtod.cc
  M     src/stub-cache.h
  M     src/stub-cache.cc
  M     src/token.h
  M     src/type-info.h
  M     src/type-info.cc
  M     src/utils.h
  M     src/utils.cc
  M     src/v8-counters.h
  M     src/v8.h
  M     src/v8.cc
  A  +  src/v8conversions.h
  A  +  src/v8conversions.cc
  M     src/v8natives.js
  M     src/v8threads.h
  M     src/v8threads.cc
  M     src/v8utils.h
  A  +  src/v8utils.cc
  M     src/variables.h
  M     src/variables.cc
  M     src/version.cc
  M     src/x64/assembler-x64.h
  M     src/x64/builtins-x64.cc
  M     src/x64/code-stubs-x64.h
  M     src/x64/code-stubs-x64.cc
  M     src/x64/deoptimizer-x64.cc
  M     src/x64/disasm-x64.cc
  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/regexp-macro-assembler-x64.h
  M     src/x64/stub-cache-x64.cc
  M     test/cctest/SConscript
  M     test/cctest/cctest.gyp
  M     test/cctest/cctest.h
  M     test/cctest/cctest.status
  M     test/cctest/test-api.cc
  M     test/cctest/test-assembler-mips.cc
  M     test/cctest/test-circular-queue.cc
  M     test/cctest/test-compiler.cc
  M     test/cctest/test-cpu-profiler.cc
  M     test/cctest/test-debug.cc
  M     test/cctest/test-func-name-inference.cc
  M     test/cctest/test-heap-profiler.cc
  M     test/cctest/test-heap.cc
  M     test/cctest/test-liveedit.cc
  M     test/cctest/test-lockers.cc
  M     test/cctest/test-log.cc
  M     test/cctest/test-parsing.cc
  M     test/cctest/test-platform-tls.cc
  M     test/cctest/test-regexp.cc
  M     test/cctest/test-sockets.cc
  M     test/cctest/test-thread-termination.cc
  M     test/cctest/test-threads.cc
  A  +  test/mjsunit/argument-assigned.js
  A  +  test/mjsunit/argument-named-arguments.js
  A  +  test/mjsunit/arguments-escape.js
  M     test/mjsunit/arguments.js
  M     test/mjsunit/array-reduce.js
  M     test/mjsunit/array-sort.js
  M     test/mjsunit/assert-opt-and-deopt.js
  A  +  test/mjsunit/boolean.js
  A  +  test/mjsunit/break.js
  D     test/mjsunit/bugs/bug-900066.js
  A  +  test/mjsunit/compiler/inline-arguments.js
  A  +  test/mjsunit/compiler/regress-const.js
  A  +  test/mjsunit/compiler/regress-max-locals-for-osr.js
  M     test/mjsunit/date-parse.js
  M     test/mjsunit/date.js
  A  +  test/mjsunit/debug-evaluate-locals-optimized-double.js
  A  +  test/mjsunit/debug-evaluate-locals-optimized.js
  M     test/mjsunit/debug-evaluate-locals.js
  M     test/mjsunit/div-mod.js
  A  +  test/mjsunit/element-kind.js
  M     test/mjsunit/error-constructors.js
  M     test/mjsunit/external-array.js
  M     test/mjsunit/function-bind.js
  M     test/mjsunit/function-call.js
  M     test/mjsunit/fuzz-natives.js
  A  +  test/mjsunit/harmony/proxies.js
  A  +  test/mjsunit/hex-parsing.js
  M     test/mjsunit/json.js
  A  +  test/mjsunit/keywords-and-reserved_words.js
  A  +  test/mjsunit/logical.js
  M     test/mjsunit/math-abs.js
  M     test/mjsunit/mjsunit.status
  A  +  test/mjsunit/multiline.js
  A  +  test/mjsunit/not.js
  M     test/mjsunit/number-string-index-call.js
  A  +  test/mjsunit/numops-fuzz.js
  M     test/mjsunit/object-define-property.js
  M     test/mjsunit/object-freeze.js
  M     test/mjsunit/object-literal.js
  M     test/mjsunit/object-seal.js
  D     test/mjsunit/override-eval-with-non-function.js
  A  +  test/mjsunit/polymorph-arrays.js
  MM    test/mjsunit/property-load-across-eval.js
  M     test/mjsunit/regexp-call-as-function.js
  M     test/mjsunit/regress/regress-1118.js
  M     test/mjsunit/regress/regress-1119.js
  M     test/mjsunit/regress/regress-1122.js
  M     test/mjsunit/regress/regress-1130.js
  M     test/mjsunit/regress/regress-1132.js
  M     test/mjsunit/regress/regress-1160.js
  M     test/mjsunit/regress/regress-1170.js
  M     test/mjsunit/regress/regress-1172-bis.js
  M     test/mjsunit/regress/regress-124.js
  A  +  test/mjsunit/regress/regress-1246.js
  M     test/mjsunit/regress/regress-1327557.js
  A  +  test/mjsunit/regress/regress-1360.js
  A  +  test/mjsunit/regress/regress-1365.js
  A  +  test/mjsunit/regress/regress-1412.js
  A  +  test/mjsunit/regress/regress-1423.js
  A  +  test/mjsunit/regress/regress-1434.js
  A  +  test/mjsunit/regress/regress-1436.js
  A  +  test/mjsunit/regress/regress-1447.js
  A  +  test/mjsunit/regress/regress-1472.js
  A  +  test/mjsunit/regress/regress-1476.js
  A  +  test/mjsunit/regress/regress-1491.js
  A  +  test/mjsunit/regress/regress-1513.js
  A  +  test/mjsunit/regress/regress-1521.js
  A  +  test/mjsunit/regress/regress-1523.js
  A  +  test/mjsunit/regress/regress-1528.js
  A  +  test/mjsunit/regress/regress-1529.js
  A  +  test/mjsunit/regress/regress-1531.js
  M     test/mjsunit/regress/regress-244.js
  M     test/mjsunit/regress/regress-485.js
  M     test/mjsunit/regress/regress-603.js
  M     test/mjsunit/regress/regress-70066.js
  M     test/mjsunit/regress/regress-752.js
  A  +  test/mjsunit/regress/regress-794.js
  A  +  test/mjsunit/regress/regress-84234.js
  A  +  test/mjsunit/regress/regress-85177.js
  A  +  test/mjsunit/regress/regress-88858.js
  M     test/mjsunit/regress/regress-892742.js
  A  +  test/mjsunit/regress/regress-arguments-gc.js
  A  +  test/mjsunit/regress/regress-crbug-84186.js
  A  +  test/mjsunit/regress/regress-crbug-87478.js
  A  +  test/mjsunit/regress/regress-regexp-codeflush.js
  M     test/mjsunit/strict-mode-eval.js
  M     test/mjsunit/strict-mode-implicit-receiver.js
  M     test/mjsunit/strict-mode.js
  M     test/mjsunit/testcfg.py
  M     test/mjsunit/typeof.js
  A  +  test/mjsunit/unbox-double-arrays.js
  M     test/mozilla/mozilla.status
  M     test/preparser/strict-identifiers.pyt
  M     test/sputnik/README
  M     test/sputnik/sputnik.status
  M     test/test262/README
  M     test/test262/harness-adapt.js
  M     test/test262/test262.status
  A  +  tools/gdb-v8-support.py
  M     tools/grokdump.py
  M     tools/gyp/v8.gyp
  M     tools/js2c.py
  M     tools/linux-tick-processor
  M     tools/ll_prof.py
  M     tools/stats-viewer.py
  M     tools/test.py
  M     tools/tickprocessor.js
  A  +  tools/v8.xcodeproj/README.txt
  D     tools/v8.xcodeproj/project.pbxproj


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

Reply via email to