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

Issue 552232: Introduce a stack-allocated structure to encapsulate compile-time information. (Closed)

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

Description

Introduce a stack-allocated structure to encapsulate compile-time information. Use it to hold the possible shared function info, the possible receiver, and the compilation loop nesting depth. Remove loop nesting from FunctionLiteral AST nodes. Committed: http://code.google.com/p/v8/source/detail?r=3744

Patch Set 1 #

Patch Set 2 : Remove inadvertently included files. #

Unified diffs Side-by-side diffs Delta from patch set Stats (+91 lines, -65 lines) Patch
M src/arm/codegen-arm.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/arm/codegen-arm.cc View 1 chunk +1 line, -1 line 0 comments Download
M src/ast.h View 3 chunks +0 lines, -5 lines 0 comments Download
M src/codegen.cc View 2 chunks +3 lines, -2 lines 0 comments Download
M src/compiler.h View 1 2 chunks +26 lines, -3 lines 0 comments Download
M src/compiler.cc View 1 12 chunks +20 lines, -22 lines 0 comments Download
M src/fast-codegen.h View 1 2 chunks +6 lines, -5 lines 0 comments Download
M src/fast-codegen.cc View 1 2 chunks +6 lines, -4 lines 0 comments Download
M src/handles.cc View 1 4 chunks +11 lines, -11 lines 0 comments Download
M src/ia32/codegen-ia32.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/ia32/codegen-ia32.cc View 3 chunks +3 lines, -3 lines 0 comments Download
M src/x64/codegen-x64.h View 3 chunks +4 lines, -2 lines 0 comments Download
M src/x64/codegen-x64.cc View 3 chunks +3 lines, -3 lines 0 comments Download

Messages

Total messages: 2 (0 generated)
Kevin Millikin (Chromium)
10 years, 11 months ago (2010-01-29 10:29:48 UTC) #1
fschneider
10 years, 10 months ago (2010-01-29 11:44:50 UTC) #2
LGTM.

Powered by Google App Engine
This is Rietveld 408576698