Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(234)

Issue 7232010: Version 3.4.6 (Closed)

Created:
9 years, 6 months ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
William Hesse
CC:
v8-dev
Visibility:
Public.

Description

Version 3.4.6 Lowered limit on code space for systems with low memory supply. Allowed compiling v8_shell with the 'host' toolset (issue 82437). Extended setBreakpoint API to accept partial script name (issue 1418). Made multi-line comments not count when deciding whether the '-->' comment starter is first on a line. This matches Safari. Made handling of non-array recievers in Array length setter correct (issue 1491). Added ability to heap profiler to iterate over snapshot's node (issue 1481). Committed: http://code.google.com/p/v8/source/detail?r=8386

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+942 lines, -692 lines) Patch
M ChangeLog View 1 chunk +18 lines, -0 lines 0 comments Download
M include/v8-profiler.h View 1 chunk +6 lines, -0 lines 0 comments Download
M src/accessors.cc View 2 chunks +10 lines, -13 lines 0 comments Download
M src/api.cc View 1 chunk +23 lines, -0 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +50 lines, -44 lines 0 comments Download
M src/arm/frames-arm.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +9 lines, -33 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +5 lines, -19 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 2 chunks +2 lines, -24 lines 0 comments Download
M src/code-stubs.h View 1 chunk +12 lines, -0 lines 0 comments Download
M src/d8.js View 2 chunks +9 lines, -1 line 0 comments Download
M src/debug-debugger.js View 11 chunks +59 lines, -17 lines 0 comments Download
M src/heap.cc View 1 chunk +9 lines, -0 lines 0 comments Download
M src/hydrogen.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +7 lines, -15 lines 0 comments Download
M src/hydrogen-instructions.h View 3 chunks +4 lines, -39 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 2 chunks +20 lines, -20 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +3 lines, -28 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +9 lines, -33 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +5 lines, -19 lines 0 comments Download
M src/ic.cc View 3 chunks +48 lines, -30 lines 0 comments Download
M src/mips/code-stubs-mips.h View 1 chunk +0 lines, -13 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 10 chunks +271 lines, -38 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 12 chunks +28 lines, -87 lines 0 comments Download
M src/mips/ic-mips.cc View 1 chunk +156 lines, -0 lines 0 comments Download
M src/mips/stub-cache-mips.cc View 5 chunks +5 lines, -0 lines 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/parser.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/parser.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/platform.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/platform-posix.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/platform-win32.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/preparser-api.cc View 2 chunks +1 line, -19 lines 0 comments Download
M src/scanner.h View 1 chunk +0 lines, -15 lines 0 comments Download
M src/scanner.cc View 1 chunk +0 lines, -19 lines 0 comments Download
M src/scanner-base.h View 3 chunks +16 lines, -8 lines 0 comments Download
M src/scanner-base.cc View 1 chunk +12 lines, -0 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/code-stubs-x64.h View 1 chunk +0 lines, -12 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 2 chunks +20 lines, -20 lines 0 comments Download
M src/x64/disasm-x64.cc View 1 chunk +4 lines, -3 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +3 lines, -28 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +9 lines, -33 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +5 lines, -19 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +18 lines, -0 lines 0 comments Download
M test/cctest/test-parsing.cc View 4 chunks +4 lines, -4 lines 0 comments Download
A test/mjsunit/regress/regress-1491.js View 1 chunk +38 lines, -0 lines 0 comments Download
M tools/gyp/v8.gyp View 5 chunks +5 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Lasse Reichstein
9 years, 6 months ago (2011-06-22 13:29:58 UTC) #1
William Hesse
9 years, 6 months ago (2011-06-22 13:34:48 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698