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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ContextVariables.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/ContextVariables.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
index 38ef77ce64aeb4e8f86b671699c8b9e58425b12a..ab150a596e41a29b057e902a4e41d522a3210813 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextVariables.golden
@@ -86,7 +86,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(Call), R(1), R(2), U8(1), U8(2),
/* 68 S> */ B(LdaContextSlot), R(context), U8(4), U8(0),
/* 78 S> */ B(Return),
]
@@ -902,7 +902,7 @@ bytecodes: [
/* 3435 S> */ B(LdaZero),
/* 3435 E> */ B(StaContextSlot), R(context), U8(255), U8(0),
/* 3438 S> */ B(LdrUndefined), R(2),
- /* 3438 E> */ B(LdrGlobal), U8(1), R(1),
+ /* 3438 E> */ B(LdrGlobal), U8(2), R(1),
/* 3438 E> */ B(Call), R(1), R(2), U8(1), U8(0),
/* 3454 S> */ B(LdaSmi), U8(100),
/* 3454 E> */ B(Wide), B(StaContextSlot), R16(context), U16(256), U16(0),

Powered by Google App Engine
This is Rietveld 408576698