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

Issue 3060002: Remove VirtualFrame::CallStoreIC(void) and CallCommonStoreIC from virtual-fra... (Closed)

Created:
10 years, 5 months ago by William Hesse
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Remove VirtualFrame::CallStoreIC(void) and CallCommonStoreIC from virtual-frame-x64.cc. Make implementations of CallStoreIC(key, is_contextual) and CallKeyedStoreIC() the same on x64 and ia32. Make ia32 and x64 implementations more alike by moving some functions and changing comments. Committed: http://code.google.com/p/v8/source/detail?r=5113

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+84 lines, -103 lines) Patch
M src/x64/codegen-x64.cc View 1 chunk +7 lines, -2 lines 1 comment Download
M src/x64/virtual-frame-x64.h View 1 chunk +5 lines, -28 lines 0 comments Download
M src/x64/virtual-frame-x64.cc View 2 chunks +72 lines, -73 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
William Hesse
10 years, 5 months ago (2010-07-21 13:13:52 UTC) #1
Mads Ager (chromium)
10 years, 5 months ago (2010-07-21 13:20:13 UTC) #2
LGTM

http://codereview.chromium.org/3060002/diff/1/2
File src/x64/codegen-x64.cc (right):

http://codereview.chromium.org/3060002/diff/1/2#newcode4848
src/x64/codegen-x64.cc:4848: __ nop();
Not really needed until we port the inlined store IC. I'm planning on doing that
though, so might as well keep it in there. :)

Powered by Google App Engine
This is Rietveld 408576698