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

Issue 10041025: Merged r11143, r11162, r11174, r11208, r11213, r11222 into 3.9 branch. (Closed)

Created:
8 years, 8 months ago by ulan
Modified:
8 years, 8 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Merged r11143, r11162, r11174, r11208, r11213, r11222 into 3.9 branch. Reset function info counters after context disposal. Move profiler_ticks to Code object, don't walk the stack when patching ICs Reset the optimization_disabled flag in function info after context disposal. Check code kind when resetting profiler ticks. Make progress in incremental marking if scavenge is delaying mark-sweep. Reset function info counters after context disposal in incremental marking step. Original CLs: https://chromiumcodereview.appspot.com/9836091 https://chromiumcodereview.appspot.com/9866030 https://chromiumcodereview.appspot.com/9873022 https://chromiumcodereview.appspot.com/9956060 https://chromiumcodereview.appspot.com/9965054 https://chromiumcodereview.appspot.com/9903019 BUG=121147, 117767, v8:1902 R=jkummerow@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=11368

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+289 lines, -118 lines) Patch
M src/compiler.cc View 2 chunks +8 lines, -0 lines 0 comments Download
M src/factory.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/full-codegen.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/heap.h View 2 chunks +0 lines, -5 lines 0 comments Download
M src/heap.cc View 5 chunks +15 lines, -12 lines 0 comments Download
M src/ic.cc View 1 chunk +32 lines, -46 lines 0 comments Download
M src/incremental-marking.h View 3 chunks +9 lines, -3 lines 0 comments Download
M src/incremental-marking.cc View 4 chunks +11 lines, -4 lines 0 comments Download
M src/mark-compact.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M src/objects.h View 11 chunks +30 lines, -13 lines 0 comments Download
M src/objects.cc View 5 chunks +41 lines, -3 lines 0 comments Download
M src/objects-inl.h View 3 chunks +15 lines, -2 lines 0 comments Download
M src/objects-printer.cc View 1 chunk +2 lines, -2 lines 0 comments Download
M src/runtime.cc View 2 chunks +1 line, -2 lines 0 comments Download
M src/runtime-profiler.cc View 7 chunks +21 lines, -16 lines 0 comments Download
M src/spaces.cc View 1 chunk +4 lines, -2 lines 0 comments Download
M src/version.cc View 1 chunk +1 line, -1 line 0 comments Download
M test/cctest/test-heap.cc View 2 chunks +90 lines, -7 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
ulan
8 years, 8 months ago (2012-04-18 10:55:37 UTC) #1
Jakob Kummerow
8 years, 8 months ago (2012-04-18 11:02:27 UTC) #2
rubber-stamp LGTM.

Powered by Google App Engine
This is Rietveld 408576698