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

Unified Diff: test/cctest/interpreter/bytecode_expectations/FunctionLiterals.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/FunctionLiterals.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
index fd04c713a4870fe14c48b003212805d31f96e6e9..af410d8a989b10f7ca7f35aff3c4e1af667f94e9 100644
--- a/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
+++ b/test/cctest/interpreter/bytecode_expectations/FunctionLiterals.golden
@@ -37,7 +37,7 @@ bytecodes: [
/* 34 S> */ B(LdrUndefined), R(1),
B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
- /* 56 E> */ B(Call), R(0), R(1), U8(1), U8(1),
+ /* 56 E> */ B(CallWithFeedback), R(0), R(1), U8(1), U8(1),
/* 59 S> */ B(Return),
]
constant pool: [
@@ -60,7 +60,7 @@ bytecodes: [
B(Star), R(0),
B(LdaSmi), U8(1),
B(Star), R(2),
- /* 67 E> */ B(Call), R(0), R(1), U8(2), U8(1),
+ /* 67 E> */ B(CallWithFeedback), R(0), R(1), U8(2), U8(1),
/* 71 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698