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

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

Issue 2113613002: [Interpereter] Inline FastNewClosure into CreateClosure bytecode handler (Closed) Base URL: ssh://rmcilroy.lon.corp.google.com///usr/local/google/code/v8_full/v8@int_context
Patch Set: Rebaseline bytecode expectations Created 4 years, 6 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/ConstVariableContextSlot.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
index 1cfdea84e2d4c86cabfc8a96c8538f560ceb22f3..ce511b2369d2304445a07e1aaf1c969dc6304a0b 100644
--- a/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ConstVariableContextSlot.golden
@@ -19,7 +19,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 44 S> */ B(LdaSmi), U8(10),
@@ -45,7 +45,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 44 S> */ B(LdaSmi), U8(10),
@@ -76,7 +76,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 47 S> */ B(LdaSmi), U8(20),
@@ -112,7 +112,7 @@ bytecodes: [
B(PushContext), R(1),
B(LdaTheHole),
B(StaContextSlot), R(context), U8(4),
- B(CreateClosure), U8(0), U8(0),
+ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 30 E> */ B(StackCheck),
/* 44 S> */ B(LdaSmi), U8(10),

Powered by Google App Engine
This is Rietveld 408576698