Reviewers: Mads Ager,

Description:
Version 3.0.9

Added basic GDB JIT Interface integration.

Make invalid break/continue statements a syntax error instead of a
runtime error.


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

SVN Base: http://v8.googlecode.com/svn/trunk/

Affected files:
  M     ChangeLog
  M     LICENSE
  M     SConstruct
  M     src/SConscript
  M     src/arm/assembler-arm.h
  M     src/arm/assembler-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.cc
  M     src/arm/stub-cache-arm.cc
  M     src/assembler.h
  M     src/assembler.cc
  M     src/builtins.cc
  M     src/code-stubs.cc
  M     src/codegen.cc
  M     src/compiler.h
  M     src/compiler.cc
  M     src/flag-definitions.h
  M     src/frames.cc
  M     src/full-codegen.cc
  A  +  src/gdb-jit.h
  A  +  src/gdb-jit.cc
  M     src/hydrogen-instructions.h
  M     src/hydrogen-instructions.cc
  M     src/hydrogen.h
  M     src/hydrogen.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/stub-cache-ia32.cc
  M     src/ic.h
  M     src/ic.cc
  A  +  src/inspector.h
  A  +  src/inspector.cc
  M     src/lithium-allocator.h
  M     src/lithium-allocator.cc
  M     src/lithium.h
  M     src/lithium.cc
  M     src/mark-compact.cc
  M     src/objects-debug.cc
  M     src/objects-inl.h
  M     src/objects.h
  M     src/platform-win32.cc
  M     src/runtime-profiler.cc
  M     src/runtime.cc
  M     src/scopeinfo.cc
  M     src/scopes.cc
  M     src/stub-cache.h
  M     src/stub-cache.cc
  A  +  src/third_party/strongtalk/LICENSE
  A  +  src/third_party/strongtalk/README.chromium
  M     src/type-info.h
  M     src/type-info.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/deoptimizer-x64.cc
  M     src/x64/frames-x64.h
  M     src/x64/ic-x64.cc
  M     src/x64/lithium-codegen-x64.cc
  M     src/x64/lithium-x64.h
  M     src/x64/lithium-x64.cc
  M     src/x64/stub-cache-x64.cc
  M     test/cctest/cctest.status
  A  +  test/mjsunit/compiler/regress-serialized-slots.js
  M     test/mjsunit/mjsunit.status
  M     test/mozilla/mozilla.status
  M     tools/gyp/v8.gyp


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

Reply via email to