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

Issue 6594073: Enable optimizing JSFunctions that are in new-space.... (Closed)

Created:
9 years, 9 months ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Enable optimizing JSFunctions that are in new-space. It avoids strange performance behavior where hot functions do not get optimized if there is no GC to promote them, and it does not seem to hurt us otherwise. Committed: http://code.google.com/p/v8/source/detail?r=7016

Patch Set 1 #

Patch Set 2 : Don't clear samples on GC #

Patch Set 3 : Fixed bug in GC #

Patch Set 4 : update samples at GC #

Patch Set 5 : '' #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+46 lines, -50 lines) Patch
M src/heap.cc View 1 2 3 3 chunks +3 lines, -10 lines 1 comment Download
M src/mark-compact.cc View 1 2 3 4 3 chunks +7 lines, -0 lines 0 comments Download
M src/runtime-profiler.h View 1 2 3 1 chunk +3 lines, -2 lines 0 comments Download
M src/runtime-profiler.cc View 1 2 3 4 6 chunks +33 lines, -38 lines 0 comments Download

Messages

Total messages: 6 (0 generated)
fschneider
9 years, 9 months ago (2011-03-01 12:21:02 UTC) #1
Karl Klose
LGTM.
9 years, 9 months ago (2011-03-01 13:15:06 UTC) #2
fschneider
Please have another look. I removed the clearing of the sampler window and removed the ...
9 years, 9 months ago (2011-03-01 15:40:18 UTC) #3
fschneider
9 years, 9 months ago (2011-03-01 17:11:01 UTC) #4
Vyacheslav Egorov (Chromium)
GC part looks good to me. http://codereview.chromium.org/6594073/diff/6007/src/heap.cc File src/heap.cc (right): http://codereview.chromium.org/6594073/diff/6007/src/heap.cc#newcode1072 src/heap.cc:1072: You can move ...
9 years, 9 months ago (2011-03-01 17:18:43 UTC) #5
Karl Klose
9 years, 9 months ago (2011-03-01 20:10:25 UTC) #6
Still LGTM.

Powered by Google App Engine
This is Rietveld 408576698