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

Issue 558042: Add fast code generator visitor. (Closed)

Created:
10 years, 10 months ago by Kevin Millikin (Chromium)
Modified:
9 years, 7 months ago
Reviewers:
fschneider
CC:
v8-dev
Visibility:
Public.

Description

Add fast code generator visitor. It does not yet emit code so there is a flag --print-ir to print the AST as seen by the code generator. Committed: http://code.google.com/p/v8/source/detail?r=3748

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+278 lines, -8 lines) Patch
M src/compiler.h View 1 chunk +1 line, -1 line 0 comments Download
M src/compiler.cc View 3 chunks +4 lines, -7 lines 0 comments Download
M src/fast-codegen.h View 1 chunk +34 lines, -0 lines 0 comments Download
M src/fast-codegen.cc View 3 chunks +238 lines, -0 lines 1 comment Download
M src/flag-definitions.h View 1 chunk +1 line, -0 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 10 months ago (2010-01-29 11:59:21 UTC) #1
fschneider
10 years, 10 months ago (2010-01-29 13:02:29 UTC) #2
http://codereview.chromium.org/558042/diff/1/4
File src/fast-codegen.cc (right):

http://codereview.chromium.org/558042/diff/1/4#newcode346
src/fast-codegen.cc:346: info_ = NULL;
Maybe I miss something here. Why do we need to reset those member to NULL?

Powered by Google App Engine
This is Rietveld 408576698