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

Issue 8974009: Fix bug with filtering of foreign context maps in the type feedback. (Closed)

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

Description

Fix bug with filtering of foreign context maps in the type feedback. The first attempt did not properly handle keyed loads/stores and did not check the constructors of the objects in the prototype chain. Added two more tests to handle the fixed cases. BUG=v8:1823 TEST=LeakGlobalObjectViaMapKeyed,LeakGlobalContextViaMapProto Committed: http://code.google.com/p/v8/source/detail?r=10277

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+117 lines, -24 lines) Patch
M src/type-info.cc View 7 chunks +37 lines, -18 lines 0 comments Download
M test/cctest/cctest.status View 1 chunk +0 lines, -4 lines 0 comments Download
M test/cctest/test-heap.cc View 5 chunks +80 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
9 years ago (2011-12-19 11:33:52 UTC) #1
Vyacheslav Egorov (Chromium)
9 years ago (2011-12-19 11:39:27 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698