|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+5591 lines, -6621 lines) |
Patch |
 |
M |
BUILD.gn
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/flag-definitions.h
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
src/frames.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecode-array-builder.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecode-array-writer.cc
|
View
|
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecode-pipeline.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2 chunks |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecode-pipeline.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
2 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecode-register-allocator.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+11 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecode-register-allocator.cc
|
View
|
|
7 chunks |
+11 lines, -5 lines |
0 comments
|
Download
|
 |
A |
src/interpreter/bytecode-register-optimizer.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+149 lines, -0 lines |
0 comments
|
Download
|
 |
A |
src/interpreter/bytecode-register-optimizer.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
1 chunk |
+603 lines, -0 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecode-traits.h
|
View
|
|
8 chunks |
+14 lines, -19 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecodes.h
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+12 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/interpreter/bytecodes.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+45 lines, -2 lines |
0 comments
|
Download
|
 |
M |
src/v8.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+8 lines, -12 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/AssignmentsInBinaryExpression.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+16 lines, -21 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/BasicBlockToBoolean.golden
|
View
|
1
2
3
4
5
6
|
3 chunks |
+15 lines, -21 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/BasicLoops.golden
|
View
|
1
2
3
4
5
6
7
8
|
24 chunks |
+171 lines, -268 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
|
View
|
1
2
3
4
5
6
|
6 chunks |
+19 lines, -27 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/CallLookupSlot.golden
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/CallRuntime.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
1 chunk |
+3 lines, -5 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ClassAndSuperClass.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+26 lines, -32 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ClassDeclarations.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
9 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+15 lines, -17 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ConstVariable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/CountOperators.golden
|
View
|
1
2
3
4
5
6
7
8
|
7 chunks |
+18 lines, -23 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/CreateArguments.golden
|
View
|
1
2
3
4
5
6
7
8
|
8 chunks |
+16 lines, -18 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/CreateRestParameter.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
5 chunks |
+16 lines, -21 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/Delete.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
3 chunks |
+9 lines, -12 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/DoExpression.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/Eval.golden
|
View
|
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ForIn.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+43 lines, -52 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ForOf.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
20 chunks |
+161 lines, -296 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/Generators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
23 chunks |
+40 lines, -47 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/IfConditions.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
7 chunks |
+294 lines, -308 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
|
View
|
1
2
3
4
5
6
|
3 chunks |
+10 lines, -16 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/LetVariable.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+5 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/LoadGlobal.golden
|
View
|
1
2
3
4
5
6
7
8
|
1 chunk |
+258 lines, -386 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/LogicalExpressions.golden
|
View
|
1
2
3
4
5
6
|
8 chunks |
+21 lines, -27 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
|
View
|
|
3 chunks |
+9 lines, -9 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/NewTarget.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ObjectLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
18 chunks |
+24 lines, -27 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/OuterContextVariables.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
2 chunks |
+6 lines, -9 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/PrimitiveExpressions.golden
|
View
|
1
2
3
4
5
6
7
8
|
11 chunks |
+44 lines, -55 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/PropertyCall.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
4 chunks |
+282 lines, -413 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/PropertyLoads.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
7 chunks |
+799 lines, -806 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/PropertyStores.golden
|
View
|
1
2
3
4
5
6
7
8
|
11 chunks |
+1329 lines, -2635 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/RemoveRedundantLdar.golden
|
View
|
1
2
3
4
5
6
7
8
|
3 chunks |
+17 lines, -22 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/StoreGlobal.golden
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+516 lines, -772 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/Switch.golden
|
View
|
1
2
3
4
5
6
|
8 chunks |
+49 lines, -52 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/ThisFunction.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
2 chunks |
+4 lines, -6 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/TryCatch.golden
|
View
|
|
5 chunks |
+8 lines, -11 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/TryFinally.golden
|
View
|
|
7 chunks |
+11 lines, -14 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/UnaryOperators.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
|
8 chunks |
+32 lines, -43 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/WideRegisters.golden
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
9 chunks |
+46 lines, -55 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/bytecode_expectations/WithStatement.golden
|
View
|
|
1 chunk |
+2 lines, -3 lines |
0 comments
|
Download
|
 |
M |
test/cctest/interpreter/test-interpreter.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
31 chunks |
+31 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/unittests/interpreter/bytecode-array-builder-unittest.cc
|
View
|
1
2
3
4
5
6
|
7 chunks |
+20 lines, -2 lines |
0 comments
|
Download
|
 |
M |
test/unittests/interpreter/bytecode-array-iterator-unittest.cc
|
View
|
1
2
3
4
5
6
7
8
|
2 chunks |
+10 lines, -0 lines |
0 comments
|
Download
|
 |
A |
test/unittests/interpreter/bytecode-register-optimizer-unittest.cc
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
1 chunk |
+246 lines, -0 lines |
0 comments
|
Download
|
 |
M |
test/unittests/interpreter/bytecodes-unittest.cc
|
View
|
|
2 chunks |
+29 lines, -1 line |
0 comments
|
Download
|
 |
M |
test/unittests/unittests.gyp
|
View
|
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|