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

Unified Diff: test/cctest/interpreter/bytecode_expectations/LookupSlot.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/LookupSlot.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
index fdfe86481ce5ce03b8022c682fe4297e6ce75b88..e88e34228e8250185ed29b011e19bcafe0cc1cfc 100644
--- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
+++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
@@ -105,7 +105,7 @@ snippet: "
"
frame size: 10
parameter count: 1
-bytecode array length: 66
+bytecode array length: 70
bytecodes: [
B(CreateFunctionContext), U8(3),
B(PushContext), R(0),
@@ -116,11 +116,13 @@ bytecodes: [
B(Ldar), R(new_target),
B(StaCurrentContextSlot), U8(5),
/* 10 E> */ B(StackCheck),
- /* 14 S> */ B(LdaSmi), I8(20),
+ /* 14 S> */ B(LdaConstant), U8(0),
+ B(Star), R(1),
+ B(LdaSmi), I8(20),
/* 16 E> */ B(StaLookupSlotSloppy), U8(0),
/* 22 S> */ B(LdaUndefined),
B(Star), R(2),
- /* 29 E> */ B(LdaLookupGlobalSlot), U8(1), U8(4), U8(1),
+ /* 29 E> */ B(LdaLookupGlobalSlot), U8(1), U8(6), U8(1),
B(Star), R(1),
B(LdaConstant), U8(2),
B(Star), R(3),
@@ -135,7 +137,7 @@ bytecodes: [
B(Mov), R(closure), R(6),
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
B(Star), R(1),
- /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(2),
+ /* 29 E> */ B(Call), R(1), R(2), U8(2), U8(4),
/* 39 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698