|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1371 lines, -5 lines) |
Patch |
|
M |
BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/DEPS
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
src/compiler/bytecode-graph-builder.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+174 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/compiler/bytecode-graph-builder.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+433 lines, -0 lines |
2 comments
|
Download
|
|
M |
src/compiler/pipeline.cc
|
View
|
1
2
3
|
2 chunks |
+15 lines, -4 lines |
0 comments
|
Download
|
|
A |
src/interpreter/bytecode-array-iterator.h
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+45 lines, -0 lines |
0 comments
|
Download
|
|
A |
src/interpreter/bytecode-array-iterator.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+72 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+3 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/objects-inl.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/cctest.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
test/cctest/compiler/test-run-bytecode-graph-builder.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+259 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/cctest/interpreter/test-bytecode-generator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
A |
test/unittests/compiler/bytecode-graph-builder-unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+248 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/node-test-utils.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/node-test-utils.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
A |
test/unittests/interpreter/bytecode-array-iterator-unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
|
M |
test/unittests/unittests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+2 lines, -0 lines |
0 comments
|
Download
|
|
M |
tools/gyp/v8.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+4 lines, -0 lines |
0 comments
|
Download
|