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

Unified Diff: test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.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/GlobalCompoundExpressions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
index ad3692fc5128cd13fbf7d2e3ac1de3134d9b1bc2..52ce67dd56fac11ce531491f8956820d7dd9a11f 100644
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCompoundExpressions.golden
@@ -18,9 +18,9 @@ parameter count: 1
bytecode array length: 12
bytecodes: [
/* 26 E> */ B(StackCheck),
- /* 31 S> */ B(LdrGlobal), U8(1), R(0),
- B(BitwiseAndSmi), U8(1), R(0), U8(3),
- /* 45 E> */ B(StaGlobalSloppy), U8(0), U8(4),
+ /* 31 S> */ B(LdrGlobal), U8(2), R(0),
+ B(BitwiseAndSmi), U8(1), R(0), U8(4),
+ /* 45 E> */ B(StaGlobalSloppy), U8(0), U8(5),
/* 51 S> */ B(Return),
]
constant pool: [
@@ -40,9 +40,9 @@ parameter count: 1
bytecode array length: 12
bytecodes: [
/* 27 E> */ B(StackCheck),
- /* 32 S> */ B(LdrGlobal), U8(1), R(0),
- B(AddSmi), U8(1), R(0), U8(3),
- /* 51 E> */ B(StaGlobalSloppy), U8(0), U8(4),
+ /* 32 S> */ B(LdrGlobal), U8(2), R(0),
+ B(AddSmi), U8(1), R(0), U8(4),
+ /* 51 E> */ B(StaGlobalSloppy), U8(0), U8(5),
/* 57 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698