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

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

Issue 2426693002: [ic] Unify CallIC feedback collection and handling. (Closed)
Patch Set: Also simplify BytecodeGraphBuilder::ComputeCallFrequency Created 4 years, 2 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 wrap: yes 6 wrap: yes
7 7
8 --- 8 ---
9 snippet: " 9 snippet: "
10 return eval('1;'); 10 return eval('1;');
(...skipping 20 matching lines...) Expand all
31 B(Star), R(7), 31 B(Star), R(7),
32 B(LdaSmi), U8(30), 32 B(LdaSmi), U8(30),
33 B(Star), R(8), 33 B(Star), R(8),
34 B(LdaSmi), U8(41), 34 B(LdaSmi), U8(41),
35 B(Star), R(9), 35 B(Star), R(9),
36 B(Mov), R(1), R(4), 36 B(Mov), R(1), R(4),
37 B(Mov), R(3), R(5), 37 B(Mov), R(3), R(5),
38 B(Mov), R(closure), R(6), 38 B(Mov), R(closure), R(6),
39 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6), 39 B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
40 B(Star), R(1), 40 B(Star), R(1),
41 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(0), 41 /* 41 E> */ B(Call), R(1), R(2), U8(2), U8(2),
42 /* 53 S> */ B(Return), 42 /* 53 S> */ B(Return),
43 ] 43 ]
44 constant pool: [ 44 constant pool: [
45 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"], 45 ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
46 ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"], 46 ONE_BYTE_INTERNALIZED_STRING_TYPE ["1;"],
47 ] 47 ]
48 handlers: [ 48 handlers: [
49 ] 49 ]
50 50
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698