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

Unified Diff: test/cctest/interpreter/bytecode_expectations/CallGlobal.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/CallGlobal.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
index 45fb07ad0845635d1884aa560e003f228c9a228e..41ea22ba46c39d069c122c878f1c58f4d807632e 100644
--- a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
@@ -21,7 +21,7 @@ bytecodes: [
/* 27 E> */ B(StackCheck),
/* 32 S> */ B(LdrUndefined), R(1),
B(LdrGlobal), U8(3), R(0),
- /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(1),
+ /* 39 E> */ B(CallWithFeedback), R(0), R(1), U8(1), U8(1),
/* 44 S> */ B(Return),
]
constant pool: [
@@ -48,7 +48,7 @@ bytecodes: [
B(Star), R(3),
B(LdaSmi), U8(3),
B(Star), R(4),
- /* 46 E> */ B(Call), R(0), R(1), U8(4), U8(1),
+ /* 46 E> */ B(CallWithFeedback), R(0), R(1), U8(4), U8(1),
/* 58 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698