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

Issue 11824063: Separate MEGAMORPHIC and GENERIC ic states (Closed)

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

Description

Separate MEGAMORPHIC and GENERIC ic states Committed: https://code.google.com/p/v8/source/detail?r=13402

Patch Set 1 #

Patch Set 2 : Move GENERIC from || to ASSERT(! #

Unified diffs Side-by-side diffs Delta from patch set Stats (+28 lines, -25 lines) Patch
M src/builtins.h View 3 chunks +9 lines, -9 lines 0 comments Download
M src/ic.h View 3 chunks +0 lines, -11 lines 0 comments Download
M src/ic.cc View 1 13 chunks +14 lines, -3 lines 0 comments Download
M src/objects.cc View 1 chunk +1 line, -0 lines 0 comments Download
M src/objects-visiting-inl.h View 1 chunk +1 line, -1 line 0 comments Download
M src/type-info.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/v8globals.h View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 3 (0 generated)
Toon Verwaest
PTAL
7 years, 11 months ago (2013-01-10 14:17:03 UTC) #1
ulan
LGTM
7 years, 11 months ago (2013-01-16 14:58:58 UTC) #2
Yang
7 years, 11 months ago (2013-01-16 16:49:51 UTC) #3
Message was sent while issue was closed.
On 2013/01/16 14:58:58, ulan wrote:
> LGTM

I ran across a ton of crashes with this:

STDERR: #
STDERR: # Fatal error in ../../v8/src/ic.cc, line 1350
STDERR: # unreachable code
STDERR: #

When I was testing webkit layout tests on debug built chromium with bleeding
edge V8. I think this might be the culprit...

Powered by Google App Engine
This is Rietveld 408576698