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

Issue 3421009: Revision 2.4.4.... (Closed)

Created:
10 years, 3 months ago by Erik Corry
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Revision 2.4.4. Fix bug with hangs on very large sparse arrays. Try harder to free up memory when running out of space. Add heap snapshots to JSON format to API. Recalibrate benchmarks. Committed: http://code.google.com/p/v8/source/detail?r=5462

Patch Set 1 #

Patch Set 2 : '' #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1527 lines, -494 lines) Patch
M AUTHORS View 1 chunk +1 line, -0 lines 0 comments Download
M ChangeLog View 1 chunk +11 lines, -0 lines 0 comments Download
M benchmarks/crypto.js View 1 chunk +1 line, -1 line 0 comments Download
M benchmarks/deltablue.js View 1 chunk +1 line, -1 line 0 comments Download
M benchmarks/earley-boyer.js View 1 chunk +1 line, -1 line 0 comments Download
M benchmarks/raytrace.js View 1 chunk +1 line, -1 line 0 comments Download
M benchmarks/regexp.js View 1 chunk +1 line, -1 line 0 comments Download
M benchmarks/richards.js View 1 chunk +1 line, -1 line 0 comments Download
M benchmarks/splay.js View 1 chunk +1 line, -1 line 0 comments Download
M include/v8.h View 1 chunk +28 lines, -0 lines 0 comments Download
M include/v8-profiler.h View 2 chunks +28 lines, -1 line 0 comments Download
M src/api.cc View 1 chunk +17 lines, -0 lines 0 comments Download
M src/arm/code-stubs-arm.cc View 17 chunks +100 lines, -52 lines 0 comments Download
M src/arm/codegen-arm.h View 4 chunks +8 lines, -12 lines 0 comments Download
M src/arm/codegen-arm.cc View 3 chunks +5 lines, -2 lines 0 comments Download
M src/arm/full-codegen-arm.cc View 7 chunks +21 lines, -8 lines 0 comments Download
M src/arm/macro-assembler-arm.h View 1 chunk +0 lines, -3 lines 0 comments Download
M src/arm/macro-assembler-arm.cc View 1 chunk +0 lines, -9 lines 0 comments Download
M src/code-stubs.h View 5 chunks +57 lines, -16 lines 0 comments Download
M src/codegen.h View 2 chunks +1 line, -43 lines 0 comments Download
M src/codegen.cc View 3 chunks +20 lines, -33 lines 0 comments Download
M src/flag-definitions.h View 1 chunk +4 lines, -0 lines 0 comments Download
M src/full-codegen.h View 2 chunks +9 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 2 chunks +32 lines, -18 lines 0 comments Download
M src/global-handles.h View 1 chunk +3 lines, -2 lines 0 comments Download
M src/global-handles.cc View 3 chunks +4 lines, -1 line 0 comments Download
M src/handles.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/heap.h View 4 chunks +20 lines, -6 lines 0 comments Download
M src/heap.cc View 10 chunks +61 lines, -35 lines 0 comments Download
M src/heap-inl.h View 2 chunks +11 lines, -1 line 0 comments Download
M src/ia32/code-stubs-ia32.cc View 6 chunks +71 lines, -27 lines 0 comments Download
M src/ia32/codegen-ia32.h View 4 chunks +8 lines, -12 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 8 chunks +28 lines, -6 lines 0 comments Download
M src/ia32/full-codegen-ia32.cc View 10 chunks +22 lines, -8 lines 0 comments Download
M src/parser.h View 6 chunks +26 lines, -26 lines 0 comments Download
M src/parser.cc View 16 chunks +115 lines, -80 lines 0 comments Download
M src/profile-generator.h View 1 chunk +48 lines, -0 lines 0 comments Download
M src/profile-generator.cc View 2 chunks +352 lines, -0 lines 0 comments Download
M src/runtime.h View 3 chunks +85 lines, -13 lines 0 comments Download
M src/runtime.cc View 3 chunks +37 lines, -17 lines 0 comments Download
M src/unicode.h View 2 chunks +3 lines, -3 lines 0 comments Download
M src/utils.h View 1 chunk +6 lines, -0 lines 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 +66 lines, -26 lines 0 comments Download
M src/x64/codegen-x64.h View 3 chunks +9 lines, -12 lines 0 comments Download
M src/x64/codegen-x64.cc View 7 chunks +28 lines, -5 lines 0 comments Download
M src/x64/full-codegen-x64.cc View 9 chunks +22 lines, -8 lines 0 comments Download
M test/cctest/test-heap-profiler.cc View 1 chunk +152 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Erik Corry
10 years, 3 months ago (2010-09-15 11:28:38 UTC) #1
Mads Ager (chromium)
10 years, 3 months ago (2010-09-15 12:30:44 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698