Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(156)

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/TopLevelObjectLiterals.golden

Issue 2337123003: [turbofan] Collect invocation counts and compute relative call frequencies. (Closed)
Patch Set: Address feedback. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 execute: no 6 execute: no
7 wrap: no 7 wrap: no
8 top level: yes 8 top level: yes
9 9
10 --- 10 ---
(...skipping 10 matching lines...) Expand all
21 B(Star), R(2), 21 B(Star), R(2),
22 B(Mov), R(closure), R(3), 22 B(Mov), R(closure), R(3),
23 B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1 ), U8(3), 23 B(CallRuntime), U16(Runtime::kDeclareGlobalsForInterpreter), R(1 ), U8(3),
24 /* 0 E> */ B(StackCheck), 24 /* 0 E> */ B(StackCheck),
25 /* 8 S> */ B(LdaConstant), U8(1), 25 /* 8 S> */ B(LdaConstant), U8(1),
26 B(Star), R(1), 26 B(Star), R(1),
27 B(LdaZero), 27 B(LdaZero),
28 B(CreateObjectLiteral), U8(2), U8(0), U8(1), R(4), 28 B(CreateObjectLiteral), U8(2), U8(0), U8(1), R(4),
29 B(Star), R(2), 29 B(Star), R(2),
30 B(CreateClosure), U8(3), U8(0), 30 B(CreateClosure), U8(3), U8(0),
31 B(StaNamedPropertySloppy), R(4), U8(4), U8(3), 31 B(StaNamedPropertySloppy), R(4), U8(4), U8(4),
32 B(Mov), R(4), R(3), 32 B(Mov), R(4), R(3),
33 B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3), 33 B(CallRuntime), U16(Runtime::kInitializeVarGlobal), R(1), U8(3),
34 B(LdaUndefined), 34 B(LdaUndefined),
35 /* 33 S> */ B(Return), 35 /* 33 S> */ B(Return),
36 ] 36 ]
37 constant pool: [ 37 constant pool: [
38 FIXED_ARRAY_TYPE, 38 FIXED_ARRAY_TYPE,
39 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"], 39 ONE_BYTE_INTERNALIZED_STRING_TYPE ["a"],
40 FIXED_ARRAY_TYPE, 40 FIXED_ARRAY_TYPE,
41 SHARED_FUNCTION_INFO_TYPE, 41 SHARED_FUNCTION_INFO_TYPE,
42 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"], 42 ONE_BYTE_INTERNALIZED_STRING_TYPE ["func"],
43 ] 43 ]
44 handlers: [ 44 handlers: [
45 ] 45 ]
46 46
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698