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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden

Issue 2655853010: [TypeFeedbackVector] Combine the literals array and the feedback vector. (Closed)
Patch Set: more comments. Created 3 years, 11 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/ArrayLiterals.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden b/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden
index 84d172fdf7c7dc705337e2f1de1a6d8e8cb45179..da9ea93bd90c2019cfd5a179d428ff9723c22c82 100644
--- a/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ArrayLiterals.golden
@@ -14,7 +14,7 @@ parameter count: 1
bytecode array length: 6
bytecodes: [
/* 30 E> */ B(StackCheck),
- /* 34 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(9),
+ /* 34 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(9),
/* 51 S> */ B(Return),
]
constant pool: [
@@ -34,16 +34,16 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
- /* 45 S> */ B(CreateArrayLiteral), U8(0), U8(0), U8(9),
+ /* 45 S> */ B(CreateArrayLiteral), U8(0), U8(3), U8(9),
B(Star), R(2),
B(LdaZero),
B(Star), R(1),
B(Ldar), R(0),
- /* 54 E> */ B(StaKeyedPropertySloppy), R(2), R(1), U8(3),
+ /* 54 E> */ B(StaKeyedPropertySloppy), R(2), R(1), U8(4),
B(LdaSmi), I8(1),
B(Star), R(1),
/* 59 E> */ B(AddSmi), I8(1), R(0), U8(2),
- B(StaKeyedPropertySloppy), R(2), R(1), U8(3),
+ B(StaKeyedPropertySloppy), R(2), R(1), U8(4),
B(Ldar), R(2),
/* 66 S> */ B(Return),
]
@@ -62,7 +62,7 @@ parameter count: 1
bytecode array length: 6
bytecodes: [
/* 30 E> */ B(StackCheck),
- /* 34 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(0),
+ /* 34 S> */ B(CreateArrayLiteral), U8(0), U8(4), U8(0),
/* 62 S> */ B(Return),
]
constant pool: [
@@ -82,28 +82,28 @@ bytecodes: [
/* 30 E> */ B(StackCheck),
/* 42 S> */ B(LdaSmi), I8(1),
B(Star), R(0),
- /* 45 S> */ B(CreateArrayLiteral), U8(0), U8(2), U8(0),
+ /* 45 S> */ B(CreateArrayLiteral), U8(0), U8(9), U8(0),
B(Star), R(2),
B(LdaZero),
B(Star), R(1),
- B(CreateArrayLiteral), U8(1), U8(0), U8(9),
+ B(CreateArrayLiteral), U8(1), U8(2), U8(9),
B(Star), R(4),
B(LdaZero),
B(Star), R(3),
B(Ldar), R(0),
- /* 56 E> */ B(StaKeyedPropertySloppy), R(4), R(3), U8(2),
+ /* 56 E> */ B(StaKeyedPropertySloppy), R(4), R(3), U8(3),
B(Ldar), R(4),
- B(StaKeyedPropertySloppy), R(2), R(1), U8(7),
+ B(StaKeyedPropertySloppy), R(2), R(1), U8(10),
B(LdaSmi), I8(1),
B(Star), R(1),
- B(CreateArrayLiteral), U8(2), U8(1), U8(9),
+ B(CreateArrayLiteral), U8(2), U8(6), U8(9),
B(Star), R(4),
B(LdaZero),
B(Star), R(3),
- /* 68 E> */ B(AddSmi), I8(2), R(0), U8(4),
- B(StaKeyedPropertySloppy), R(4), R(3), U8(5),
+ /* 68 E> */ B(AddSmi), I8(2), R(0), U8(5),
+ B(StaKeyedPropertySloppy), R(4), R(3), U8(7),
B(Ldar), R(4),
- B(StaKeyedPropertySloppy), R(2), R(1), U8(7),
+ B(StaKeyedPropertySloppy), R(2), R(1), U8(10),
B(Ldar), R(2),
/* 77 S> */ B(Return),
]
« no previous file with comments | « test/cctest/heap/test-heap.cc ('k') | test/cctest/interpreter/bytecode_expectations/ArrayLiteralsWide.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698