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

Issue 23452020: Prevent representation inference from double-visiting. (Closed)

Created:
7 years, 3 months ago by Michael Starzinger
Modified:
7 years, 3 months ago
Reviewers:
Toon Verwaest
CC:
v8-dev
Visibility:
Public.

Description

Prevent representation inference from double-visiting. This prevents representation inference from pushing the current value into the worklist while it is still being worked on. This might lead to having a value in the worklist that isn't flexible anymore. R=verwaest@chromium.org TEST=mjsunit/compiler/escape-analysis (+GC-Stress) Committed: http://code.google.com/p/v8/source/detail?r=16546

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M src/hydrogen-infer-representation.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 3 (0 generated)
Michael Starzinger
7 years, 3 months ago (2013-09-05 08:47:11 UTC) #1
Toon Verwaest
lgtm
7 years, 3 months ago (2013-09-05 08:49:29 UTC) #2
Michael Starzinger
7 years, 3 months ago (2013-09-05 09:01:36 UTC) #3
Message was sent while issue was closed.
Committed patchset #1 manually as r16546 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698