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

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

Issue 2038323002: [interpreter] Filter expression positions at source. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@oth-0060-source-position-testing
Patch Set: Rebase Created 4 years, 6 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 pool type: number 6 pool type: number
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 16 matching lines...) Expand all
27 --- 27 ---
28 snippet: " 28 snippet: "
29 if (false) { return; }; var a = 1; 29 if (false) { return; }; var a = 1;
30 " 30 "
31 frame size: 1 31 frame size: 1
32 parameter count: 1 32 parameter count: 1
33 bytecode array length: 7 33 bytecode array length: 7
34 bytecodes: [ 34 bytecodes: [
35 /* 30 E> */ B(StackCheck), 35 /* 30 E> */ B(StackCheck),
36 /* 66 S> */ B(LdaSmi), U8(1), 36 /* 66 S> */ B(LdaSmi), U8(1),
37 /* 66 E> */ B(Star), R(0), 37 B(Star), R(0),
38 B(LdaUndefined), 38 B(LdaUndefined),
39 /* 69 S> */ B(Return), 39 /* 69 S> */ B(Return),
40 ] 40 ]
41 constant pool: [ 41 constant pool: [
42 ] 42 ]
43 handlers: [ 43 handlers: [
44 ] 44 ]
45 45
46 --- 46 ---
47 snippet: " 47 snippet: "
(...skipping 27 matching lines...) Expand all
75 /* 54 S> */ B(LdaSmi), U8(1), 75 /* 54 S> */ B(LdaSmi), U8(1),
76 /* 77 S> */ B(Return), 76 /* 77 S> */ B(Return),
77 /* 67 S> */ B(LdaSmi), U8(2), 77 /* 67 S> */ B(LdaSmi), U8(2),
78 /* 77 S> */ B(Return), 78 /* 77 S> */ B(Return),
79 ] 79 ]
80 constant pool: [ 80 constant pool: [
81 ] 81 ]
82 handlers: [ 82 handlers: [
83 ] 83 ]
84 84
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698