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

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

Issue 2485383002: [Interpreter] Remove Ldr[Named/Keyed]Property bytecodes and use Star Lookahead instead. (Closed)
Patch Set: Created 4 years, 1 month 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 /ab+d/; 10 return /ab+d/;
(...skipping 29 matching lines...) Expand all
40 ] 40 ]
41 handlers: [ 41 handlers: [
42 ] 42 ]
43 43
44 --- 44 ---
45 snippet: " 45 snippet: "
46 return /ab+d/.exec('abdd'); 46 return /ab+d/.exec('abdd');
47 " 47 "
48 frame size: 3 48 frame size: 3
49 parameter count: 1 49 parameter count: 1
50 bytecode array length: 22 50 bytecode array length: 23
51 bytecodes: [ 51 bytecodes: [
52 /* 30 E> */ B(StackCheck), 52 /* 30 E> */ B(StackCheck),
53 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0), 53 /* 34 S> */ B(CreateRegExpLiteral), U8(0), U8(0), U8(0),
54 B(Star), R(1), 54 B(Star), R(1),
55 /* 47 E> */ B(LdrNamedProperty), R(1), U8(1), U8(4), R(0), 55 /* 47 E> */ B(LdaNamedProperty), R(1), U8(1), U8(4),
56 B(Star), R(0),
56 B(LdaConstant), U8(2), 57 B(LdaConstant), U8(2),
57 B(Star), R(2), 58 B(Star), R(2),
58 /* 48 E> */ B(CallProperty), R(0), R(1), U8(2), U8(2), 59 /* 48 E> */ B(CallProperty), R(0), R(1), U8(2), U8(2),
59 /* 62 S> */ B(Return), 60 /* 62 S> */ B(Return),
60 ] 61 ]
61 constant pool: [ 62 constant pool: [
62 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"], 63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["ab+d"],
63 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"], 64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["exec"],
64 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"], 65 ONE_BYTE_INTERNALIZED_STRING_TYPE ["abdd"],
65 ] 66 ]
66 handlers: [ 67 handlers: [
67 ] 68 ]
68 69
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698