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

Issue 6685052: Version 3.2.2. Fixed a number of crash and correctness bugs. Improved Cranksh... (Closed)

Created:
9 years, 9 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Version 3.2.2. Fixed a number of crash and correctness bugs. Improved Crankshaft performance on all platforms. Fixed Crankshaft on Solaris/Illumos. Committed as r7162.

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1861 lines, -511 lines) Patch
M ChangeLog View 1 chunk +9 lines, -0 lines 0 comments Download
M include/v8.h View 5 chunks +18 lines, -1 line 0 comments Download
M include/v8-profiler.h View 3 chunks +95 lines, -8 lines 0 comments Download
M include/v8-testing.h View 1 chunk +5 lines, -0 lines 0 comments Download
M samples/shell.cc View 2 chunks +7 lines, -0 lines 0 comments Download
M src/api.cc View 4 chunks +21 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.h View 1 chunk +5 lines, -2 lines 0 comments Download
M src/arm/assembler-arm.cc View 1 chunk +27 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 5 chunks +115 lines, -47 lines 0 comments Download
M src/arm/deoptimizer-arm.cc View 3 chunks +6 lines, -2 lines 0 comments Download
M src/arm/lithium-arm.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 2 chunks +22 lines, -4 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 2 chunks +4 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 5 chunks +94 lines, -2 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 8 chunks +17 lines, -9 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 9 chunks +99 lines, -28 lines 0 comments Download
M src/ast.h View 3 chunks +3 lines, -0 lines 0 comments Download
M src/ast.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/compiler.cc View 2 chunks +2 lines, -1 line 0 comments Download
M src/cpu-profiler.h View 6 chunks +10 lines, -10 lines 0 comments Download
M src/cpu-profiler.cc View 7 chunks +12 lines, -10 lines 0 comments Download
M src/cpu-profiler-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +1 line, -1 line 0 comments Download
M src/global-handles.h View 4 chunks +16 lines, -3 lines 0 comments Download
M src/global-handles.cc View 7 chunks +31 lines, -3 lines 0 comments Download
M src/heap.h View 1 chunk +8 lines, -0 lines 0 comments Download
M src/heap.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/heap-profiler.h View 2 chunks +6 lines, -0 lines 0 comments Download
M src/heap-profiler.cc View 4 chunks +26 lines, -3 lines 0 comments Download
M src/hydrogen.h View 3 chunks +4 lines, -1 line 0 comments Download
M src/hydrogen.cc View 10 chunks +47 lines, -18 lines 0 comments Download
M src/hydrogen-instructions.h View 3 chunks +28 lines, -0 lines 0 comments Download
M src/ia32/deoptimizer-ia32.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 2 chunks +102 lines, -29 lines 0 comments Download
M src/ia32/lithium-ia32.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +24 lines, -7 lines 0 comments Download
M src/lithium-allocator.h View 3 chunks +7 lines, -20 lines 0 comments Download
M src/lithium-allocator.cc View 4 chunks +21 lines, -10 lines 0 comments Download
M src/log.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/log.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/mark-compact.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/objects.h View 2 chunks +8 lines, -0 lines 0 comments Download
M src/objects.cc View 1 chunk +0 lines, -16 lines 0 comments Download
M src/objects-inl.h View 1 chunk +16 lines, -0 lines 0 comments Download
M src/platform-solaris.cc View 5 chunks +98 lines, -31 lines 0 comments Download
M src/profile-generator.h View 16 chunks +77 lines, -20 lines 0 comments Download
M src/profile-generator.cc View 27 chunks +331 lines, -74 lines 0 comments Download
M src/v8.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8globals.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/v8natives.js View 3 chunks +3 lines, -3 lines 0 comments Download
M src/version.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.h View 2 chunks +2 lines, -2 lines 0 comments Download
M src/x64/assembler-x64.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/x64/code-stubs-x64.cc View 12 chunks +18 lines, -17 lines 0 comments Download
M src/x64/codegen-x64.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/deoptimizer-x64.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 9 chunks +120 lines, -43 lines 0 comments Download
M src/x64/lithium-x64.h View 2 chunks +14 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +24 lines, -9 lines 0 comments Download
M src/x64/macro-assembler-x64.h View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/macro-assembler-x64.cc View 9 chunks +14 lines, -14 lines 0 comments Download
M src/x64/register-allocator-x64-inl.h View 2 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-assembler-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +137 lines, -0 lines 0 comments Download
M test/cctest/test-macro-assembler-x64.cc View 9 chunks +28 lines, -28 lines 0 comments Download
M test/cctest/test-mark-compact.cc View 2 chunks +4 lines, -4 lines 0 comments Download
A + test/mjsunit/regress/regress-1233.js View 0 chunks +-1 lines, --1 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
9 years, 9 months ago (2011-03-14 16:10:59 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 9 months ago (2011-03-14 16:12:43 UTC) #2
rubberstamp LGTM

Powered by Google App Engine
This is Rietveld 408576698