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

Issue 7631020: Version 3.5.6. (Closed)

Created:
9 years, 4 months ago by danno
Modified:
9 years, 4 months ago
Reviewers:
CC:
v8-dev
Visibility:
Public.

Description

Version 3.5.6. Fixed issue that could potentially cause crashes when running with --heap-stats. Fixed compilation on Linux 2.6.9 and older. Fixed live-object-list to work with isolates. Fixed memory leaks in zones and isolates. Fixed a performance regression for TypedArrays on x64. Stability improvements on all platforms. BUG= TEST= Committed: http://code.google.com/p/v8/source/detail?r=8958

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+973 lines, -725 lines) Patch
M ChangeLog View 1 chunk +15 lines, -0 lines 0 comments Download
M include/v8.h View 3 chunks +7 lines, -11 lines 0 comments Download
M src/api.cc View 3 chunks +4 lines, -3 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 2 chunks +6 lines, -8 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 1 chunk +3 lines, -3 lines 0 comments Download
src/ast.h View 1 chunk +4 lines, -2 lines 0 comments Download
M src/bootstrapper.cc View 1 chunk +3 lines, -4 lines 0 comments Download
M src/compiler.cc View 1 chunk +8 lines, -2 lines 0 comments Download
M src/contexts.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/extensions/experimental/datetime-format.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/full-codegen-ia32.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/ia32/lithium-codegen-ia32.h View 1 chunk +1 line, -1 line 0 comments Download
M src/ia32/lithium-codegen-ia32.cc View 3 chunks +16 lines, -13 lines 0 comments Download
M src/ia32/lithium-ia32.h View 1 chunk +7 lines, -3 lines 0 comments Download
M src/ia32/lithium-ia32.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/isolate.cc View 2 chunks +6 lines, -0 lines 0 comments Download
M src/liveobjectlist.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/liveobjectlist.cc View 46 chunks +116 lines, -78 lines 0 comments Download
src/messages.js View 1 chunk +1 line, -0 lines 0 comments Download
M src/mips/frames-mips.h View 1 chunk +5 lines, -4 lines 0 comments Download
M src/mips/full-codegen-mips.cc View 2 chunks +8 lines, -2 lines 0 comments Download
M src/mips/macro-assembler-mips.cc View 11 chunks +45 lines, -47 lines 0 comments Download
M src/objects.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects.cc View 2 chunks +6 lines, -4 lines 0 comments Download
src/parser.h View 3 chunks +14 lines, -4 lines 0 comments Download
M src/parser.cc View 19 chunks +88 lines, -53 lines 0 comments Download
M src/platform-linux.cc View 1 chunk +2 lines, -0 lines 0 comments Download
M src/preparser.h View 4 chunks +15 lines, -3 lines 0 comments Download
M src/preparser.cc View 9 chunks +41 lines, -13 lines 0 comments Download
M src/preparser-api.cc View 1 chunk +1 line, -0 lines 0 comments Download
src/runtime.cc View 1 chunk +5 lines, -0 lines 0 comments Download
M src/scanner-base.h View 2 chunks +11 lines, -0 lines 0 comments Download
M src/scanner-base.cc View 4 chunks +71 lines, -65 lines 0 comments Download
M src/scopes.cc View 1 chunk +3 lines, -1 line 0 comments Download
M src/serialize.h View 1 chunk +46 lines, -0 lines 0 comments Download
M src/serialize.cc View 1 chunk +8 lines, -50 lines 0 comments Download
M src/token.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/variables.h View 1 chunk +2 lines, -0 lines 0 comments Download
M src/variables.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/weakmap.js View 2 chunks +8 lines, -3 lines 0 comments Download
src/x64/full-codegen-x64.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/x64/lithium-codegen-x64.h View 1 chunk +1 line, -1 line 0 comments Download
M src/x64/lithium-codegen-x64.cc View 3 chunks +22 lines, -15 lines 0 comments Download
src/x64/lithium-x64.h View 1 chunk +7 lines, -3 lines 0 comments Download
M src/x64/lithium-x64.cc View 2 chunks +5 lines, -4 lines 0 comments Download
M src/x64/stub-cache-x64.cc View 8 chunks +30 lines, -30 lines 0 comments Download
M src/zone.h View 1 chunk +5 lines, -1 line 0 comments Download
M src/zone.cc View 4 chunks +31 lines, -22 lines 0 comments Download
M test/cctest/test-api.cc View 1 chunk +0 lines, -2 lines 0 comments Download
M test/cctest/test-lockers.cc View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/test-parsing.cc View 3 chunks +4 lines, -2 lines 0 comments Download
A + test/mjsunit/bugs/harmony/debug-blockscopes.js View 2 chunks +20 lines, -185 lines 0 comments Download
A + test/mjsunit/harmony/block-let-declaration.js View 1 chunk +37 lines, -28 lines 0 comments Download
M test/mjsunit/harmony/block-scoping.js View 1 chunk +167 lines, -9 lines 0 comments Download
M test/mjsunit/harmony/debug-blockscopes.js View 4 chunks +28 lines, -28 lines 0 comments Download
M test/mjsunit/harmony/debug-evaluate-blockscopes.js View 1 chunk +2 lines, -2 lines 0 comments Download
M test/mjsunit/harmony/weakmaps.js View 1 chunk +17 lines, -0 lines 0 comments Download

Powered by Google App Engine
This is Rietveld 408576698