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

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

Issue 2411873004: [ignition] Eliminate hole checks where statically possible for loads and stores (Closed)
Patch Set: Rebased Created 4 years, 2 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
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: test/cctest/interpreter/bytecode_expectations/Modules.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/Modules.golden b/test/cctest/interpreter/bytecode_expectations/Modules.golden
index 62dbeb7ada9f1aa531d5443ed223dd7b1e1469f5..c5ff8b4b4c9830a6b766956013920dd7dcbbc402 100644
--- a/test/cctest/interpreter/bytecode_expectations/Modules.golden
+++ b/test/cctest/interpreter/bytecode_expectations/Modules.golden
@@ -365,7 +365,7 @@ snippet: "
"
frame size: 9
parameter count: 2
-bytecode array length: 242
+bytecode array length: 220
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(21),
@@ -432,10 +432,6 @@ bytecodes: [
/* 21 S> */ B(LdaConstant), U8(1),
B(Star), R(3),
B(CallRuntime), U16(Runtime::kLoadModuleExport), R(3), U8(1),
- B(JumpIfNotHole), U8(11),
- B(LdaConstant), U8(1),
- B(Star), R(4),
- B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
B(Inc), U8(2),
B(Star), R(4),
B(LdaConstant), U8(1),
@@ -451,10 +447,6 @@ bytecodes: [
/* 39 S> */ B(LdaConstant), U8(1),
B(Star), R(3),
B(CallRuntime), U16(Runtime::kLoadModuleExport), R(3), U8(1),
- B(JumpIfNotHole), U8(11),
- B(LdaConstant), U8(1),
- B(Star), R(4),
- B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
B(Inc), U8(3),
B(Star), R(4),
B(LdaConstant), U8(1),
@@ -480,7 +472,7 @@ snippet: "
"
frame size: 9
parameter count: 2
-bytecode array length: 230
+bytecode array length: 208
bytecodes: [
B(Ldar), R(new_target),
B(JumpIfUndefined), U8(21),
@@ -547,10 +539,6 @@ bytecodes: [
/* 23 S> */ B(LdaConstant), U8(1),
B(Star), R(3),
B(CallRuntime), U16(Runtime::kLoadModuleExport), R(3), U8(1),
- B(JumpIfNotHole), U8(11),
- B(LdaConstant), U8(1),
- B(Star), R(4),
- B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
B(Inc), U8(2),
/* 26 E> */ B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
B(Ldar), R(closure),
@@ -563,10 +551,6 @@ bytecodes: [
/* 41 S> */ B(LdaConstant), U8(1),
B(Star), R(3),
B(CallRuntime), U16(Runtime::kLoadModuleExport), R(3), U8(1),
- B(JumpIfNotHole), U8(11),
- B(LdaConstant), U8(1),
- B(Star), R(4),
- B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
B(Inc), U8(3),
/* 44 E> */ B(CallRuntime), U16(Runtime::kThrowConstAssignError), R(0), U8(0),
B(PopContext), R(1),
« no previous file with comments | « test/cctest/interpreter/bytecode_expectations/LetVariableContextSlot.golden ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698