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

Issue 13552003: Add extra flag for load-ic stubs in code cache. (Closed)

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

Description

Add extra flag for load-ic stubs in code cache. This allows to distinguish between stubs compiled for the current object from stubs compiled for objects that have the current object as a prototype. BUG=v8:2593 R=verwaest@chromium.org Committed: https://code.google.com/p/v8/source/detail?r=14132

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+56 lines, -30 lines) Patch
M src/objects.h View 3 chunks +11 lines, -0 lines 0 comments Download
M src/stub-cache.h View 1 chunk +2 lines, -2 lines 0 comments Download
M src/stub-cache.cc View 11 chunks +16 lines, -12 lines 0 comments Download
A + test/mjsunit/regress/regress-2593.js View 1 chunk +27 lines, -16 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
ulan
Please take a look.
7 years, 8 months ago (2013-04-03 17:02:10 UTC) #1
Toon Verwaest
Other than a weird variable name in the test case, lgtm. Nice catch.
7 years, 8 months ago (2013-04-03 19:32:16 UTC) #2
ulan
7 years, 8 months ago (2013-04-04 08:29:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r14132 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698