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

Issue 9298014: MIPS: Implement target cache for constructor calls. (Closed)

Created:
8 years, 11 months ago by kalmard
Modified:
8 years, 10 months ago
CC:
v8-dev
Visibility:
Public.

Description

MIPS: Implement target cache for constructor calls. Port r10531 (d61db240). Original commit message: This caches call targets of constructor calls by associating one element caches with call sites. The type feedback oracle can use the recorded valued to gather type information for monomorphic constructor call sites. BUG= TEST= Committed: https://code.google.com/p/v8/source/detail?r=10546

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+103 lines, -57 lines) Patch
M src/mips/builtins-mips.cc View 3 chunks +5 lines, -41 lines 0 comments Download
M src/mips/code-stubs-mips.cc View 2 chunks +77 lines, -10 lines 0 comments Download
M src/mips/debug-mips.cc View 2 chunks +3 lines, -1 line 0 comments Download
M src/mips/full-codegen-mips.cc View 1 chunk +16 lines, -3 lines 0 comments Download
M src/mips/lithium-codegen-mips.cc View 1 chunk +2 lines, -2 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
kalmard
8 years, 11 months ago (2012-01-27 15:03:29 UTC) #1
Michael Starzinger
8 years, 10 months ago (2012-01-30 10:58:44 UTC) #2
LGTM. Landed.

Powered by Google App Engine
This is Rietveld 408576698