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

Issue 21448: Experimental: for the inlined keyed load IC, change the base address... (Closed)

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

Description

Experimental: for the inlined keyed load IC, change the base address used to compute the offset to the map compare instruction. Before it was the address of the call instruction, now it is the address of the test instruction immediately following the call. Committed: http://code.google.com/p/v8/source/detail?r=1296

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+8 lines, -11 lines) Patch
M src/codegen-ia32.cc View 2 chunks +3 lines, -6 lines 0 comments Download
M src/ic-ia32.cc View 1 chunk +5 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
11 years, 10 months ago (2009-02-18 10:56:59 UTC) #1
Mads Ager (chromium)
11 years, 10 months ago (2009-02-18 11:35:28 UTC) #2
LGTM!

Powered by Google App Engine
This is Rietveld 408576698