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

Unified Diff: test/cctest/interpreter/bytecode_expectations/BreakableBlocks.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 side-by-side diff with in-line comments
Download patch
Index: test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden b/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
index 72ed9d977a7ab588d79599924a06a451d0cdd156..fab69016256287ec83e08456df65dee93286883d 100644
--- a/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
+++ b/test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden
@@ -51,29 +51,28 @@ snippet: "
"
frame size: 5
parameter count: 1
-bytecode array length: 61
+bytecode array length: 60
bytecodes: [
/* 30 E> */ B(StackCheck),
/* 44 S> */ B(LdaZero),
B(Star), R(0),
/* 71 S> */ B(LdaZero),
- /* 71 E> */ B(Star), R(1),
+ B(Star), R(1),
/* 76 S> */ B(LdaSmi), U8(10),
/* 76 E> */ B(TestLessThan), R(1),
- B(JumpIfFalse), U8(47),
+ B(JumpIfFalse), U8(46),
/* 58 E> */ B(StackCheck),
/* 106 S> */ B(LdaZero),
- /* 106 E> */ B(Star), R(2),
+ B(Star), R(2),
/* 111 S> */ B(LdaSmi), U8(3),
/* 111 E> */ B(TestLessThan), R(2),
- B(JumpIfFalse), U8(30),
+ B(JumpIfFalse), U8(29),
/* 93 E> */ B(StackCheck),
/* 129 S> */ B(Ldar), R(0),
B(Inc),
B(Star), R(0),
- /* 142 S> */ B(Nop),
- /* 150 E> */ B(Ldar), R(2),
- B(Add), R(1),
+ /* 142 S> */ B(Ldar), R(2),
+ /* 150 E> */ B(Add), R(1),
B(Star), R(4),
B(LdaSmi), U8(12),
/* 152 E> */ B(TestEqual), R(4),
@@ -81,12 +80,12 @@ bytecodes: [
/* 161 S> */ B(Jump), U8(16),
/* 118 S> */ B(Ldar), R(2),
B(Inc),
- /* 118 E> */ B(Star), R(2),
- B(Jump), U8(-32),
+ B(Star), R(2),
+ B(Jump), U8(-31),
/* 84 S> */ B(Ldar), R(1),
B(Inc),
- /* 84 E> */ B(Star), R(1),
- B(Jump), U8(-49),
+ B(Star), R(1),
+ B(Jump), U8(-48),
/* 188 S> */ B(Ldar), R(0),
/* 200 S> */ B(Return),
]
@@ -188,8 +187,8 @@ bytecodes: [
/* 125 S> */ B(PopContext), R(3),
B(Jump), U8(27),
/* 142 S> */ B(LdaSmi), U8(3),
- /* 144 E> */ B(Star), R(4),
- B(LdaContextSlot), R(context), U8(4),
+ B(Star), R(4),
+ /* 144 E> */ B(LdaContextSlot), R(context), U8(4),
B(JumpIfNotHole), U8(11),
B(LdaConstant), U8(3),
B(Star), R(5),
@@ -198,8 +197,8 @@ bytecodes: [
B(StaContextSlot), R(context), U8(4),
B(PopContext), R(3),
/* 155 S> */ B(LdaSmi), U8(4),
- /* 157 E> */ B(Star), R(4),
- B(LdaContextSlot), R(context), U8(4),
+ B(Star), R(4),
+ /* 157 E> */ B(LdaContextSlot), R(context), U8(4),
B(JumpIfNotHole), U8(11),
B(LdaConstant), U8(4),
B(Star), R(5),

Powered by Google App Engine
This is Rietveld 408576698