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

Unified Diff: test/cctest/interpreter/bytecode_expectations/CompoundExpressions.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/CompoundExpressions.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
index 061844be46b388d2b2df172f0d6b6a895f9f392e..78e99b31dab41c2baf72b62693a8f894b4c83262 100644
--- a/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
+++ b/test/cctest/interpreter/bytecode_expectations/CompoundExpressions.golden
@@ -17,7 +17,7 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), U8(1),
B(Star), R(0),
- /* 45 S> */ B(AddSmi), U8(2), R(0), U8(1),
+ /* 45 S> */ B(AddSmi), U8(2), R(0), U8(2),
B(Mov), R(0), R(1),
B(Star), R(0),
B(LdaUndefined),
@@ -40,7 +40,7 @@ bytecodes: [
/* 42 S> */ B(LdaSmi), U8(1),
B(Star), R(0),
/* 45 S> */ B(LdaSmi), U8(2),
- B(Div), R(0), U8(1),
+ B(Div), R(0), U8(2),
B(Mov), R(0), R(1),
B(Star), R(0),
B(LdaUndefined),
@@ -62,10 +62,10 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(CreateObjectLiteral), U8(0), U8(0), U8(1), R(1),
B(Mov), R(1), R(0),
- /* 54 S> */ B(LdrNamedProperty), R(0), U8(1), U8(1), R(2),
+ /* 54 S> */ B(LdrNamedProperty), R(0), U8(1), U8(2), R(2),
B(LdaSmi), U8(2),
- B(Mul), R(2), U8(3),
- /* 61 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(4),
+ B(Mul), R(2), U8(4),
+ /* 61 E> */ B(StaNamedPropertySloppy), R(0), U8(1), U8(5),
B(LdaUndefined),
/* 67 S> */ B(Return),
]
@@ -89,10 +89,10 @@ bytecodes: [
B(Mov), R(1), R(0),
/* 52 S> */ B(LdaSmi), U8(1),
B(Star), R(2),
- B(LdrKeyedProperty), R(0), U8(1), R(3),
+ B(LdrKeyedProperty), R(0), U8(2), R(3),
B(LdaSmi), U8(2),
- B(BitwiseXor), R(3), U8(3),
- /* 57 E> */ B(StaKeyedPropertySloppy), R(0), R(2), U8(4),
+ B(BitwiseXor), R(3), U8(4),
+ /* 57 E> */ B(StaKeyedPropertySloppy), R(0), R(2), U8(5),
B(LdaUndefined),
/* 63 S> */ B(Return),
]
@@ -117,7 +117,7 @@ bytecodes: [
/* 42 E> */ B(StaContextSlot), R(context), U8(4), U8(0),
/* 45 S> */ B(CreateClosure), U8(0), U8(2),
/* 75 S> */ B(LdrContextSlot), R(context), U8(4), U8(0), R(1),
- B(BitwiseOrSmi), U8(24), R(1), U8(1),
+ B(BitwiseOrSmi), U8(24), R(1), U8(2),
/* 77 E> */ B(StaContextSlot), R(context), U8(4), U8(0),
B(LdaUndefined),
/* 84 S> */ B(Return),

Powered by Google App Engine
This is Rietveld 408576698