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 2122183002: [Interpreter] Collect type feedback for calls in the bytecode handler (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fixed few comments. Created 4 years, 5 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 0ce9f01f1df02082dcebd9ae48f2b8116f809e52..dd0cf0ae7324c0717528068208718fa524c638b4 100644
--- a/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
+++ b/test/cctest/interpreter/bytecode_expectations/LookupSlot.golden
@@ -13,7 +13,7 @@ snippet: "
"
frame size: 10
parameter count: 1
-bytecode array length: 71
+bytecode array length: 70
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
@@ -40,7 +40,7 @@ bytecodes: [
B(Mov), R(closure), R(6),
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
B(Star), R(1),
- /* 34 E> */ B(Call), R(1), R(2), U8(2), U8(0),
+ /* 34 E> */ B(Call), R(1), R(2), U8(2),
/* 55 S> */ B(LdaLookupSlot), U8(2),
/* 65 S> */ B(Return),
]
@@ -58,7 +58,7 @@ snippet: "
"
frame size: 10
parameter count: 1
-bytecode array length: 72
+bytecode array length: 71
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
@@ -85,7 +85,7 @@ bytecodes: [
B(Mov), R(closure), R(6),
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
B(Star), R(1),
- /* 34 E> */ B(Call), R(1), R(2), U8(2), U8(0),
+ /* 34 E> */ B(Call), R(1), R(2), U8(2),
/* 55 S> */ B(LdaLookupSlotInsideTypeof), U8(2),
B(TypeOf),
/* 72 S> */ B(Return),
@@ -104,7 +104,7 @@ snippet: "
"
frame size: 10
parameter count: 1
-bytecode array length: 73
+bytecode array length: 72
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
@@ -133,7 +133,7 @@ bytecodes: [
B(Mov), R(closure), R(6),
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(4), U8(6),
B(Star), R(1),
- /* 49 E> */ B(Call), R(1), R(2), U8(2), U8(0),
+ /* 49 E> */ B(Call), R(1), R(2), U8(2),
/* 59 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698