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

Issue 8551006: Version 3.7.9. (Closed)

Created:
9 years, 1 month ago by Erik Corry
Modified:
9 years, 1 month ago
Reviewers:
Rico
CC:
v8-dev
Visibility:
Public.

Description

Version 3.7.9. Removed exit-time destructors. Stability and performance improvements on all platforms. Committed: http://code.google.com/p/v8/source/detail?r=10037

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1835 lines, -879 lines) Patch
M src/arm/code-stubs-arm.cc View 2 chunks +5 lines, -8 lines 0 comments Download
M src/arm/lithium-arm.h View 3 chunks +33 lines, -0 lines 0 comments Download
M src/arm/lithium-arm.cc View 4 chunks +33 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/arm/lithium-codegen-arm.cc View 3 chunks +60 lines, -20 lines 0 comments Download
M src/ast.h View 3 chunks +13 lines, -4 lines 0 comments Download
M src/ast.cc View 2 chunks +4 lines, -2 lines 0 comments Download
M src/code-stubs.h View 2 chunks +4 lines, -3 lines 0 comments Download
M src/codegen.h View 1 chunk +17 lines, -0 lines 0 comments Download
M src/elements.cc View 1 chunk +34 lines, -31 lines 0 comments Download
M src/extensions/gc-extension.cc View 1 chunk +3 lines, -2 lines 0 comments Download
M src/factory.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/factory.cc View 1 chunk +6 lines, -4 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +3 lines, -0 lines 0 comments Download
M src/hashmap.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/hashmap.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/heap.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/heap.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/heap-inl.h View 2 chunks +9 lines, -4 lines 0 comments Download
M src/hydrogen.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/hydrogen.cc View 4 chunks +87 lines, -29 lines 0 comments Download
M src/hydrogen-instructions.h View 13 chunks +103 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 2 chunks +168 lines, -0 lines 0 comments Download
M src/ia32/code-stubs-ia32.cc View 9 chunks +96 lines, -125 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 1 chunk +107 lines, -0 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 3 chunks +14 lines, -9 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 5 chunks +67 lines, -96 lines 0 comments Download
M src/ia32/lithium-ia32.h View 3 chunks +33 lines, -0 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 4 chunks +37 lines, -0 lines 0 comments Download
src/mips/code-stubs-mips.cc View 4 chunks +67 lines, -7 lines 0 comments Download
M src/mips/deoptimizer-mips.cc View 2 chunks +22 lines, -48 lines 0 comments Download
M src/mips/lithium-codegen-mips.h View 8 chunks +16 lines, -17 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 31 chunks +134 lines, -165 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 1 chunk +10 lines, -23 lines 0 comments Download
M src/objects.h View 3 chunks +13 lines, -4 lines 0 comments Download
M src/objects.cc View 8 chunks +9 lines, -33 lines 0 comments Download
M src/objects-inl.h View 3 chunks +41 lines, -0 lines 0 comments Download
M src/parser.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/regexp-macro-assembler.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 8 chunks +90 lines, -154 lines 0 comments Download
M src/scopes.cc View 2 chunks +2 lines, -2 lines 0 comments Download
M src/serialize.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/spaces.cc View 1 chunk +3 lines, -3 lines 0 comments Download
M src/type-info.h View 4 chunks +14 lines, -0 lines 0 comments Download
M src/type-info.cc View 2 chunks +6 lines, -1 line 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/code-stubs-x64.cc View 5 chunks +90 lines, -56 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 3 chunks +14 lines, -8 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +7 lines, -0 lines 0 comments Download
M src/x64/lithium-codegen-x64.cc View 2 chunks +39 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.h View 3 chunks +33 lines, -0 lines 0 comments Download
M src/x64/lithium-x64.cc View 4 chunks +35 lines, -0 lines 0 comments Download
M test/cctest/test-api.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 2 chunks +15 lines, -0 lines 0 comments Download
M test/mjsunit/string-externalize.js View 2 chunks +26 lines, -2 lines 0 comments Download
M test/mjsunit/switch.js View 3 chunks +173 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Rico
LGTM
9 years, 1 month ago (2011-11-21 13:29:15 UTC) #1
Erik Corry
9 years, 1 month ago (2011-11-21 13:29:53 UTC) #2

          

Powered by Google App Engine
This is Rietveld 408576698