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

Issue 12521007: Cleanup the copying of ICs to the Megamorphic Code Cache (Closed)

Created:
7 years, 9 months ago by Toon Verwaest
Modified:
7 years, 9 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Cleanup the copying of ICs to the Megamorphic Code Cache Committed: https://code.google.com/p/v8/source/detail?r=13907

Patch Set 1 #

Total comments: 2
Unified diffs Side-by-side diffs Delta from patch set Stats (+23 lines, -28 lines) Patch
M src/ic.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/ic.cc View 3 chunks +22 lines, -28 lines 2 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 9 months ago (2013-03-06 11:43:29 UTC) #1
Jakob Kummerow
LGTM with nit. https://chromiumcodereview.appspot.com/12521007/diff/1/src/ic.cc File src/ic.cc (right): https://chromiumcodereview.appspot.com/12521007/diff/1/src/ic.cc#newcode1055 src/ic.cc:1055: UpdateMegamorphicCache(map, *name, target()); You can s/target()/handler/ ...
7 years, 9 months ago (2013-03-07 11:26:40 UTC) #2
Toon Verwaest
addressed nit. landing. https://chromiumcodereview.appspot.com/12521007/diff/1/src/ic.cc File src/ic.cc (right): https://chromiumcodereview.appspot.com/12521007/diff/1/src/ic.cc#newcode1055 src/ic.cc:1055: UpdateMegamorphicCache(map, *name, target()); On 2013/03/07 11:26:40, ...
7 years, 9 months ago (2013-03-11 15:11:19 UTC) #3
Toon Verwaest
7 years, 9 months ago (2013-03-11 15:11:45 UTC) #4
Message was sent while issue was closed.
Committed patchset #1 manually as r13907 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698