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

Unified Diff: test/cctest/interpreter/bytecode_expectations/ContextParameters.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/ContextParameters.golden
diff --git a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
index 09a0f5a1b6a1581760e8096eadcb6c6c2208f638..c1affb47eb4d6c0421925e1aa8752b023c229fbc 100644
--- a/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
+++ b/test/cctest/interpreter/bytecode_expectations/ContextParameters.golden
@@ -22,7 +22,7 @@ bytecodes: [
B(Ldar), R(arg0),
B(StaContextSlot), R(context), U8(4),
/* 10 E> */ B(StackCheck),
- /* 19 S> */ B(CreateClosure), U8(0), U8(0),
+ /* 19 S> */ B(CreateClosure), U8(0), U8(2),
/* 52 S> */ B(Return),
]
constant pool: [
@@ -45,7 +45,7 @@ bytecodes: [
B(Ldar), R(arg0),
B(StaContextSlot), R(context), U8(4),
/* 10 E> */ B(StackCheck),
- /* 27 S> */ B(CreateClosure), U8(0), U8(0),
+ /* 27 S> */ B(CreateClosure), U8(0), U8(2),
B(Star), R(0),
/* 53 S> */ B(LdaContextSlot), R(context), U8(4),
/* 66 S> */ B(Return),
@@ -72,7 +72,7 @@ bytecodes: [
B(Ldar), R(arg2),
B(StaContextSlot), R(context), U8(4),
/* 10 E> */ B(StackCheck),
- /* 29 S> */ B(CreateClosure), U8(0), U8(0),
+ /* 29 S> */ B(CreateClosure), U8(0), U8(2),
/* 61 S> */ B(Return),
]
constant pool: [
@@ -95,7 +95,7 @@ bytecodes: [
/* 10 E> */ B(StackCheck),
/* 26 S> */ B(Ldar), R(this),
/* 26 E> */ B(StaContextSlot), R(context), U8(4),
- /* 32 S> */ B(CreateClosure), U8(0), U8(0),
+ /* 32 S> */ B(CreateClosure), U8(0), U8(2),
/* 65 S> */ B(Return),
]
constant pool: [

Powered by Google App Engine
This is Rietveld 408576698