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

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

Issue 1985753002: [interpreter] Introduce fused bytecodes for common sequences. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 7 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/IfConditions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/IfConditions.golden b/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
index f50b59f7e289f9a460ad40aa8312e6c18e9b0e1e..29a6bfeffa8ba6773d5b9b0484010c0171dca147 100644
--- a/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/IfConditions.golden
@@ -664,7 +664,7 @@ snippet: "
"
frame size: 6
parameter count: 3
-bytecode array length: 226
+bytecode array length: 227
bytecodes: [
/* 10 E> */ B(StackCheck),
/* 21 S> */ B(Ldar), R(arg0),
@@ -733,8 +733,8 @@ bytecodes: [
B(Ldar), R(1),
B(Star), R(3),
/* 222 E> */ B(LdaConstant), U8(1),
- B(KeyedLoadIC), R(3), U8(1),
- B(Star), R(2),
+ B(LdrKeyedProperty), R(3), U8(1), R(2),
+ B(Ldar), R(2),
B(Star), R(3),
B(LdaUndefined),
B(TestEqualStrict), R(3),

Powered by Google App Engine
This is Rietveld 408576698