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

Issue 1327753002: [crankshaft] Add baseline implementation of for-of. (Closed)

Created:
5 years, 3 months ago by Benedikt Meurer
Modified:
5 years ago
Reviewers:
Jarin
CC:
v8-dev, Michael Starzinger, Dan Ehrenberg
Base URL:
https://chromium.googlesource.com/v8/v8.git@master
Target Ref:
refs/pending/heads/master
Project:
v8
Visibility:
Public.

Description

[crankshaft] Add baseline implementation of for-of. This adds a baseline implementation of for-of without any specific optimizations to Crankshaft, and enables compilation of methods containing for-of with Crankshaft. R=jarin@chromium.org

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+38 lines, -2 lines) Patch
M src/ast-numbering.cc View 1 chunk +0 lines, -1 line 0 comments Download
M src/hydrogen.cc View 1 chunk +31 lines, -1 line 0 comments Download
M src/typing.cc View 1 chunk +7 lines, -0 lines 0 comments Download

Messages

Total messages: 1 (0 generated)
Benedikt Meurer
5 years, 3 months ago (2015-09-02 05:18:57 UTC) #1
Hey Jaro,

Here's the proof-of-concept implementation of for-of in Crankshaft.
This is not intended for landing now. We'll first have to have some
strategic discussion about this.
Please take a look.

Thanks,
Benedikt

Powered by Google App Engine
This is Rietveld 408576698