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

Issue 25520003: Don't use StubType to probe the code caches. (Closed)

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

Description

Don't use StubType to probe the code caches. There is only one stub-type in the cache at all times. By ignoring the type up-front, we can in a later phase move cache probing before even computing the type. BUG= R=ulan@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=17089

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -62 lines) Patch
M src/objects.cc View 3 chunks +6 lines, -9 lines 0 comments Download
M src/stub-cache.h View 1 chunk +1 line, -5 lines 0 comments Download
M src/stub-cache.cc View 27 chunks +29 lines, -48 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
7 years, 2 months ago (2013-10-01 20:18:53 UTC) #1
ulan
lgtm
7 years, 2 months ago (2013-10-02 09:45:35 UTC) #2
Toon Verwaest
7 years, 2 months ago (2013-10-02 17:23:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r17089 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698