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

Issue 6474035: Prohibit moving instructions with side effects via 'EmitAtUses'. (Closed)

Created:
9 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Prohibit moving instructions with side effects via 'EmitAtUses'. It's not generally safe to decide to delay the evaluation of an expression with side effects until it is used. BUG=v8:1138 Committed: http://code.google.com/p/v8/source/detail?r=6742

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+20 lines, -5 lines) Patch
M src/hydrogen-instructions.h View 5 chunks +20 lines, -5 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
9 years, 10 months ago (2011-02-11 09:57:54 UTC) #1
fschneider
9 years, 10 months ago (2011-02-11 10:08:31 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698