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

Issue 10796058: Cleaned up AST nodes a bit. (Closed)

Created:
8 years, 5 months ago by Sven Panne
Modified:
8 years, 5 months ago
Reviewers:
Jakob Kummerow
CC:
v8-dev
Visibility:
Public.

Description

Cleaned up AST nodes a bit. * Made AST IDs constant. Making this explicit helps understanding the code. * Removed a few dead functions. * Be honest by making node_type() pure virtual. All these changes have been checked to be performance-neutral. Committed: https://code.google.com/p/v8/source/detail?r=12153

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+41 lines, -52 lines) Patch
M src/ast.h View 26 chunks +40 lines, -51 lines 0 comments Download
M src/ast.cc View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 2 (0 generated)
Sven Panne
8 years, 5 months ago (2012-07-20 09:26:14 UTC) #1
Jakob Kummerow
8 years, 5 months ago (2012-07-20 09:37:05 UTC) #2
lgtm

Powered by Google App Engine
This is Rietveld 408576698