Reviewers: Erik Corry,

Description:
Merge bleeding_edge from version 2.1.3 up to revision 4205
to the partial_snapshots branch.

For now, the custom call generator path inside the stub cache
code in CallStubCompiler::CompileCallConstant has been disabled
because of missing external references for push/pop.

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

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

Affected files:
  M     ChangeLog
  M     include/v8.h
  M     src/SConscript
  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/constants-arm.h
  M     src/arm/debug-arm.cc
  M     src/arm/full-codegen-arm.cc
  M     src/arm/macro-assembler-arm.h
  M     src/arm/macro-assembler-arm.cc
  M     src/arm/regexp-macro-assembler-arm.cc
  M     src/arm/stub-cache-arm.cc
  M     src/arm/virtual-frame-arm.h
  M     src/array.js
  M     src/ast.h
  M     src/ast.cc
  M     src/bootstrapper.cc
  M     src/builtins.h
  M     src/builtins.cc
  A  +  src/cached-powers.h
  M     src/checks.h
  A  +  src/circular-queue-inl.h
  A  +  src/circular-queue.h
  A  +  src/circular-queue.cc
  M     src/codegen.h
  M     src/codegen.cc
  M     src/compilation-cache.cc
  M     src/compiler.cc
  M     src/contexts.h
  M     src/conversions-inl.h
  M     src/conversions.cc
  M     src/counters.h
  A  +  src/cpu-profiler-inl.h
  A  +  src/cpu-profiler.h
  A  +  src/cpu-profiler.cc
  M     src/data-flow.h
  M     src/data-flow.cc
  M     src/date.js
  M     src/debug.cc
  A  +  src/diy-fp.h
  A  +  src/diy-fp.cc
  A  +  src/double.h
  M     src/factory.h
  M     src/factory.cc
  M     src/fast-codegen.cc
  A  +  src/fast-dtoa.h
  A  +  src/fast-dtoa.cc
  M     src/flag-definitions.h
  M     src/frame-element.h
  M     src/frames.cc
  M     src/globals.h
  M     src/handles.h
  M     src/handles.cc
  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/codegen-ia32.h
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/disasm-ia32.cc
  M     src/ia32/fast-codegen-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/regexp-macro-assembler-ia32.cc
  M     src/ia32/register-allocator-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.cc
  M     src/jsregexp.h
  M     src/jsregexp.cc
  M     src/liveedit-debugger.js
  M     src/liveedit.h
  M     src/liveedit.cc
  M     src/log-utils.h
  M     src/log-utils.cc
  M     src/log.cc
  M     src/macros.py
  M     src/math.js
  M     src/messages.js
  M     src/mips/codegen-mips-inl.h
  M     src/mips/codegen-mips.h
  M     src/mips/codegen-mips.cc
  M     src/mips/simulator-mips.cc
  M     src/mips/virtual-frame-mips.h
  M     src/objects-debug.cc
  M     src/objects-inl.h
  M     src/objects.h
  M     src/objects.cc
  M     src/parser.h
  M     src/parser.cc
  M     src/platform.h
  A  +  src/powers-ten.h
  A  +  src/profile-generator-inl.h
  A  +  src/profile-generator.h
  A  +  src/profile-generator.cc
  M     src/regexp.js
  M     src/register-allocator.h
  M     src/rewriter.cc
  M     src/runtime.h
  M     src/runtime.cc
  M     src/scopes.h
  M     src/serialize.cc
  M     src/splay-tree-inl.h
  M     src/splay-tree.h
  M     src/string.js
  M     src/stub-cache.h
  M     src/stub-cache.cc
  M     src/top.h
  M     src/top.cc
  M     src/utils.h
  M     src/v8-counters.h
  M     src/v8.cc
  M     src/v8threads.h
  M     src/v8threads.cc
  M     src/variables.h
  M     src/version.cc
  M     src/virtual-frame-inl.h
  M     src/virtual-frame.cc
  M     src/x64/assembler-x64.h
  M     src/x64/assembler-x64.cc
  M     src/x64/codegen-x64.h
  M     src/x64/codegen-x64.cc
  M     src/x64/disasm-x64.cc
  M     src/x64/full-codegen-x64.cc
  M     src/x64/ic-x64.cc
  M     src/x64/macro-assembler-x64.cc
  M     src/x64/regexp-macro-assembler-x64.cc
  M     src/x64/register-allocator-x64.cc
  M     src/x64/stub-cache-x64.cc
  M     src/x64/virtual-frame-x64.h
  M     test/cctest/SConscript
  A  +  test/cctest/gay-shortest.h
  A  +  test/cctest/gay-shortest.cc
  M     test/cctest/test-assembler-ia32.cc
  A  +  test/cctest/test-circular-queue.cc
  M     test/cctest/test-compiler.cc
  A  +  test/cctest/test-cpu-profiler.cc
  M     test/cctest/test-disasm-ia32.cc
  A  +  test/cctest/test-diy-fp.cc
  A  +  test/cctest/test-double.cc
  A  +  test/cctest/test-fast-dtoa.cc
  M     test/cctest/test-log-stack-tracer.cc
  M     test/cctest/test-log.cc
  A  +  test/cctest/test-profile-generator.cc
  M     test/cctest/test-serialize.cc
  A  +  test/mjsunit/abs.js
  A  +  test/mjsunit/array-pop.js
  A  +  test/mjsunit/array-push.js
  A  +  test/mjsunit/compiler/loopcount.js
  A  +  test/mjsunit/debug-liveedit-patch-positions-replace.js
  A  +  test/mjsunit/debug-liveedit-patch-positions.js
  M     test/mjsunit/fuzz-natives.js
  M     test/mjsunit/math-round.js
  A  +  test/mjsunit/regexp-cache-replace.js
  A  +  test/mjsunit/regexp-compile.js
  A  +  test/mjsunit/regress/regress-641.js
  A  +  test/mjsunit/regress/regress-643.js
  A  +  test/mjsunit/regress/regress-646.js
  A  +  tools/generate-ten-powers.scm
  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
  M     tools/visual_studio/v8_cctest.vcproj
  M     tools/visual_studio/v8_cctest_arm.vcproj
  M     tools/visual_studio/v8_cctest_x64.vcproj


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

To unsubscribe from this group, send email to v8-dev+unsubscribegooglegroups.com or reply 
to this email with the words "REMOVE ME" as the subject.

Reply via email to