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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.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/ContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
index a604194d6eb708434d08024c07a933cfd56cad54..1aa382dac51309735c651960a192c0fd8e94968c 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
@@ -87,7 +87,7 @@ bytecodes: [
/* 41 S> */ B(LdrUndefined), R(2),
B(CreateClosure), U8(0), U8(2),
B(Star), R(1),
- /* 64 E> */ B(Call), R(1), R(2), U8(1), U8(1),
+ /* 64 E> */ B(CallWithFeedback), R(1), R(2), U8(1), U8(1),
/* 68 S> */ B(LdaContextSlot), R(context), U8(4),
/* 78 S> */ B(Return),
]
@@ -392,7 +392,7 @@ snippet: "
"
frame size: 3
parameter count: 1
-bytecode array length: 1043
+bytecode array length: 1042
bytecodes: [
B(CallRuntime), U16(Runtime::kNewFunctionContext), R(closure), U8(1),
B(PushContext), R(0),
@@ -903,7 +903,7 @@ bytecodes: [
/* 3421 E> */ B(StaContextSlot), R(context), U8(255),
/* 3424 S> */ B(LdrUndefined), R(2),
/* 3424 E> */ B(LdrGlobal), U8(1), R(1),
- /* 3424 E> */ B(Call), R(1), R(2), U8(1), U8(0),
+ /* 3424 E> */ B(Call), R(1), R(2), U8(1),
/* 3440 S> */ B(LdaSmi), U8(100),
/* 3440 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256),
/* 3445 S> */ B(Wide), B(LdaContextSlot), R16(context), U16(256),

Powered by Google App Engine
This is Rietveld 408576698