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

Issue 7572018: Minimize malloc heap allocation on process startup. (Closed)

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

Description

Minimize malloc heap allocation on process startup. R=vegorov@chromium.org BUG=http://b/issue?id=5095592 Committed: http://code.google.com/p/v8/source/detail?r=8833

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+257 lines, -170 lines) Patch
M src/api.h View 4 chunks +0 lines, -7 lines 0 comments Download
M src/api.cc View 4 chunks +4 lines, -5 lines 0 comments Download
M src/debug.cc View 2 chunks +1 line, -3 lines 0 comments Download
M src/execution.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/isolate.h View 11 chunks +45 lines, -9 lines 0 comments Download
M src/isolate.cc View 9 chunks +80 lines, -64 lines 0 comments Download
M src/spaces.h View 7 chunks +9 lines, -13 lines 0 comments Download
M src/spaces.cc View 3 chunks +8 lines, -8 lines 0 comments Download
M test/cctest/test-alloc.cc View 4 chunks +7 lines, -6 lines 0 comments Download
M test/cctest/test-debug.cc View 1 chunk +1 line, -0 lines 0 comments Download
M test/cctest/test-heap.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-parsing.cc View 7 chunks +14 lines, -0 lines 0 comments Download
M test/cctest/test-serialize.cc View 2 chunks +4 lines, -4 lines 0 comments Download
M test/cctest/test-spaces.cc View 5 chunks +79 lines, -46 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Vitaly Repeshko
9 years, 4 months ago (2011-08-04 14:41:02 UTC) #1
Vyacheslav Egorov (Chromium)
9 years, 4 months ago (2011-08-04 14:47:48 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698