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

Unified Diff: test/cctest/interpreter/bytecode_expectations/CallGlobal.golden

Issue 2337123003: [turbofan] Collect invocation counts and compute relative call frequencies. (Closed)
Patch Set: Address feedback. Created 4 years, 3 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 5c6de8d649c9135cc105feb7acd2a76bc2a8286a..6cde2a462b72aeec8af7f62f3c6ccd05dfbea490 100644
--- a/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CallGlobal.golden
@@ -19,8 +19,8 @@ bytecode array length: 12
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),
+ B(LdrGlobal), U8(4), R(0),
+ /* 39 E> */ B(Call), R(0), R(1), U8(1), U8(2),
/* 44 S> */ B(Return),
]
constant pool: [
@@ -40,14 +40,14 @@ bytecode array length: 24
bytecodes: [
/* 34 E> */ B(StackCheck),
/* 39 S> */ B(LdrUndefined), R(1),
- B(LdrGlobal), U8(3), R(0),
+ B(LdrGlobal), U8(4), R(0),
B(LdaSmi), U8(1),
B(Star), R(2),
B(LdaSmi), U8(2),
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(Call), R(0), R(1), U8(4), U8(2),
/* 58 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698