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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.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: yes 6 execute: yes
7 wrap: yes 7 wrap: yes
8 8
9 --- 9 ---
10 snippet: " 10 snippet: "
(...skipping 68 matching lines...) Expand 10 before | Expand all | Expand 10 after
79 frame size: 3 79 frame size: 3
80 parameter count: 1 80 parameter count: 1
81 bytecode array length: 22 81 bytecode array length: 22
82 bytecodes: [ 82 bytecodes: [
83 B(CreateFunctionContext), U8(1), 83 B(CreateFunctionContext), U8(1),
84 B(PushContext), R(0), 84 B(PushContext), R(0),
85 /* 30 E> */ B(StackCheck), 85 /* 30 E> */ B(StackCheck),
86 /* 41 S> */ B(LdrUndefined), R(2), 86 /* 41 S> */ B(LdrUndefined), R(2),
87 B(CreateClosure), U8(0), U8(2), 87 B(CreateClosure), U8(0), U8(2),
88 B(Star), R(1), 88 B(Star), R(1),
89 /* 64 E> */ B(Call), R(1), R(2), U8(1), U8(1), 89 /* 64 E> */ B(Call), R(1), R(2), U8(1), U8(2),
90 /* 68 S> */ B(LdaContextSlot), R(context), U8(4), U8(0), 90 /* 68 S> */ B(LdaContextSlot), R(context), U8(4), U8(0),
91 /* 78 S> */ B(Return), 91 /* 78 S> */ B(Return),
92 ] 92 ]
93 constant pool: [ 93 constant pool: [
94 SHARED_FUNCTION_INFO_TYPE, 94 SHARED_FUNCTION_INFO_TYPE,
95 ] 95 ]
96 handlers: [ 96 handlers: [
97 ] 97 ]
98 98
99 --- 99 ---
(...skipping 795 matching lines...) Expand 10 before | Expand all | Expand 10 after
895 /* 3379 E> */ B(StaContextSlot), R(context), U8(251), U8(0), 895 /* 3379 E> */ B(StaContextSlot), R(context), U8(251), U8(0),
896 /* 3393 S> */ B(LdaZero), 896 /* 3393 S> */ B(LdaZero),
897 /* 3393 E> */ B(StaContextSlot), R(context), U8(252), U8(0), 897 /* 3393 E> */ B(StaContextSlot), R(context), U8(252), U8(0),
898 /* 3407 S> */ B(LdaZero), 898 /* 3407 S> */ B(LdaZero),
899 /* 3407 E> */ B(StaContextSlot), R(context), U8(253), U8(0), 899 /* 3407 E> */ B(StaContextSlot), R(context), U8(253), U8(0),
900 /* 3421 S> */ B(LdaZero), 900 /* 3421 S> */ B(LdaZero),
901 /* 3421 E> */ B(StaContextSlot), R(context), U8(254), U8(0), 901 /* 3421 E> */ B(StaContextSlot), R(context), U8(254), U8(0),
902 /* 3435 S> */ B(LdaZero), 902 /* 3435 S> */ B(LdaZero),
903 /* 3435 E> */ B(StaContextSlot), R(context), U8(255), U8(0), 903 /* 3435 E> */ B(StaContextSlot), R(context), U8(255), U8(0),
904 /* 3438 S> */ B(LdrUndefined), R(2), 904 /* 3438 S> */ B(LdrUndefined), R(2),
905 /* 3438 E> */ B(LdrGlobal), U8(1), R(1), 905 /* 3438 E> */ B(LdrGlobal), U8(2), R(1),
906 /* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(0), 906 /* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(0),
907 /* 3454 S> */ B(LdaSmi), U8(100), 907 /* 3454 S> */ B(LdaSmi), U8(100),
908 /* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0), 908 /* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0),
909 /* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), U16(0), 909 /* 3459 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256), U16(0),
910 /* 3468 S> */ B(Return), 910 /* 3468 S> */ B(Return),
911 ] 911 ]
912 constant pool: [ 912 constant pool: [
913 ] 913 ]
914 handlers: [ 914 handlers: [
915 ] 915 ]
916 916
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698