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

Issue 10919214: Fix array index dehoisting. (Closed)

Created:
8 years, 3 months ago by Massi
Modified:
8 years, 3 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Fix array index dehoisting. BUG=141395 TEST= Committed: https://code.google.com/p/v8/source/detail?r=12484

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+4 lines, -0 lines) Patch
M src/hydrogen.cc View 2 chunks +4 lines, -0 lines 1 comment Download

Messages

Total messages: 2 (0 generated)
Massi
8 years, 3 months ago (2012-09-11 13:14:27 UTC) #1
Jakob Kummerow
8 years, 3 months ago (2012-09-11 13:16:24 UTC) #2
LGTM with nit.

https://chromiumcodereview.appspot.com/10919214/diff/1/src/hydrogen.cc
File src/hydrogen.cc (right):

https://chromiumcodereview.appspot.com/10919214/diff/1/src/hydrogen.cc#newcod...
src/hydrogen.cc:3752: return;
{} please (or put it all on one line).
Again below.

Also, you could do with a single copy of this condition if you move it up and
out of the if-block.

Powered by Google App Engine
This is Rietveld 408576698