Reviewers: Rico,

Description:
2011-07-13: Version 3.4.12

Added --prof profiling option to d8 shell.

Fixed a bug where reading a directory in d8 shell hangs (issue 1533).

Fixed a potential assertion failure in const declarations.

Fixed an assertion failure in descriptor arrays (issue 1526).

Enabled fast thread-local storage by default on supported platforms.

Improved reporting of source position for global variable loads (issue 1527).

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

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

Affected files:
  M     ChangeLog
  M     SConstruct
  M     include/v8.h
  M     src/SConscript
  M     src/api.cc
  M     src/arm/code-stubs-arm.h
  M     src/arm/code-stubs-arm.cc
  M     src/arm/codegen-arm.h
  M     src/arm/full-codegen-arm.cc
  M     src/arm/lithium-codegen-arm.cc
  M     src/code-stubs.h
  M     src/code-stubs.cc
  M     src/codegen.cc
  M     src/conversions.cc
  M     src/cpu-profiler-inl.h
  M     src/cpu-profiler.h
  M     src/cpu-profiler.cc
  M     src/d8.cc
  M     src/d8.gyp
  M     src/debug.h
  M     src/flag-definitions.h
  M     src/frames.h
  M     src/frames.cc
  M     src/full-codegen.h
  M     src/handles.cc
  M     src/heap-profiler.h
  M     src/heap-profiler.cc
  M     src/heap.h
  M     src/heap.cc
  M     src/ia32/code-stubs-ia32.h
  M     src/ia32/code-stubs-ia32.cc
  M     src/ia32/codegen-ia32.h
  M     src/ia32/full-codegen-ia32.cc
  M     src/ia32/lithium-codegen-ia32.cc
  M     src/isolate.h
  M     src/isolate.cc
  M     src/log-inl.h
  M     src/log-utils.h
  M     src/log-utils.cc
  M     src/log.h
  M     src/log.cc
  M     src/mark-compact.cc
  M     src/mips/code-stubs-mips.h
  M     src/mips/code-stubs-mips.cc
  M     src/mips/codegen-mips.h
  M     src/mips/full-codegen-mips.cc
  M     src/mksnapshot.cc
  M     src/objects.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-posix.cc
  M     src/platform-solaris.cc
  M     src/platform-tls.h
  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
  M     src/proxy.js
  M     src/runtime-profiler.cc
  M     src/runtime.h
  M     src/runtime.cc
  M     src/scopeinfo.cc
  M     src/scopes.cc
  M     src/serialize.cc
  M     src/spaces-inl.h
  M     src/spaces.h
  M     src/spaces.cc
  M     src/string-stream.cc
  M     src/type-info.h
  M     src/v8globals.h
  M     src/v8natives.js
  M     src/v8utils.h
  M     src/v8utils.cc
  M     src/version.cc
  M     src/vm-state-inl.h
  M     src/vm-state.h
  M     src/x64/code-stubs-x64.h
  M     src/x64/code-stubs-x64.cc
  M     src/x64/codegen-x64.h
  M     src/x64/full-codegen-x64.cc
  M     src/x64/lithium-codegen-x64.cc
  M     src/zone.h
  M     test/cctest/SConscript
  M     test/cctest/cctest.gyp
  A  +  test/cctest/log-eq-of-logging-and-traversal.js
  M     test/cctest/test-api.cc
  M     test/cctest/test-cpu-profiler.cc
  M     test/cctest/test-heap-profiler.cc
  M     test/cctest/test-lockers.cc
  M     test/cctest/test-log-stack-tracer.cc
  D     test/cctest/test-log-utils.cc
  M     test/cctest/test-log.cc
  M     test/cctest/test-profile-generator.cc
  A  +  test/message/regress/regress-1527.js
  A  +  test/message/regress/regress-1527.out
  M     test/mjsunit/debug-backtrace.js
  M     test/mjsunit/harmony/proxies.js
  A  +  test/mjsunit/regress/regress-88591.js
  M     test/mjsunit/tools/profile_view.js
  M     test/test262/test262.status
  M     tools/codemap.js
  M     tools/gcmole/gcmole.lua
  M     tools/gyp/v8.gyp
  M     tools/profile.js
  M     tools/splaytree.js


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

Reply via email to