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

Unified Diff: test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden

Issue 2286273002: [interpreter] Make the comparison bytecode handlers collect type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Fix. Created 4 years, 4 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/JumpsRequiringConstantWideOperands.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden b/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
index a5efe58049f60741b36263a8773d8e7492f73bbc..b97cfc7b28ce522351fd328c7f9f077d4c58ae0e 100644
--- a/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
+++ b/test/cctest/interpreter/bytecode_expectations/JumpsRequiringConstantWideOperands.golden
@@ -329,7 +329,7 @@ snippet: "
"
frame size: 2
parameter count: 1
-bytecode array length: 1408
+bytecode array length: 1411
bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaConstant), U8(0),
@@ -959,21 +959,21 @@ bytecodes: [
/* 4103 S> */ B(LdaZero),
B(Star), R(1),
/* 4108 S> */ B(LdaSmi), U8(3),
- /* 4108 E> */ B(TestLessThan), R(1),
- B(Wide), B(JumpIfFalse), U16(36),
+ /* 4108 E> */ B(TestLessThan), R(1), U8(1),
+ B(Wide), B(JumpIfFalse), U16(38),
/* 4090 E> */ B(StackCheck),
/* 4122 S> */ B(LdaSmi), U8(1),
- /* 4128 E> */ B(TestEqual), R(1),
+ /* 4128 E> */ B(TestEqual), R(1), U8(3),
B(Wide), B(JumpIfFalse), U16(7),
- /* 4134 S> */ B(Wide), B(Jump), U16(15),
+ /* 4134 S> */ B(Wide), B(Jump), U16(16),
/* 4146 S> */ B(LdaSmi), U8(2),
- /* 4152 E> */ B(TestEqual), R(1),
+ /* 4152 E> */ B(TestEqual), R(1), U8(4),
B(Wide), B(JumpIfFalse), U16(7),
/* 4158 S> */ B(Wide), B(Jump), U16(11),
/* 4114 S> */ B(Ldar), R(1),
- B(Inc), U8(1),
+ B(Inc), U8(2),
B(Star), R(1),
- B(Jump), U8(-39),
+ B(Jump), U8(-42),
/* 4167 S> */ B(LdaSmi), U8(3),
/* 4177 S> */ B(Return),
]

Powered by Google App Engine
This is Rietveld 408576698