Reviewers: Mads Ager,

Description:
Merge 6168:6800 from bleeding_edge to experimental/gc branch.


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

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

Affected files:
  M     .gitignore
  M     AUTHORS
  M     ChangeLog
  M     LICENSE
  A  +  LICENSE.strongtalk
  A  +  LICENSE.v8
  A  +  LICENSE.valgrind
  M     MERGE
  M     SConstruct
  M     include/v8.h
  M     src/SConscript
  M     src/accessors.cc
  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/builtins-arm.cc
  M     src/arm/code-stubs-arm.h
  M     src/arm/code-stubs-arm.cc
  M     src/arm/codegen-arm-inl.h
  M     src/arm/codegen-arm.h
  M     src/arm/codegen-arm.cc
  M     src/arm/constants-arm.h
  M     src/arm/constants-arm.cc
  M     src/arm/cpu-arm.cc
  M     src/arm/deoptimizer-arm.cc
  M     src/arm/disasm-arm.cc
  M     src/arm/frames-arm.h
  M     src/arm/frames-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/regexp-macro-assembler-arm.h
  M     src/arm/regexp-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.h
  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/bignum.cc
  M     src/bootstrapper.cc
  M     src/builtins.h
  M     src/builtins.cc
  M     src/code-stubs.h
  M     src/code-stubs.cc
  M     src/codegen-inl.h
  M     src/codegen.cc
  M     src/compilation-cache.h
  M     src/compilation-cache.cc
  M     src/compiler.h
  M     src/compiler.cc
  M     src/conversions.cc
  M     src/d8.js
  MM    src/date.js
  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/disassembler.cc
  M     src/execution.h
  M     src/execution.cc
  A  +  src/extensions/experimental/experimental.gyp
  M     src/extensions/experimental/i18n-extension.cc
  M     src/extensions/gc-extension.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
  A  +  src/gdb-jit.h
  A  +  src/gdb-jit.cc
  M     src/handles.h
  M     src/handles.cc
  M     src/hashmap.h
  M     src/heap-inl.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-inl.h
  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/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
  A  +  src/ia32/lithium-gap-resolver-ia32.h
  A  +  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/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
  A  +  src/inspector.h
  A  +  src/inspector.cc
  MM    src/json.js
  M     src/jsregexp.h
  M     src/jsregexp.cc
  A  +  src/lithium-allocator-inl.h
  M     src/lithium-allocator.h
  M     src/lithium-allocator.cc
  A  +  src/lithium.h
  A  +  src/lithium.cc
  M     src/liveedit-debugger.js
  M     src/liveedit.h
  M     src/liveedit.cc
  A  +  src/liveobjectlist-inl.h
  A  +  src/liveobjectlist.h
  A  +  src/liveobjectlist.cc
  M     src/macro-assembler.h
  M     src/macros.py
  M     src/mark-compact.cc
  M     src/math.js
  M     src/messages.h
  M     src/messages.cc
  M     src/messages.js
  M     src/mips/ic-mips.cc
  M     src/mips/stub-cache-mips.cc
  MM    src/mirror-debugger.js
  M     src/objects-debug.cc
  M     src/objects-inl.h
  M     src/objects-printer.cc
  M     src/objects-visiting.h
  M     src/objects-visiting.cc
  M     src/objects.h
  M     src/objects.cc
  D     src/oprofile-agent.h
  D     src/oprofile-agent.cc
  M     src/parser.h
  M     src/parser.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.h
  M     src/preparser-api.cc
  M     src/preparser.h
  M     src/preparser.cc
  M     src/prettyprinter.cc
  M     src/profile-generator.cc
  M     src/regexp-macro-assembler-irregexp.h
  M     src/regexp-macro-assembler-tracer.h
  M     src/regexp-macro-assembler-tracer.cc
  M     src/regexp-macro-assembler.h
  MM    src/regexp.js
  M     src/rewriter.cc
  M     src/runtime-profiler.cc
  M     src/runtime.h
  M     src/runtime.cc
  M     src/runtime.js
  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/scopeinfo.cc
  M     src/scopes.h
  M     src/scopes.cc
  M     src/serialize.cc
  M     src/spaces.cc
  M     src/string.js
  M     src/stub-cache.h
  M     src/stub-cache.cc
  M     src/token.h
  M     src/top.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/utils.cc
  M     src/v8-counters.h
  M     src/v8.cc
  M     src/v8globals.h
  M     src/v8natives.js
  M     src/v8utils.h
  M     src/variables.h
  M     src/variables.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/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
  A  +  src/x64/lithium-codegen-x64.cc
  A  +  src/x64/lithium-gap-resolver-x64.h
  A  +  src/x64/lithium-gap-resolver-x64.cc
  M     src/x64/lithium-x64.h
  A  +  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     src/x64/virtual-frame-x64.h
  M     src/x64/virtual-frame-x64.cc
  M     src/zone-inl.h
  M     src/zone.h
  M     src/zone.cc
  M     test/cctest/cctest.status
  M     test/cctest/test-api.cc
  M     test/cctest/test-assembler-arm.cc
  M     test/cctest/test-assembler-mips.cc
  M     test/cctest/test-assembler-x64.cc
  M     test/cctest/test-bignum-dtoa.cc
  M     test/cctest/test-debug.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-parsing.cc
  M     test/cctest/test-regexp.cc
  M     test/cctest/test-strtod.cc
  M     test/cctest/testcfg.py
  M     test/es5conform/es5conform.status
  M     test/es5conform/testcfg.py
  M     test/message/testcfg.py
  M     test/mjsunit/array-slice.js
  M     test/mjsunit/array-splice.js
  D     test/mjsunit/bugs/bug-1015.js
  A  +  test/mjsunit/closures.js
  M     test/mjsunit/compiler/literals.js
  A  +  test/mjsunit/compiler/regress-1085.js
  M     test/mjsunit/compiler/regress-3249650.js
  M     test/mjsunit/compiler/regress-arguments.js
  A  +  test/mjsunit/compiler/regress-closures-with-eval.js
  A  +  test/mjsunit/compiler/regress-serialized-slots.js
  A  +  test/mjsunit/cyclic-error-to-string.js
  M     test/mjsunit/debug-backtrace-text.js
  M     test/mjsunit/debug-breakpoints.js
  A  +  test/mjsunit/debug-listbreakpoints.js
  M     test/mjsunit/debug-liveedit-diff.js
  M     test/mjsunit/debug-liveedit-newsource.js
  A  +  test/mjsunit/debug-setexceptionbreak.js
  M     test/mjsunit/delay-syntax-error.js
  M     test/mjsunit/delete-global-properties.js
  M     test/mjsunit/error-constructors.js
  M     test/mjsunit/fuzz-natives.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
  M     test/mjsunit/regexp.js
  A  +  test/mjsunit/regress/regress-1015.js
  A  +  test/mjsunit/regress/regress-1020.js
  M     test/mjsunit/regress/regress-1036894.js
  A  +  test/mjsunit/regress/regress-1060.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-1105.js
  A  +  test/mjsunit/regress/regress-1106.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-1126.js
  A  +  test/mjsunit/regress/regress-1129.js
  A  +  test/mjsunit/regress/regress-1130.js
  A  +  test/mjsunit/regress/regress-1131.js
  A  +  test/mjsunit/regress/regress-1132.js
  A  +  test/mjsunit/regress/regress-1146.js
  A  +  test/mjsunit/regress/regress-1149.js
  A  +  test/mjsunit/regress/regress-1150.js
  A  +  test/mjsunit/regress/regress-1151.js
  A  +  test/mjsunit/regress/regress-1156.js
  A  +  test/mjsunit/regress/regress-1160.js
  M     test/mjsunit/regress/regress-192.js
  A  +  test/mjsunit/regress/regress-3408144.js
  A  +  test/mjsunit/regress/regress-70066.js
  A  +  test/mjsunit/regress/regress-71647.js
  M     test/mjsunit/regress/regress-900966.js
  M     test/mjsunit/regress/regress-990205.js
  A  +  test/mjsunit/regress/regress-992.js
  A  +  test/mjsunit/regress/regress-crbug-72736.js
  M     test/mjsunit/regress/regress-create-exception.js
  A  +  test/mjsunit/regress/regress-deopt-gc.js
  A  +  test/mjsunit/strict-mode-eval.js
  A  +  test/mjsunit/strict-mode.js
  M     test/mjsunit/string-charcodeat.js
  M     test/mjsunit/testcfg.py
  M     test/mjsunit/tools/codemap.js
  M     test/mjsunit/tools/csvparser.js
  M     test/mjsunit/tools/profile.js
  M     test/mjsunit/tools/profile_view.js
  M     test/mjsunit/tools/splaytree.js
  M     test/mozilla/mozilla.status
  M     tools/codemap.js
  M     tools/csvparser.js
  M     tools/gyp/v8.gyp
  M     tools/logreader.js
  D     tools/oprofile/annotate
  D     tools/oprofile/common
  D     tools/oprofile/dump
  D     tools/oprofile/report
  D     tools/oprofile/reset
  D     tools/oprofile/run
  D     tools/oprofile/shutdown
  D     tools/oprofile/start
  M     tools/profile.js
  M     tools/profile_view.js
  M     tools/splaytree.js
  M     tools/test.py
  M     tools/tickprocessor.js
  M     tools/v8.xcodeproj/project.pbxproj
  M     tools/visual_studio/common.vsprops
  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