Reviewers: Michael Starzinger,

Description:
Version 3.10.3

Fixed several bugs in heap profiles (including issue 2078).

Throw syntax errors on illegal escape sequences.

Implemented rudimentary module linking (behind --harmony flag)

Implemented ES5 erratum: Global declarations should shadow
inherited properties.

Made handling of const more consistent when combined with 'eval'
and 'with'.

Fixed V8 on MinGW-x64 (issue 2026).

Performance and stability improvements on all platforms.

Please review this at https://chromiumcodereview.appspot.com/10105026/

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

Affected files:
  M     ChangeLog
  M     include/v8-profiler.h
  M     samples/lineprocessor.cc
  M     samples/samples.gyp
  M     src/api.cc
  M     src/arm/code-stubs-arm.cc
  M     src/arm/full-codegen-arm.cc
  M     src/arm/lithium-codegen-arm.cc
  M     src/array.js
  M     src/ast.h
  M     src/ast.cc
  M     src/bootstrapper.cc
  M     src/contexts.h
  M     src/factory.h
  M     src/factory.cc
  M     src/full-codegen.h
  M     src/full-codegen.cc
  M     src/handles.cc
  M     src/heap-profiler.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/code-stubs-ia32.cc
  M     src/ia32/codegen-ia32.cc
  M     src/ia32/full-codegen-ia32.cc
  M     src/ia32/lithium-codegen-ia32.cc
  M     src/ia32/stub-cache-ia32.cc
  M     src/incremental-marking.cc
  M     src/interface.h
  M     src/interface.cc
  M     src/jsregexp.h
  M     src/jsregexp.cc
  M     src/macros.py
  M     src/mark-compact.h
  M     src/mark-compact.cc
  M     src/mips/lithium-codegen-mips.cc
  M     src/mips/regexp-macro-assembler-mips.cc
  M     src/mips/stub-cache-mips.cc
  M     src/objects-debug.cc
  M     src/objects-inl.h
  M     src/objects-printer.cc
  M     src/objects-visiting-inl.h
  M     src/objects-visiting.h
  M     src/objects-visiting.cc
  M     src/objects.h
  M     src/objects.cc
  M     src/parser.cc
  M     src/platform-cygwin.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-solaris.cc
  M     src/platform-win32.cc
  M     src/platform.h
  M     src/profile-generator-inl.h
  M     src/profile-generator.h
  M     src/profile-generator.cc
  M     src/property.h
  MM    src/regexp.js
  M     src/runtime.h
  M     src/runtime.cc
  M     src/scanner.h
  M     src/scanner.cc
  M     src/scopeinfo.cc
  M     src/scopes.h
  M     src/scopes.cc
  M     src/v8.cc
  M     src/v8globals.h
  M     src/version.cc
  M     src/x64/code-stubs-x64.cc
  M     src/x64/full-codegen-x64.cc
  M     src/x64/lithium-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-api.cc
  M     test/cctest/test-decls.cc
  M     test/cctest/test-heap-profiler.cc
  M     test/cctest/test-regexp.cc
  M     test/cctest/test-strings.cc
  M     test/mjsunit/compiler/literals.js
  M     test/mjsunit/declare-locally.js
  A  +  test/mjsunit/harmony/module-linking.js
  M     test/mjsunit/harmony/module-parsing.js
  M     test/mjsunit/harmony/module-resolution.js
  M     test/mjsunit/mjsunit.js
  M     test/mjsunit/regexp-capture-3.js
  M     test/mjsunit/regress/regress-1119.js
  M     test/mjsunit/regress/regress-115452.js
  M     test/mjsunit/regress/regress-1170.js
  A  +  test/mjsunit/regress/regress-123512.js
  M     test/mozilla/mozilla.status
  M     test/sputnik/sputnik.status
  M     test/test262/README
  M     test/test262/test262.status
  M     test/test262/testcfg.py
  M     tools/common-includes.sh
  M     tools/push-to-trunk.sh


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

Reply via email to