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

Issue 552089: A follow-up to fix 553: really report function object moves. (Closed)

Created:
10 years, 11 months ago by mnaganov (inactive)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

A follow-up to fix 553: really report function object moves. As an afterthought, I realized that I put function objects moves reporting into a method that deals with only code object moves. I've looked up that function objects are allocated in old pointer space and new space, so I moved logging to the corresponding VM methods. BUG=553 Committed: http://code.google.com/p/v8/source/detail?r=3679

Patch Set 1 #

Patch Set 2 : Add an assertion to test #

Unified diffs Side-by-side diffs Delta from patch set Stats (+14 lines, -3 lines) Patch
M src/mark-compact.cc View 4 chunks +11 lines, -3 lines 0 comments Download
M test/cctest/test-log-stack-tracer.cc View 1 chunk +3 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
mnaganov (inactive)
10 years, 11 months ago (2010-01-21 22:00:41 UTC) #1
Søren Thygesen Gjesse
10 years, 11 months ago (2010-01-22 08:55:21 UTC) #2
LGTM

Powered by Google App Engine
This is Rietveld 408576698