|
Basic infrastructure for fast two-pass compilation. A CFG is
generated in one-pass from the source AST, code is generated from the
CFG. Enabled by the flag --multipass and disabled by default.
Rudimentary and currently only supports literal expressions and return
statements. There are some other known limitations (e.g., missing
support for tracing).
Committed: http://code.google.com/p/v8/source/detail?r=2596
Total comments: 3
Total comments: 1
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1165 lines, -19 lines) |
Patch |
|
M |
src/SConscript
|
View
|
1
|
3 chunks |
+19 lines, -18 lines |
0 comments
|
Download
|
|
A |
src/arm/cfg-arm.cc
|
View
|
|
1 chunk |
+97 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/cfg.h
|
View
|
|
1 chunk |
+311 lines, -0 lines |
1 comment
|
Download
|
|
A |
src/cfg.cc
|
View
|
1
|
1 chunk |
+462 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler.cc
|
View
|
1
|
2 chunks |
+16 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/flag-definitions.h
|
View
|
1
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/ia32/cfg-ia32.cc
|
View
|
|
1 chunk |
+109 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/x64/cfg-x64.cc
|
View
|
|
1 chunk |
+119 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
|
5 chunks |
+6 lines, -1 line |
0 comments
|
Download
|
|
M |
tools/visual_studio/v8_base.vcproj
|
View
|
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/visual_studio/v8_base_arm.vcproj
|
View
|
2
|
1 chunk |
+12 lines, -0 lines |
0 comments
|
Download
|
Total messages: 4 (0 generated)
|