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

Side by Side Diff: test/cctest/interpreter/bytecode_expectations/BasicLoops.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, 5 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 unified diff | Download patch
OLDNEW
1 # 1 #
2 # Autogenerated by generate-bytecode-expectations. 2 # Autogenerated by generate-bytecode-expectations.
3 # 3 #
4 4
5 --- 5 ---
6 pool type: mixed 6 pool type: mixed
7 execute: yes 7 execute: yes
8 wrap: yes 8 wrap: yes
9 9
10 --- 10 ---
(...skipping 694 matching lines...) Expand 10 before | Expand all | Expand 10 after
705 /* 52 S> */ B(Ldar), R(1), 705 /* 52 S> */ B(Ldar), R(1),
706 B(JumpIfToBooleanFalse), U8(111), 706 B(JumpIfToBooleanFalse), U8(111),
707 /* 45 E> */ B(StackCheck), 707 /* 45 E> */ B(StackCheck),
708 B(LdaConstant), U8(0), 708 B(LdaConstant), U8(0),
709 B(Star), R(4), 709 B(Star), R(4),
710 B(Mov), R(closure), R(5), 710 B(Mov), R(closure), R(5),
711 B(CallRuntime), U16(Runtime::kPushBlockContext), R(4), U8(2), 711 B(CallRuntime), U16(Runtime::kPushBlockContext), R(4), U8(2),
712 B(PushContext), R(3), 712 B(PushContext), R(3),
713 B(LdaTheHole), 713 B(LdaTheHole),
714 B(StaContextSlot), R(context), U8(4), 714 B(StaContextSlot), R(context), U8(4),
715 B(CreateClosure), U8(1), U8(0), 715 B(CreateClosure), U8(1), U8(2),
716 B(Star), R(0), 716 B(Star), R(0),
717 /* 73 S> */ B(LdaSmi), U8(1), 717 /* 73 S> */ B(LdaSmi), U8(1),
718 /* 73 E> */ B(StaContextSlot), R(context), U8(4), 718 /* 73 E> */ B(StaContextSlot), R(context), U8(4),
719 B(Ldar), R(0), 719 B(Ldar), R(0),
720 B(JumpIfNotHole), U8(11), 720 B(JumpIfNotHole), U8(11),
721 B(LdaConstant), U8(2), 721 B(LdaConstant), U8(2),
722 B(Star), R(4), 722 B(Star), R(4),
723 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1), 723 B(CallRuntime), U16(Runtime::kThrowReferenceError), R(4), U8(1),
724 B(Star), R(2), 724 B(Star), R(2),
725 /* 106 S> */ B(LdaContextSlot), R(context), U8(4), 725 /* 106 S> */ B(LdaContextSlot), R(context), U8(4),
(...skipping 28 matching lines...) Expand all
754 ] 754 ]
755 constant pool: [ 755 constant pool: [
756 InstanceType::FIXED_ARRAY_TYPE, 756 InstanceType::FIXED_ARRAY_TYPE,
757 InstanceType::SHARED_FUNCTION_INFO_TYPE, 757 InstanceType::SHARED_FUNCTION_INFO_TYPE,
758 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 758 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
759 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE, 759 InstanceType::ONE_BYTE_INTERNALIZED_STRING_TYPE,
760 ] 760 ]
761 handlers: [ 761 handlers: [
762 ] 762 ]
763 763
OLDNEW
« no previous file with comments | « src/interpreter/interpreter.cc ('k') | test/cctest/interpreter/bytecode_expectations/BreakableBlocks.golden » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698