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

Issue 393010: Disable "arguments" implementation. It was too optimistic in its assumptions. (Closed)

Created:
11 years, 1 month ago by Lasse Reichstein
Modified:
9 years, 6 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Disable "arguments" implementation. It was too optimistic in its assumptions.

Patch Set 1 #

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

Messages

Total messages: 3 (0 generated)
Lasse Reichstein
Quick review.
11 years, 1 month ago (2009-11-13 12:31:23 UTC) #1
fschneider
LGTM. http://codereview.chromium.org/393010/diff/1/2 File src/compiler.cc (right): http://codereview.chromium.org/393010/diff/1/2#newcode601 Line 601: Should we also bailout here? if (scope->arguments() ...
11 years, 1 month ago (2009-11-13 12:49:32 UTC) #2
Lasse Reichstein
11 years, 1 month ago (2009-11-13 13:06:12 UTC) #3
http://codereview.chromium.org/393010/diff/1/2
File src/compiler.cc (right):

http://codereview.chromium.org/393010/diff/1/2#newcode601
Line 601: 
We should, yes. Well spotted.

http://codereview.chromium.org/393010/diff/1/2#newcode764
Line 764: }
And removed this. The first location was the correct one.

http://codereview.chromium.org/393010/diff/1/2#newcode805
Line 805: BAILOUT("non-global/non-slot variable reference");
Not currently, AFAIK.
This is what it said before I removed it. 
Will fix.

Powered by Google App Engine
This is Rietveld 408576698