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

Issue 9960065: Do not assume that names of function expressions are context-allocated. (Closed)

Created:
8 years, 8 months ago by Kevin Millikin (Chromium)
Modified:
8 years, 8 months ago
CC:
v8-dev
Visibility:
Public.

Description

Do not assume that names of function expressions are context-allocated. The heap profile generator assumes that for named function expressions, the name is context allocated. This is not necessary true. BUG=v8:2051 TEST=WebKit layout test inspector/profiler/heap-snapshot-inspect-dom-wrapper.html Committed: https://code.google.com/p/v8/source/detail?r=11251

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+6 lines, -7 lines) Patch
M src/objects.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/profile-generator.cc View 1 chunk +4 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
8 years, 8 months ago (2012-04-10 10:06:54 UTC) #1
Vyacheslav Egorov (Chromium)
8 years, 8 months ago (2012-04-10 10:52:44 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698