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

Unified Diff: test/cctest/interpreter/bytecode_expectations/Generators.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/Generators.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Generators.golden b/test/cctest/interpreter/bytecode_expectations/Generators.golden
index b17d5b58103278e1dd265edfb5654baad7c1516e..5e5f32046871154a150bcdcfa38564f80ad9c5ee 100644
--- a/test/cctest/interpreter/bytecode_expectations/Generators.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Generators.golden
@@ -336,8 +336,8 @@ bytecodes: [
/* 30 S> */ B(CreateArrayLiteral), U8(1), U8(0), U8(1),
B(Star), R(13),
B(LdaConstant), U8(2),
- /* 30 E> */ B(LdrKeyedProperty), R(13), U8(3), R(12),
- /* 30 E> */ B(Call), R(12), R(13), U8(1), U8(1),
+ /* 30 E> */ B(LdrKeyedProperty), R(13), U8(4), R(12),
+ /* 30 E> */ B(Call), R(12), R(13), U8(1), U8(2),
/* 30 E> */ B(StaContextSlot), R(1), U8(7), U8(0),
B(LdaSmi), U8(-2),
B(TestEqual), R(4), U8(0),
@@ -349,8 +349,8 @@ bytecodes: [
B(Star), R(12),
B(CallRuntime), U16(Runtime::kAbort), R(12), U8(1),
/* 27 S> */ B(LdrContextSlot), R(1), U8(7), U8(0), R(14),
- B(LdrNamedProperty), R(14), U8(4), U8(7), R(13),
- /* 27 E> */ B(Call), R(13), R(14), U8(1), U8(5),
+ B(LdrNamedProperty), R(14), U8(4), U8(8), R(13),
+ /* 27 E> */ B(Call), R(13), R(14), U8(1), U8(6),
/* 27 E> */ B(StaContextSlot), R(1), U8(8), U8(0),
B(Star), R(12),
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
@@ -359,10 +359,10 @@ bytecodes: [
B(LdrContextSlot), R(1), U8(8), U8(0), R(12),
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(12), U8(1),
B(LdrContextSlot), R(1), U8(8), U8(0), R(12),
- B(LdaNamedProperty), R(12), U8(5), U8(9),
+ B(LdaNamedProperty), R(12), U8(5), U8(10),
B(JumpIfToBooleanTrueConstant), U8(10),
B(LdrContextSlot), R(1), U8(8), U8(0), R(12),
- B(LdaNamedProperty), R(12), U8(6), U8(11),
+ B(LdaNamedProperty), R(12), U8(6), U8(12),
B(StaContextSlot), R(1), U8(10), U8(0),
B(LdaSmi), U8(2),
B(StaContextSlot), R(1), U8(9), U8(0),
@@ -433,7 +433,7 @@ bytecodes: [
B(PushContext), R(2),
B(LdrContextSlot), R(0), U8(9), U8(0), R(12),
B(LdaSmi), U8(2),
- B(TestEqualStrict), R(12), U8(13),
+ B(TestEqualStrict), R(12), U8(14),
B(JumpIfFalse), U8(8),
B(LdaSmi), U8(1),
B(StaContextSlot), R(0), U8(9), U8(0),
@@ -450,29 +450,29 @@ bytecodes: [
B(Star), R(10),
B(LdrContextSlot), R(1), U8(9), U8(0), R(11),
B(LdaZero),
- B(TestEqualStrict), R(11), U8(14),
+ B(TestEqualStrict), R(11), U8(15),
B(JumpIfTrueConstant), U8(18),
B(LdrContextSlot), R(1), U8(7), U8(0), R(11),
B(LdaUndefined),
- B(TestEqualStrict), R(11), U8(15),
+ B(TestEqualStrict), R(11), U8(16),
B(JumpIfTrueConstant), U8(19),
B(LdrContextSlot), R(1), U8(7), U8(0), R(11),
- B(LdaNamedProperty), R(11), U8(13), U8(16),
+ B(LdaNamedProperty), R(11), U8(13), U8(17),
B(StaContextSlot), R(1), U8(11), U8(0),
B(LdrContextSlot), R(1), U8(11), U8(0), R(11),
B(LdaNull),
- B(TestEqual), R(11), U8(18),
+ B(TestEqual), R(11), U8(19),
B(JumpIfFalse), U8(4),
B(JumpConstant), U8(17),
B(LdrContextSlot), R(1), U8(9), U8(0), R(11),
B(LdaSmi), U8(1),
- B(TestEqualStrict), R(11), U8(19),
+ B(TestEqualStrict), R(11), U8(20),
B(JumpIfFalse), U8(76),
B(LdaContextSlot), R(1), U8(11), U8(0),
B(TypeOf),
B(Star), R(11),
B(LdaConstant), U8(14),
- B(TestEqualStrict), R(11), U8(20),
+ B(TestEqualStrict), R(11), U8(21),
B(JumpIfFalse), U8(4),
B(Jump), U8(18),
B(Wide), B(LdaSmi), U16(129),

Powered by Google App Engine
This is Rietveld 408576698