Reviewers: Mads Ager,

Description:
Version 3.0.7

Stopped calling inherited setters when creating object literals (issue 1015).

Changed interpretation of malformed \c? escapes in RegExp to match JSC.

Enhanced the command-line debugger interface and fixed some minor bugs in the
debugger.

Performance improvements on the IA32 platform.

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

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

Affected files:
  M ChangeLog
  M src/SConscript
  M src/accessors.cc
  M src/arm/assembler-arm.h
  M src/arm/assembler-arm.cc
  M src/arm/code-stubs-arm.cc
  M src/arm/codegen-arm.cc
  M src/arm/full-codegen-arm.cc
  M src/arm/lithium-arm.h
  M src/arm/lithium-arm.cc
  M src/arm/lithium-codegen-arm.cc
  M src/arm/macro-assembler-arm.h
  M src/arm/macro-assembler-arm.cc
  M src/arm/simulator-arm.cc
  M src/array.js
  M src/assembler.h
  M src/assembler.cc
  M src/code-stubs.h
  M src/code-stubs.cc
  M src/d8.js
  M src/debug-agent.cc
  M src/debug-debugger.js
  M src/debug.h
  M src/debug.cc
  M src/deoptimizer.cc
  M src/disassembler.cc
  M src/flag-definitions.h
  M src/handles.h
  M src/handles.cc
  M src/heap-inl.h
  M src/heap.h
  M src/heap.cc
  M src/hydrogen-instructions.h
  M src/hydrogen.cc
  M src/ia32/code-stubs-ia32.h
  M src/ia32/code-stubs-ia32.cc
  M src/ia32/codegen-ia32.cc
  M src/ia32/deoptimizer-ia32.cc
  M src/ia32/full-codegen-ia32.cc
  M src/ia32/lithium-codegen-ia32.h
  M src/ia32/lithium-codegen-ia32.cc
  M src/ia32/lithium-ia32.h
  M src/ia32/lithium-ia32.cc
  M src/ia32/macro-assembler-ia32.cc
  M src/lithium-allocator.h
  M src/lithium-allocator.cc
  A + src/lithium.h
  A src/lithium.cc
  M src/macros.py
  M src/math.js
  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/runtime.h
  M src/runtime.cc
  M src/runtime.js
  M src/scanner-base.cc
  M src/serialize.cc
  M src/v8-counters.h
  M src/v8natives.js
  M src/version.cc
  M src/x64/code-stubs-x64.h
  M src/x64/code-stubs-x64.cc
  M src/x64/codegen-x64.cc
  M src/x64/full-codegen-x64.cc
  M src/x64/lithium-x64.h
  A + src/x64/lithium-x64.cc
  M src/x64/macro-assembler-x64.cc
  M test/cctest/cctest.status
  M test/cctest/test-debug.cc
  M test/cctest/test-parsing.cc
  M test/cctest/test-regexp.cc
  M test/mjsunit/compiler/regress-3249650.js
  A test/mjsunit/debug-listbreakpoints.js
  A test/mjsunit/debug-setexceptionbreak.js
  M test/mjsunit/mjsunit.status
  M test/mjsunit/regexp.js
  A + test/mjsunit/regress/regress-1015.js
  A test/mjsunit/regress/regress-1020.js
  M test/mjsunit/regress/regress-192.js
  M test/mozilla/mozilla.status
  M tools/gyp/v8.gyp
  M tools/v8.xcodeproj/project.pbxproj


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

Reply via email to