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

Issue 340059: Add support for for loops to the toplevel code generator. (Closed)

Created:
11 years, 1 month ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
CC:
v8-dev
Visibility:
Public.

Description

Add support for for loops to the toplevel code generator. Committed: http://code.google.com/p/v8/source/detail?r=3199

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+79 lines, -3 lines) Patch
M src/compiler.cc View 2 chunks +16 lines, -2 lines 1 comment Download
M src/fast-codegen.cc View 2 chunks +28 lines, -1 line 0 comments Download
A test/mjsunit/compiler/loops.js View 1 chunk +35 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Kevin Millikin (Chromium)
11 years, 1 month ago (2009-11-02 13:56:57 UTC) #1
Kevin Millikin (Chromium)
http://codereview.chromium.org/340059/diff/1/3 File src/compiler.cc (right): http://codereview.chromium.org/340059/diff/1/3#newcode122 Line 122: if (FLAG_fast_compiler && !Bootstrapper::IsActive()) { I will not ...
11 years, 1 month ago (2009-11-02 14:01:22 UTC) #2
fschneider
LGTM. Nice to have it platform-independent. So much more compact!
11 years, 1 month ago (2009-11-02 14:05:49 UTC) #3
William Hesse
11 years, 1 month ago (2009-11-02 14:11:10 UTC) #4
LGTM.

Powered by Google App Engine
This is Rietveld 408576698