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

Unified Diff: test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.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/GlobalCountOperators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
index 5781ee9b9b0c6411d77d1921c9c523b2f2dd3ad8..c1c3251f098ccd5aca3a265d54a3d91dd71d2e94 100644
--- a/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/GlobalCountOperators.golden
@@ -18,9 +18,9 @@ parameter count: 1
bytecode array length: 9
bytecodes: [
/* 26 E> */ B(StackCheck),
- /* 31 S> */ B(LdaGlobal), U8(1),
- B(Inc), U8(5),
- /* 40 E> */ B(StaGlobalSloppy), U8(0), U8(3),
+ /* 31 S> */ B(LdaGlobal), U8(2),
+ B(Inc), U8(6),
+ /* 40 E> */ B(StaGlobalSloppy), U8(0), U8(4),
/* 48 S> */ B(Return),
]
constant pool: [
@@ -40,10 +40,10 @@ parameter count: 1
bytecode array length: 13
bytecodes: [
/* 26 E> */ B(StackCheck),
- /* 31 S> */ B(LdaGlobal), U8(1),
+ /* 31 S> */ B(LdaGlobal), U8(2),
B(ToNumber), R(0),
- B(Dec), U8(5),
- /* 44 E> */ B(StaGlobalSloppy), U8(0), U8(3),
+ B(Dec), U8(6),
+ /* 44 E> */ B(StaGlobalSloppy), U8(0), U8(4),
B(Ldar), R(0),
/* 48 S> */ B(Return),
]
@@ -64,9 +64,9 @@ parameter count: 1
bytecode array length: 9
bytecodes: [
/* 27 E> */ B(StackCheck),
- /* 46 S> */ B(LdaGlobal), U8(1),
- B(Dec), U8(5),
- /* 55 E> */ B(StaGlobalStrict), U8(0), U8(3),
+ /* 46 S> */ B(LdaGlobal), U8(2),
+ B(Dec), U8(6),
+ /* 55 E> */ B(StaGlobalStrict), U8(0), U8(4),
/* 68 S> */ B(Return),
]
constant pool: [
@@ -86,10 +86,10 @@ parameter count: 1
bytecode array length: 13
bytecodes: [
/* 27 E> */ B(StackCheck),
- /* 32 S> */ B(LdaGlobal), U8(1),
+ /* 32 S> */ B(LdaGlobal), U8(2),
B(ToNumber), R(0),
- B(Inc), U8(5),
- /* 50 E> */ B(StaGlobalSloppy), U8(0), U8(3),
+ B(Inc), U8(6),
+ /* 50 E> */ B(StaGlobalSloppy), U8(0), U8(4),
B(Ldar), R(0),
/* 54 S> */ B(Return),
]

Powered by Google App Engine
This is Rietveld 408576698