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

Issue 12451003: Make IC patching resilient to flushing of the original target() ic. (Closed)

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

Description

Make IC patching resilient to flushing of the original target() ic. Committed: https://code.google.com/p/v8/source/detail?r=13831

Patch Set 1 : #

Total comments: 4

Patch Set 2 : Addressed comments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+149 lines, -89 lines) Patch
M src/arm/ic-arm.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/arm/stub-cache-arm.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/builtins.h View 1 chunk +1 line, -1 line 0 comments Download
M src/code-stubs.h View 2 chunks +3 lines, -5 lines 0 comments Download
M src/code-stubs.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/ic-ia32.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/ia32/stub-cache-ia32.cc View 4 chunks +4 lines, -4 lines 0 comments Download
M src/ic.cc View 1 4 chunks +43 lines, -11 lines 0 comments Download
M src/objects.h View 1 chunk +0 lines, -5 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/objects-inl.h View 1 chunk +1 line, -0 lines 0 comments Download
M src/stub-cache.h View 4 chunks +15 lines, -10 lines 0 comments Download
M src/stub-cache.cc View 1 24 chunks +65 lines, -40 lines 0 comments Download
M src/x64/ic-x64.cc View 1 chunk +2 lines, -1 line 0 comments Download
M src/x64/stub-cache-x64.cc View 4 chunks +4 lines, -4 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Toon Verwaest
PTAL
7 years, 9 months ago (2013-03-05 17:10:56 UTC) #1
Jakob Kummerow
LGTM with a real comment and a nit. https://chromiumcodereview.appspot.com/12451003/diff/8016/src/ic.cc File src/ic.cc (right): https://chromiumcodereview.appspot.com/12451003/diff/8016/src/ic.cc#newcode1041 src/ic.cc:1041: AssertNoAllocation ...
7 years, 9 months ago (2013-03-05 17:32:59 UTC) #2
Toon Verwaest
Addressed comments, landing. https://chromiumcodereview.appspot.com/12451003/diff/8016/src/ic.cc File src/ic.cc (right): https://chromiumcodereview.appspot.com/12451003/diff/8016/src/ic.cc#newcode1041 src/ic.cc:1041: AssertNoAllocation no_gc; I removed the one ...
7 years, 9 months ago (2013-03-05 17:37:14 UTC) #3
Toon Verwaest
7 years, 9 months ago (2013-03-05 17:38:46 UTC) #4
Message was sent while issue was closed.
Committed patchset #2 manually as r13831 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698