|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+763 lines, -216 lines) |
Patch |
|
M |
src/compiler/code-generator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
2 chunks |
+23 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/compiler/code-generator.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
4 chunks |
+71 lines, -51 lines |
0 comments
|
Download
|
|
M |
src/compiler/common-operator.h
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/common-operator.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+8 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/escape-analysis.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
3 chunks |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/escape-analysis.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
17 chunks |
+108 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/compiler/escape-analysis-reducer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+5 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/escape-analysis-reducer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
3 chunks |
+131 lines, -33 lines |
0 comments
|
Download
|
|
M |
src/compiler/frame-states.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
|
M |
src/compiler/instruction.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
6 chunks |
+67 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+3 lines, -15 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction-selector.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/compiler/instruction-selector.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
9 chunks |
+123 lines, -37 lines |
0 comments
|
Download
|
|
M |
src/compiler/opcodes.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/typer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/compiler/verifier.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
|
M |
src/deoptimizer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+31 lines, -0 lines |
0 comments
|
Download
|
|
A + |
test/mjsunit/compiler/escape-analysis-deopt-1.js
|
View
|
1
2
3
4
5
6
7
9
10
11
12
13
14
15
16
17
|
1 chunk |
+17 lines, -4 lines |
0 comments
|
Download
|
|
A + |
test/mjsunit/compiler/escape-analysis-deopt-2.js
|
View
|
9
10
11
12
13
14
15
16
17
|
1 chunk |
+20 lines, -4 lines |
0 comments
|
Download
|
|
A + |
test/mjsunit/compiler/escape-analysis-deopt-3.js
|
View
|
9
10
11
12
13
14
15
16
17
|
1 chunk |
+21 lines, -4 lines |
0 comments
|
Download
|
|
A + |
test/mjsunit/compiler/escape-analysis-deopt-4.js
|
View
|
1
2
3
4
5
6
9
10
11
12
13
14
15
16
17
|
1 chunk |
+27 lines, -4 lines |
0 comments
|
Download
|
|
A + |
test/mjsunit/compiler/escape-analysis-deopt-5.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+11 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/mjsunit/mjsunit.status
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
1 chunk |
+0 lines, -13 lines |
0 comments
|
Download
|
|
M |
test/unittests/compiler/escape-analysis-unittest.cc
|
View
|
1
2
3
4
5
6
7
|
1 chunk |
+84 lines, -0 lines |
0 comments
|
Download
|