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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/RegExpLiterals.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 35 matching lines...) Expand 10 before | Expand all | Expand 10 after
46 snippet: " 46 snippet: "
47 return /ab+d/.exec('abdd'); 47 return /ab+d/.exec('abdd');
48 " 48 "
49 frame size: 3 49 frame size: 3
50 parameter count: 1 50 parameter count: 1
51 bytecode array length: 22 51 bytecode array length: 22
52 bytecodes: [ 52 bytecodes: [
53 /* 30 E> */ B(StackCheck), 53 /* 30 E> */ B(StackCheck),
54 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0), 54 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
55 B(Star), R(1), 55 B(Star), R(1),
56 /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(3), R(0), 56 /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(4), R(0),
57 B(LdaConstant), U8(2), 57 B(LdaConstant), U8(2),
58 B(Star), R(2), 58 B(Star), R(2),
59 /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(1), 59 /* 48 E> */ B(Call), R(0), R(1), U8(2), U8(2),
60 /* 62 S> */ B(Return), 60 /* 62 S> */ B(Return),
61 ] 61 ]
62 constant pool: [ 62 constant pool: [
63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"], 63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"],
64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"], 64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"],
65 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"], 65 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"],
66 ] 66 ]
67 handlers: [ 67 handlers: [
68 ] 68 ]
69 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698