|
|
A change in the way we place TransitionElementKinds in the tree.
I attempt to place them as close to object definition as possible, in the
hopes of getting them out of loops.
There is currently a weakness that the deferment isn't strongly tied to the
creation of a DeferredTransition structure. There are currently some failing
tests because of this.
BUG=
Total comments: 92
Total comments: 13
Total comments: 30
Total comments: 10
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+1916 lines, -476 lines) |
Patch |
 |
M |
src/arm/lithium-codegen-arm.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+37 lines, -20 lines |
0 comments
|
Download
|
 |
M |
src/ast.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/elements-kind.h
|
View
|
1
2
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/elements-kind.cc
|
View
|
1
2
|
1 chunk |
+19 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
8 chunks |
+44 lines, -26 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
29 chunks |
+990 lines, -124 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen-instructions.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
13 chunks |
+125 lines, -100 lines |
0 comments
|
Download
|
 |
M |
src/hydrogen-instructions.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
7 chunks |
+345 lines, -8 lines |
0 comments
|
Download
|
 |
M |
src/ia32/lithium-codegen-ia32.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
3 chunks |
+8 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/ia32/lithium-codegen-ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
7 chunks |
+124 lines, -39 lines |
0 comments
|
Download
|
 |
M |
src/ia32/lithium-ia32.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
1 chunk |
+22 lines, -16 lines |
0 comments
|
Download
|
 |
M |
src/objects.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/objects.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
3 chunks |
+6 lines, -7 lines |
0 comments
|
Download
|
 |
M |
src/runtime.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/runtime.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
9 chunks |
+22 lines, -9 lines |
0 comments
|
Download
|
 |
M |
src/small-pointer-list.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/v8-counters.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/x64/lithium-codegen-x64.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+37 lines, -20 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/elements-transition.js
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
2 chunks |
+49 lines, -53 lines |
0 comments
|
Download
|
 |
M |
test/mjsunit/elements-transition-hoisting.js
|
View
|
1
2
3
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
A + |
test/mjsunit/elements-transition-new.js
|
View
|
1
2
3
4
5
|
1 chunk |
+48 lines, -52 lines |
0 comments
|
Download
|
Total messages: 7 (0 generated)
|