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

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

Issue 2677163003: WIP: type profiling. (Closed)
Patch Set: Rebaseline. Created 3 years, 10 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/LookupSlotInEval.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
index 9a404165355d54603ae8dfd45908e0f7755e8e1b..b0905a197066b4b00836fb69023e3b953ca2687b 100644
--- a/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
+++ b/test/cctest/interpreter/bytecode_expectations/LookupSlotInEval.golden
@@ -38,12 +38,14 @@ snippet: "
}
f1();
"
-frame size: 0
+frame size: 1
parameter count: 1
-bytecode array length: 7
+bytecode array length: 11
bytecodes: [
/* 10 E> */ B(StackCheck),
- /* 15 S> */ B(LdaSmi), I8(10),
+ /* 15 S> */ B(LdaConstant), U8(0),
+ B(Star), R(0),
+ B(LdaSmi), I8(10),
/* 17 E> */ B(StaLookupSlotSloppy), U8(0),
B(LdaUndefined),
/* 23 S> */ B(Return),
@@ -63,12 +65,14 @@ snippet: "
}
f1();
"
-frame size: 0
+frame size: 1
parameter count: 1
-bytecode array length: 7
+bytecode array length: 11
bytecodes: [
/* 10 E> */ B(StackCheck),
- /* 29 S> */ B(LdaSmi), I8(10),
+ /* 29 S> */ B(LdaConstant), U8(0),
+ B(Star), R(0),
+ B(LdaSmi), I8(10),
/* 31 E> */ B(StaLookupSlotStrict), U8(0),
B(LdaUndefined),
/* 37 S> */ B(Return),

Powered by Google App Engine
This is Rietveld 408576698