Reviewers: Vyacheslav Egorov,

Description:
Version 2.3.4

Fixed problems in implementation of ES5 function.prototype.bind.

Fixed error when using apply with arguments object on ARM (issue 784).

Added setting of global flags to debugger protocol.

Fixed an error affecting cached results of sin and cos (issue 792).

Removed memory leak from a boundary case where V8 is not initialized.

Fixed issue where debugger could set breakpoints outside the body of a function.

Fixed issue in debugger when using both live edit and step in features.

Added Number-letter (Nl) category to Unicode tables. These characters can now
be used in identifiers.

Fixed an assert failure on X64 (issue 806).

Performance improvements on all platforms.


Please review this at http://codereview.chromium.org/2808088/show

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

Affected files:
  M     ChangeLog
  M     src/arm/codegen-arm.cc
  M     src/arm/debug-arm.cc
  M     src/arm/full-codegen-arm.cc
  M     src/arm/virtual-frame-arm.cc
  M     src/bootstrapper.cc
  M     src/codegen.cc
  M     src/contexts.h
  M     src/debug-debugger.js
  M     src/debug.h
  M     src/debug.cc
  M     src/full-codegen.cc
  M     src/global-handles.cc
  M     src/heap.h
  M     src/heap.cc
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/debug-ia32.cc
  M     src/ia32/full-codegen-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/jsregexp.h
  M     src/jsregexp.cc
  M     src/liveedit.cc
  M     src/mips/debug-mips.cc
  M     src/objects-debug.cc
  M     src/objects-inl.h
  M     src/objects.h
  M     src/objects.cc
  M     src/runtime.h
  M     src/runtime.cc
  M     src/serialize.cc
  M     src/unicode-inl.h
  M     src/unicode.h
  M     src/unicode.cc
  M     src/v8-counters.h
  M     src/v8natives.js
  M     src/version.cc
  M     src/x64/assembler-x64.h
  M     src/x64/assembler-x64.cc
  M     src/x64/codegen-x64.cc
  M     src/x64/debug-x64.cc
  M     src/x64/disasm-x64.cc
  M     src/x64/full-codegen-x64.cc
  M     src/x64/macro-assembler-x64.h
  M     src/x64/macro-assembler-x64.cc
  M     src/x64/stub-cache-x64.cc
  M     test/cctest/test-debug.cc
  M     test/cctest/test-regexp.cc
  M     test/mjsunit/debug-breakpoints.js
  M     test/mjsunit/debug-conditional-breakpoints.js
  M     test/mjsunit/debug-enable-disable-breakpoints.js
  M     test/mjsunit/debug-return-value.js
  A  +  test/mjsunit/regress/regress-784.js
  A  +  test/mjsunit/regress/regress-806.js
  M     tools/presubmit.py
  M     tools/v8.xcodeproj/project.pbxproj


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

Reply via email to