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

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

Issue 2263253002: [interpreter] Make the binary op with Smi bytecode handlers collect type feedback. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Update. 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/Switch.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Switch.golden b/test/cctest/interpreter/bytecode_expectations/Switch.golden
index e08c6ddce5b39e80b6fec7bec642cbde90d88479..bc16a7b964941e3691bb22255afeafcd6b262861 100644
--- a/test/cctest/interpreter/bytecode_expectations/Switch.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Switch.golden
@@ -481,7 +481,7 @@ snippet: "
"
frame size: 5
parameter count: 1
-bytecode array length: 58
+bytecode array length: 59
bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(1),
@@ -493,9 +493,9 @@ bytecodes: [
B(JumpIfToBooleanTrue), U8(10),
B(LdaSmi), U8(2),
B(TestEqualStrict), R(3),
- B(JumpIfTrue), U8(32),
- B(Jump), U8(34),
- /* 77 E> */ B(AddSmi), U8(1), R(2),
+ B(JumpIfTrue), U8(33),
+ B(Jump), U8(35),
+ /* 77 E> */ B(AddSmi), U8(1), R(2), U8(1),
B(Star), R(1),
/* 70 S> */ B(LdaSmi), U8(2),
B(TestEqualStrict), R(1),

Powered by Google App Engine
This is Rietveld 408576698