|
Clean up node iteration
- Create a first-class Edge type.
- Separate node and edge iterators
- Make iterators only responsible for iteration
- Make it possible to modify the use edge iterator while iterating.
- Add the ability to update inputs to Edges directly.
Total comments: 1
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+301 lines, -192 lines) |
Patch |
|
M |
src/compiler/change-lowering.cc
|
View
|
1
2
3
|
2 chunks |
+6 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/compiler/control-reducer.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+16 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/compiler/generic-algorithm.h
|
View
|
1
2
3
4
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/generic-algorithm-inl.h
|
View
|
1
2
3
4
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/compiler/graph-visualizer.cc
|
View
|
1
2
3
4
|
5 chunks |
+11 lines, -11 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction-selector.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+3 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/compiler/js-inlining.cc
|
View
|
1
2
3
4
5
|
4 chunks |
+16 lines, -22 lines |
0 comments
|
Download
|
|
M |
src/compiler/node.h
|
View
|
1
2
3
4
5
6
7
8
9
|
11 chunks |
+190 lines, -56 lines |
0 comments
|
Download
|
|
M |
src/compiler/node-properties.h
|
View
|
|
2 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/compiler/node-properties-inl.h
|
View
|
1
2
3
4
|
3 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
|
M |
src/compiler/scheduler.cc
|
View
|
1
2
3
|
5 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
|
M |
src/compiler/simplified-lowering.cc
|
View
|
1
2
3
4
5
6
7
|
2 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
|
M |
src/compiler/verifier.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-control-reducer.cc
|
View
|
1
2
3
4
5
6
|
1 chunk |
+2 lines, -5 lines |
0 comments
|
Download
|
|
M |
test/cctest/compiler/test-node.cc
|
View
|
1
2
3
4
5
6
|
2 chunks |
+12 lines, -14 lines |
0 comments
|
Download
|
Total messages: 13 (4 generated)
|