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

Issue 7465078: Check phi uses of the arguments object after redundant phies elimination. (Closed)

Created:
9 years, 4 months ago by Vyacheslav Egorov (Chromium)
Modified:
9 years, 4 months ago
CC:
v8-dev
Visibility:
Public.

Description

Check phi uses of the arguments object after redundant phies elimination. This allows to handle code like: var a = arguments; while (smth) a[i]; without bailout. R=kmillikin@chromium.org Committed: http://code.google.com/p/v8/source/detail?r=8803

Patch Set 1 #

Patch Set 2 : revert change #

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

Messages

Total messages: 2 (0 generated)
Vyacheslav Egorov (Chromium)
9 years, 4 months ago (2011-08-03 08:32:19 UTC) #1
Kevin Millikin (Chromium)
9 years, 4 months ago (2011-08-03 08:34:52 UTC) #2
LGTM with the changes discussed offline :)

Powered by Google App Engine
This is Rietveld 408576698