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

Issue 5991001: Mark map-transition stores as map-changing instructions.... (Closed)

Created:
10 years ago by fschneider
Modified:
9 years, 6 months ago
CC:
v8-dev
Visibility:
Public.

Description

Mark map-transition stores as map-changing instructions. This prevents code motion from hoisting map-checks across such stores which may result in unnecessary deoptimizations.

Patch Set 1 #

Patch Set 2 : x #

Unified diffs Side-by-side diffs Delta from patch set Stats (+12 lines, -0 lines) Patch
M src/hydrogen.cc View 1 1 chunk +3 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.h View 1 1 chunk +2 lines, -0 lines 0 comments Download
M src/hydrogen-instructions.cc View 1 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
fschneider
10 years ago (2010-12-17 12:09:25 UTC) #1
Kevin Millikin (Chromium)
10 years ago (2010-12-17 12:24:08 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698