2017-04-18 14:56:06 +00:00
|
|
|
#
|
|
|
|
# Autogenerated by generate-bytecode-expectations.
|
|
|
|
#
|
|
|
|
|
|
|
|
---
|
|
|
|
wrap: no
|
|
|
|
test function name: f
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function f(arr) {
|
|
|
|
for (let x of arr) { let y = x; }
|
|
|
|
}
|
|
|
|
f([1, 2, 3]);
|
|
|
|
"
|
2017-05-24 15:48:27 +00:00
|
|
|
frame size: 16
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 262
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
|
|
|
/* 10 E> */ B(StackCheck),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(6),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Mov), R(context), R(13),
|
2017-07-27 12:45:00 +00:00
|
|
|
/* 34 S> */ B(LdaNamedProperty), R(arg0), U8(0), U8(0),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(15),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(CallProperty0), R(15), R(arg0), U8(2),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(arg0), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
|
|
|
B(Star), R(4),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 29 S> */ B(LdaNamedProperty), R(4), U8(1), U8(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(14),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(14), R(4), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(5),
|
2017-05-24 12:12:53 +00:00
|
|
|
/* 29 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
|
|
|
B(JumpIfFalse), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(5), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(2), U8(8),
|
2017-05-08 18:55:54 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(28),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(3), U8(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(LdaSmi), I8(2),
|
|
|
|
B(Star), R(6),
|
|
|
|
B(Mov), R(7), R(3),
|
|
|
|
/* 20 E> */ B(StackCheck),
|
2017-05-08 18:55:54 +00:00
|
|
|
B(Mov), R(3), R(1),
|
|
|
|
/* 49 S> */ B(Mov), R(1), R(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(6),
|
2017-05-08 18:55:54 +00:00
|
|
|
B(JumpLoop), U8(53), I8(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(36),
|
2017-05-02 19:03:03 +00:00
|
|
|
B(Star), R(14),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(closure),
|
|
|
|
/* 49 E> */ B(CreateCatchContext), R(14), U8(4), U8(5),
|
|
|
|
B(PushContext), R(14),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
|
|
|
B(LdaSmi), I8(1),
|
|
|
|
B(Star), R(6),
|
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
|
|
|
B(Star), R(15),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(15), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PopContext), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(11),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(7),
|
|
|
|
B(Star), R(11),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(4), U8(6), U8(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(8),
|
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(8),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaConstant), U8(7),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(14),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(13), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(13),
|
|
|
|
B(Mov), R(8), R(14),
|
|
|
|
B(Mov), R(4), R(15),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(14), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(14),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(14), U8(4), U8(8),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(14),
|
|
|
|
B(PopContext), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(27),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(8), R(13),
|
|
|
|
B(Mov), R(4), R(14),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(13), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(9),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(9), U8(1),
|
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
|
|
|
B(Jump), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(9), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(10),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(JumpIfFalse), U8(5),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(11),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 54 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
SYMBOL_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[7, 124, 132],
|
2017-08-09 08:00:20 +00:00
|
|
|
[10, 88, 90],
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[192, 202, 204],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function f(arr) {
|
|
|
|
for (let x of arr) { eval('1'); }
|
|
|
|
}
|
|
|
|
f([1, 2, 3]);
|
|
|
|
"
|
2017-08-11 15:16:31 +00:00
|
|
|
frame size: 23
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 345
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
|
|
|
B(CreateFunctionContext), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PushContext), R(8),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(this),
|
|
|
|
B(StaCurrentContextSlot), U8(5),
|
|
|
|
B(Ldar), R(arg0),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
|
|
|
B(CreateMappedArguments),
|
|
|
|
B(StaCurrentContextSlot), U8(7),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(7),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(StaCurrentContextSlot), U8(6),
|
|
|
|
/* 10 E> */ B(StackCheck),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateBlockContext), U8(0),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PushContext), R(9),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(Mov), R(context), R(12),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(13),
|
|
|
|
/* 34 S> */ B(LdaContextSlot), R(9), U8(4), U8(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(14),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaNamedProperty), R(14), U8(1), U8(0),
|
|
|
|
B(Star), R(15),
|
|
|
|
B(CallProperty0), R(15), R(14), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
|
|
|
B(Star), R(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 29 S> */ B(LdaNamedProperty), R(1), U8(2), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(14),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(14), R(1), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(2),
|
2017-05-24 12:12:53 +00:00
|
|
|
/* 29 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(2), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
|
|
|
B(JumpIfFalse), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(2), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(2), U8(3), U8(8),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(78),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(2), U8(4), U8(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(4),
|
|
|
|
B(LdaSmi), I8(2),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(Mov), R(4), R(0),
|
|
|
|
/* 20 E> */ B(StackCheck),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateBlockContext), U8(5),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PushContext), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
|
|
|
B(Ldar), R(4),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2017-11-22 16:40:24 +00:00
|
|
|
/* 41 S> */ B(LdaLookupGlobalSlot), U8(6), U8(12), U8(3),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(15),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaConstant), U8(7),
|
|
|
|
B(Star), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(20),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaSmi), I8(37),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(21),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaSmi), I8(41),
|
|
|
|
B(Star), R(22),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Mov), R(15), R(17),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(16), R(18),
|
|
|
|
B(Mov), R(closure), R(19),
|
|
|
|
B(CallRuntime), U16(Runtime::kResolvePossiblyDirectEval), R(17), U8(6),
|
|
|
|
B(Star), R(15),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 41 E> */ B(CallUndefinedReceiver1), R(15), R(16), U8(14),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PopContext), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(JumpLoop), U8(103), I8(0),
|
|
|
|
B(Jump), U8(36),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(14),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(closure),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(CreateCatchContext), R(14), U8(8), U8(9),
|
|
|
|
B(PushContext), R(14),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(3), U8(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
|
|
|
B(LdaSmi), I8(1),
|
|
|
|
B(Star), R(3),
|
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(15),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(15), U8(1),
|
|
|
|
B(PopContext), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(11),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(10),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Jump), U8(7),
|
|
|
|
B(Star), R(11),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(3), U8(17),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(1), U8(10), U8(18),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(5),
|
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(3), U8(20),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(5),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(13),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaConstant), U8(11),
|
|
|
|
B(Star), R(14),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(13), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(13),
|
|
|
|
B(Mov), R(5), R(14),
|
|
|
|
B(Mov), R(1), R(15),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(14), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(14),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(14), U8(8), U8(12),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(14),
|
|
|
|
B(PopContext), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(27),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(5), R(13),
|
|
|
|
B(Mov), R(1), R(14),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(13), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(6),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(6), U8(1),
|
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
|
|
|
B(Jump), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(6), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(10),
|
2017-05-24 08:08:21 +00:00
|
|
|
B(JumpIfFalse), U8(5),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(11),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PopContext), R(9),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaUndefined),
|
|
|
|
/* 54 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
SYMBOL_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["eval"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["1"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[35, 205, 213],
|
2017-04-18 14:56:06 +00:00
|
|
|
[38, 169, 171],
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[273, 283, 285],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function f(arr) {
|
|
|
|
for (let x of arr) { (function() { return x; })(); }
|
|
|
|
}
|
|
|
|
f([1, 2, 3]);
|
|
|
|
"
|
2017-05-24 15:48:27 +00:00
|
|
|
frame size: 14
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 280
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
|
|
|
/* 10 E> */ B(StackCheck),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Mov), R(context), R(11),
|
2017-07-27 12:45:00 +00:00
|
|
|
/* 34 S> */ B(LdaNamedProperty), R(arg0), U8(0), U8(0),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(13),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(CallProperty0), R(13), R(arg0), U8(2),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(arg0), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
|
|
|
B(Star), R(2),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 29 S> */ B(LdaNamedProperty), R(2), U8(1), U8(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(12),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(12), R(2), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(3),
|
2017-05-24 12:12:53 +00:00
|
|
|
/* 29 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(3), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
|
|
|
B(JumpIfFalse), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(3), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(3), U8(2), U8(8),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(46),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(3), U8(3), U8(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(5),
|
|
|
|
B(LdaSmi), I8(2),
|
|
|
|
B(Star), R(4),
|
|
|
|
B(Mov), R(5), R(1),
|
|
|
|
/* 20 E> */ B(StackCheck),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateBlockContext), U8(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PushContext), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
|
|
|
B(Ldar), R(5),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 41 S> */ B(CreateClosure), U8(5), U8(12), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(13),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 67 E> */ B(CallUndefinedReceiver0), R(13), U8(13),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PopContext), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(4),
|
|
|
|
B(JumpLoop), U8(71), I8(0),
|
|
|
|
B(Jump), U8(36),
|
2017-05-02 19:03:03 +00:00
|
|
|
B(Star), R(12),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(12), U8(6), U8(7),
|
|
|
|
B(PushContext), R(12),
|
|
|
|
B(Star), R(11),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(4), U8(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
|
|
|
B(LdaSmi), I8(1),
|
|
|
|
B(Star), R(4),
|
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
|
|
|
B(Star), R(13),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(13), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PopContext), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(9),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(8),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(7),
|
|
|
|
B(Star), R(9),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(8),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(4), U8(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(2), U8(8), U8(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(6),
|
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(4), U8(19),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(6),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(11),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaConstant), U8(9),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(12),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(11), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(11),
|
|
|
|
B(Mov), R(6), R(12),
|
|
|
|
B(Mov), R(2), R(13),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(12), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(12),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(12), U8(6), U8(10),
|
|
|
|
B(Star), R(11),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(11),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(12),
|
|
|
|
B(PopContext), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(27),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(6), R(11),
|
|
|
|
B(Mov), R(2), R(12),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(11), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(7), U8(1),
|
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
|
|
|
B(Jump), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(7), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(8),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(JumpIfFalse), U8(5),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(9),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 73 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
SYMBOL_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
SHARED_FUNCTION_INFO_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[7, 142, 150],
|
2017-08-09 08:00:20 +00:00
|
|
|
[10, 106, 108],
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[210, 220, 222],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function f(arr) {
|
|
|
|
for (let { x, y } of arr) { let z = x + y; }
|
|
|
|
}
|
|
|
|
f([{ x: 0, y: 3 }, { x: 1, y: 9 }, { x: -12, y: 17 }]);
|
|
|
|
"
|
2017-05-24 15:48:27 +00:00
|
|
|
frame size: 19
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 300
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
|
|
|
/* 10 E> */ B(StackCheck),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(9),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Mov), R(context), R(16),
|
2017-07-27 12:45:00 +00:00
|
|
|
/* 41 S> */ B(LdaNamedProperty), R(arg0), U8(0), U8(0),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(18),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(CallProperty0), R(18), R(arg0), U8(2),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(arg0), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
|
|
|
B(Star), R(7),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 36 S> */ B(LdaNamedProperty), R(7), U8(1), U8(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(17),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(17), R(7), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(8),
|
2017-05-24 12:12:53 +00:00
|
|
|
/* 36 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(8), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
|
|
|
B(JumpIfFalse), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(8), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(8), U8(2), U8(8),
|
2017-05-08 18:55:54 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(66),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(8), U8(3), U8(10),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(10),
|
|
|
|
B(LdaSmi), I8(2),
|
|
|
|
B(Star), R(9),
|
|
|
|
B(Mov), R(10), R(5),
|
|
|
|
/* 20 E> */ B(StackCheck),
|
2017-05-08 18:55:54 +00:00
|
|
|
B(Mov), R(5), R(6),
|
2017-06-09 09:26:27 +00:00
|
|
|
B(Ldar), R(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfUndefined), U8(6),
|
|
|
|
B(Ldar), R(6),
|
|
|
|
B(JumpIfNotNull), U8(16),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(LdaSmi), I8(74),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaConstant), U8(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(18),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(17), U8(2),
|
2017-06-15 21:24:37 +00:00
|
|
|
/* 31 E> */ B(Throw),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 31 S> */ B(LdaNamedProperty), R(6), U8(4), U8(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 34 S> */ B(LdaNamedProperty), R(6), U8(5), U8(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(2),
|
[inspector] moved var initialization break location before init expression (reland)
This CL improves break locations for expressions like 'var a = <expr>'. Without CL we use <expr> position as break location for initialization statement, with this CL we use position of first character after '=' as position.
Benefits (see test for details):
- only one break in expressions which includes mix of property lookup and calls, e.g. var p = Promise.resolve().then(x => x * 2),
- removed redundant break location for expressions like: let { x, y } = { x: 1, y: 2}.
TBR=dgozman@chromium.org,rmcilroy@chromium.org,machenbach@chromium.org,marja@chromium.org,kozyatinskiy@chromium.org,devtools-reviews@chromium.org,v8-reviews@googlegroups.com
# Not skipping CQ checks because original CL landed > 1 day ago.
Bug: v8:5909
Change-Id: Ie84fa79afeed09e28cf8478ba610a0cfbfdfc294
Reviewed-on: https://chromium-review.googlesource.com/518116
Commit-Queue: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Reviewed-by: Aleksey Kozyatinskiy <kozyatinskiy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#45598}
2017-05-30 12:25:55 +00:00
|
|
|
/* 56 S> */ B(Ldar), R(2),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 58 E> */ B(Add), R(1), U8(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(0),
|
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(9),
|
2017-05-08 18:55:54 +00:00
|
|
|
B(JumpLoop), U8(91), I8(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(36),
|
2017-05-02 19:03:03 +00:00
|
|
|
B(Star), R(17),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(closure),
|
2017-06-15 21:24:37 +00:00
|
|
|
/* 56 E> */ B(CreateCatchContext), R(17), U8(6), U8(7),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PushContext), R(17),
|
|
|
|
B(Star), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(9), U8(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
|
|
|
B(LdaSmi), I8(1),
|
|
|
|
B(Star), R(9),
|
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
|
|
|
B(Star), R(18),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(18), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PopContext), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(14),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(7),
|
|
|
|
B(Star), R(14),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(9), U8(18),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(LdaNamedProperty), R(7), U8(8), U8(19),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(11),
|
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(9), U8(21),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(11),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(16),
|
2017-06-15 21:24:37 +00:00
|
|
|
B(LdaConstant), U8(9),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(17),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(16), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(16),
|
|
|
|
B(Mov), R(11), R(17),
|
|
|
|
B(Mov), R(7), R(18),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(17), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(17),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(17), U8(6), U8(10),
|
|
|
|
B(Star), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(17),
|
|
|
|
B(PopContext), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(27),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(11), R(16),
|
|
|
|
B(Mov), R(7), R(17),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(16), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Star), R(12),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(12), U8(1),
|
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
|
|
|
B(Jump), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(12), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(13),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(JumpIfFalse), U8(5),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 65 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
SYMBOL_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["x"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["y"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
2017-06-15 21:24:37 +00:00
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[7, 162, 170],
|
2017-08-09 08:00:20 +00:00
|
|
|
[10, 126, 128],
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
[230, 240, 242],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function* f(arr) {
|
|
|
|
for (let x of arr) { let y = x; }
|
|
|
|
}
|
|
|
|
f([1, 2, 3]);
|
|
|
|
"
|
2017-08-11 15:16:31 +00:00
|
|
|
frame size: 19
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 341
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(3),
|
2017-09-08 11:46:07 +00:00
|
|
|
B(JumpIfUndefined), U8(18),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetContext), R(3), U8(1),
|
|
|
|
B(PushContext), R(12),
|
|
|
|
B(RestoreGeneratorState), R(3),
|
|
|
|
B(Star), R(11),
|
2017-05-15 16:31:05 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(0), U8(1), I8(0),
|
2018-01-03 23:27:03 +00:00
|
|
|
B(Abort), U8(15),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
|
|
|
B(Star), R(11),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(CreateFunctionContext), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PushContext), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(arg0),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(closure), R(13),
|
|
|
|
B(Mov), R(this), R(14),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(13), U8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(3),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 11 E> */ B(StackCheck),
|
2017-08-11 15:16:31 +00:00
|
|
|
/* 11 E> */ B(SuspendGenerator), R(3), R(0), U8(13), U8(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 55 S> */ B(Return),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(RestoreGeneratorRegisters), R(3), R(0), U8(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(11),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(3), U8(1),
|
|
|
|
B(Star), R(13),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(3), U8(1),
|
2017-06-05 13:23:20 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(1), U8(2), I8(0),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(13),
|
2017-06-05 13:23:20 +00:00
|
|
|
/* 11 E> */ B(Throw),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(13),
|
2017-06-05 19:54:14 +00:00
|
|
|
/* 55 S> */ B(Return),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(15),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Mov), R(context), R(16),
|
2017-05-24 13:54:57 +00:00
|
|
|
/* 35 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(17),
|
|
|
|
B(LdaNamedProperty), R(17), U8(3), U8(0),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(18),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(CallProperty0), R(18), R(17), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(5),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 30 S> */ B(LdaNamedProperty), R(5), U8(4), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(17),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(17), R(5), U8(6),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(6),
|
|
|
|
/* 30 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(6), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(6), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(6), U8(5), U8(8),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(28),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(6), U8(6), U8(10),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(8),
|
2017-05-12 17:29:53 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(Mov), R(8), R(4),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 21 E> */ B(StackCheck),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Mov), R(4), R(1),
|
|
|
|
/* 50 S> */ B(Mov), R(1), R(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(JumpLoop), U8(53), I8(0),
|
|
|
|
B(Jump), U8(36),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(17),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(closure),
|
|
|
|
/* 50 E> */ B(CreateCatchContext), R(17), U8(7), U8(8),
|
|
|
|
B(PushContext), R(17),
|
|
|
|
B(Star), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(7), U8(12),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(18),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(18), U8(1),
|
|
|
|
B(PopContext), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(14),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(13),
|
2017-06-02 11:55:48 +00:00
|
|
|
B(Jump), U8(7),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(14),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(7), U8(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(9), U8(14),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(9),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(7), U8(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Ldar), R(9),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(16),
|
2017-06-05 13:23:20 +00:00
|
|
|
B(LdaConstant), U8(10),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(17),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(16), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(16),
|
|
|
|
B(Mov), R(9), R(17),
|
|
|
|
B(Mov), R(5), R(18),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(17), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(17),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(17), U8(7), U8(11),
|
|
|
|
B(Star), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(17),
|
|
|
|
B(PopContext), R(17),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(27),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(9), R(16),
|
|
|
|
B(Mov), R(5), R(17),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(16), U8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(10),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(10), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(10), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(13),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(JumpIfFalse), U8(5),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 55 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
2017-09-08 11:46:07 +00:00
|
|
|
Smi [37],
|
2017-06-13 13:49:45 +00:00
|
|
|
Smi [10],
|
2017-06-05 13:23:20 +00:00
|
|
|
Smi [7],
|
2017-04-18 14:56:06 +00:00
|
|
|
SYMBOL_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
2017-09-08 11:46:07 +00:00
|
|
|
[85, 203, 211],
|
|
|
|
[88, 167, 169],
|
|
|
|
[271, 281, 283],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
function* f(arr) {
|
|
|
|
for (let x of arr) yield x;
|
|
|
|
}
|
|
|
|
f([1, 2, 3]);
|
|
|
|
"
|
2017-08-11 15:16:31 +00:00
|
|
|
frame size: 18
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 408
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(2),
|
2017-09-08 11:46:07 +00:00
|
|
|
B(JumpIfUndefined), U8(18),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetContext), R(2), U8(1),
|
|
|
|
B(PushContext), R(11),
|
|
|
|
B(RestoreGeneratorState), R(2),
|
|
|
|
B(Star), R(10),
|
2017-05-15 16:31:05 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(0), U8(2), I8(0),
|
2018-01-03 23:27:03 +00:00
|
|
|
B(Abort), U8(15),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
|
|
|
B(Star), R(10),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(CreateFunctionContext), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PushContext), R(11),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(arg0),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(closure), R(12),
|
|
|
|
B(Mov), R(this), R(13),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(12), U8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 11 E> */ B(StackCheck),
|
2017-08-11 15:16:31 +00:00
|
|
|
/* 11 E> */ B(SuspendGenerator), R(2), R(0), U8(12), U8(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 49 S> */ B(Return),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(RestoreGeneratorRegisters), R(2), R(0), U8(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(10),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(2), U8(1),
|
|
|
|
B(Star), R(12),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(2), U8(1),
|
2017-06-05 13:23:20 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(2), U8(2), I8(0),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(12),
|
2017-06-05 13:23:20 +00:00
|
|
|
/* 11 E> */ B(Throw),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(12),
|
2017-06-05 19:54:14 +00:00
|
|
|
/* 49 S> */ B(Return),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(6),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(14),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Mov), R(context), R(15),
|
2017-05-24 13:54:57 +00:00
|
|
|
/* 35 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(16),
|
|
|
|
B(LdaNamedProperty), R(16), U8(4), U8(0),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(17),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(CallProperty0), R(17), R(16), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(10),
|
2017-06-05 13:23:20 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(5), U8(1), I8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
2017-08-11 15:16:31 +00:00
|
|
|
/* 35 E> */ B(TestEqualStrictNoFeedback), R(10),
|
2017-09-08 11:46:07 +00:00
|
|
|
B(JumpIfTrue), U8(4),
|
2018-01-03 23:27:03 +00:00
|
|
|
B(Abort), U8(15),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 30 S> */ B(LdaNamedProperty), R(4), U8(6), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(16),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(16), R(4), U8(6),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(5),
|
|
|
|
/* 30 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(5), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(7), U8(8),
|
2017-07-25 18:37:36 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(74),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(8), U8(10),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
2017-05-12 17:29:53 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(6),
|
|
|
|
B(Mov), R(7), R(3),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 21 E> */ B(StackCheck),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Mov), R(3), R(0),
|
2017-07-20 12:35:28 +00:00
|
|
|
/* 40 S> */ B(LdaFalse),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(17),
|
|
|
|
B(Mov), R(0), R(16),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_CreateIterResultObject), R(16), U8(2),
|
|
|
|
B(SuspendGenerator), R(2), R(0), U8(16), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 49 S> */ B(Return),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(RestoreGeneratorRegisters), R(2), R(0), U8(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(10),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(2), U8(1),
|
|
|
|
B(Star), R(16),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(2), U8(1),
|
2017-06-05 13:23:20 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(9), U8(2), I8(0),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(16),
|
2017-06-05 13:23:20 +00:00
|
|
|
/* 40 E> */ B(Throw),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(12),
|
|
|
|
B(Mov), R(16), R(13),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Jump), U8(58),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(6),
|
2017-09-08 11:46:07 +00:00
|
|
|
B(JumpLoop), U8(113), I8(0),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(36),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(16),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(16), U8(11), U8(12),
|
|
|
|
B(PushContext), R(16),
|
|
|
|
B(Star), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(12),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(17),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(17), U8(1),
|
|
|
|
B(PopContext), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(13),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(12),
|
2017-06-02 11:55:48 +00:00
|
|
|
B(Jump), U8(8),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(13),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaSmi), I8(1),
|
|
|
|
B(Star), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(4), U8(13), U8(14),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(8),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Ldar), R(8),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(15),
|
2017-06-05 13:23:20 +00:00
|
|
|
B(LdaConstant), U8(14),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(16),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(15), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(15),
|
|
|
|
B(Mov), R(8), R(16),
|
|
|
|
B(Mov), R(4), R(17),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(16), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(16),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(16), U8(11), U8(15),
|
|
|
|
B(Star), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(15),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(16),
|
|
|
|
B(PopContext), R(16),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(27),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(8), R(15),
|
|
|
|
B(Mov), R(4), R(16),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(15), U8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(9),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(9), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(9), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(12),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(16), U8(2), I8(0),
|
2017-06-13 13:49:45 +00:00
|
|
|
B(Jump), U8(8),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 49 S> */ B(Return),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 49 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
2017-09-08 11:46:07 +00:00
|
|
|
Smi [37],
|
|
|
|
Smi [97],
|
2017-06-13 13:49:45 +00:00
|
|
|
Smi [10],
|
2017-06-05 13:23:20 +00:00
|
|
|
Smi [7],
|
2017-04-18 14:56:06 +00:00
|
|
|
SYMBOL_TYPE,
|
2017-09-08 11:46:07 +00:00
|
|
|
Smi [75],
|
2017-04-18 14:56:06 +00:00
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
2017-06-05 19:54:14 +00:00
|
|
|
Smi [15],
|
2017-06-05 13:23:20 +00:00
|
|
|
Smi [7],
|
2017-04-18 14:56:06 +00:00
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-05-16 11:36:04 +00:00
|
|
|
Smi [6],
|
2017-06-13 13:49:45 +00:00
|
|
|
Smi [9],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
2017-09-08 11:46:07 +00:00
|
|
|
[85, 263, 271],
|
|
|
|
[88, 227, 229],
|
|
|
|
[332, 342, 344],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
async function f(arr) {
|
|
|
|
for (let x of arr) { let y = x; }
|
|
|
|
}
|
|
|
|
f([1, 2, 3]);
|
|
|
|
"
|
2017-05-24 15:48:27 +00:00
|
|
|
frame size: 23
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 386
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
2017-05-24 13:54:57 +00:00
|
|
|
B(CreateFunctionContext), U8(1),
|
|
|
|
B(PushContext), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(arg0),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2017-05-12 17:29:53 +00:00
|
|
|
/* 16 E> */ B(StackCheck),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(CallJSRuntime), U8(%async_function_promise_create), R(0), U8(0),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(11),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(15),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Mov), R(context), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(19),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Mov), R(context), R(20),
|
|
|
|
/* 40 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(21),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(21), U8(0), U8(0),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(22),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(CallProperty0), R(22), R(21), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(5),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 35 S> */ B(LdaNamedProperty), R(5), U8(1), U8(4),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(21),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(21), R(5), U8(6),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(6),
|
|
|
|
/* 35 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(6), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(6), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(6), U8(2), U8(8),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(28),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(6), U8(3), U8(10),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(8),
|
2017-05-12 17:29:53 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(Mov), R(8), R(4),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 26 E> */ B(StackCheck),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Mov), R(4), R(1),
|
|
|
|
/* 55 S> */ B(Mov), R(1), R(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
|
|
|
B(JumpLoop), U8(53), I8(0),
|
|
|
|
B(Jump), U8(40),
|
|
|
|
B(Star), R(21),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(closure),
|
|
|
|
/* 55 E> */ B(CreateCatchContext), R(21), U8(4), U8(5),
|
|
|
|
B(Star), R(20),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(20),
|
|
|
|
B(PushContext), R(21),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(7), U8(12),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(7),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(22),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(22), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PopContext), R(21),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(18),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(7),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(18),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(19),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(7), U8(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(6), U8(14),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(9),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(7), U8(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Ldar), R(9),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(20),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(LdaConstant), U8(7),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(21),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(20), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(context), R(20),
|
|
|
|
B(Mov), R(9), R(21),
|
|
|
|
B(Mov), R(5), R(22),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(21), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(21),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(21), U8(4), U8(8),
|
|
|
|
B(Star), R(20),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(20),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(21),
|
|
|
|
B(PopContext), R(21),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(27),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Mov), R(9), R(20),
|
|
|
|
B(Mov), R(5), R(21),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(20), U8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(10),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(10), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(10), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(19),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-16 16:38:52 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(17),
|
2017-05-24 08:08:21 +00:00
|
|
|
B(JumpIfFalse), U8(5),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(18),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Star), R(18),
|
|
|
|
B(Mov), R(11), R(17),
|
|
|
|
B(CallJSRuntime), U8(%promise_resolve), R(17), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(13),
|
|
|
|
B(Mov), R(11), R(14),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Jump), U8(58),
|
|
|
|
B(Jump), U8(42),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(17),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(closure),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(CreateCatchContext), R(17), U8(4), U8(9),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(16),
|
|
|
|
B(PushContext), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Star), R(19),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaFalse),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Star), R(20),
|
|
|
|
B(Mov), R(11), R(18),
|
|
|
|
B(CallJSRuntime), U8(%promise_internal_reject), R(18), U8(3),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(PopContext), R(17),
|
2017-05-16 15:20:09 +00:00
|
|
|
B(LdaZero),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(13),
|
|
|
|
B(Mov), R(11), R(14),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Jump), U8(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(14),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Jump), U8(8),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(14),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(LdaSmi), I8(1),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Star), R(15),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(CallJSRuntime), U8(%async_function_promise_release), R(11), U8(1),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(10), U8(2), I8(0),
|
2017-05-16 15:20:09 +00:00
|
|
|
B(Jump), U8(8),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 60 S> */ B(Return),
|
2017-05-24 15:48:27 +00:00
|
|
|
B(Ldar), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 60 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
|
|
|
SYMBOL_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
|
|
|
FIXED_ARRAY_TYPE,
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-05-16 11:36:04 +00:00
|
|
|
Smi [6],
|
|
|
|
Smi [9],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
2017-10-05 08:30:58 +00:00
|
|
|
[18, 345, 353],
|
|
|
|
[21, 303, 305],
|
2017-09-06 22:48:36 +00:00
|
|
|
[27, 149, 157],
|
|
|
|
[30, 109, 111],
|
|
|
|
[217, 227, 229],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
---
|
|
|
|
snippet: "
|
|
|
|
async function f(arr) {
|
|
|
|
for (let x of arr) await x;
|
|
|
|
}
|
|
|
|
f([1, 2, 3]);
|
|
|
|
"
|
2017-08-11 15:16:31 +00:00
|
|
|
frame size: 24
|
2017-04-18 14:56:06 +00:00
|
|
|
parameter count: 2
|
2017-10-05 08:30:58 +00:00
|
|
|
bytecode array length: 480
|
2017-04-18 14:56:06 +00:00
|
|
|
bytecodes: [
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(2),
|
2017-09-08 11:46:07 +00:00
|
|
|
B(JumpIfUndefined), U8(18),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetContext), R(2), U8(1),
|
|
|
|
B(PushContext), R(12),
|
|
|
|
B(RestoreGeneratorState), R(2),
|
|
|
|
B(Star), R(11),
|
2017-05-15 16:31:05 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(0), U8(1), I8(0),
|
2018-01-03 23:27:03 +00:00
|
|
|
B(Abort), U8(15),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
|
|
|
B(Star), R(11),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(CreateFunctionContext), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PushContext), R(12),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Ldar), R(arg0),
|
|
|
|
B(StaCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(closure), R(13),
|
|
|
|
B(Mov), R(this), R(14),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_CreateJSGeneratorObject), R(13), U8(2),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Star), R(2),
|
2017-05-12 17:29:53 +00:00
|
|
|
/* 16 E> */ B(StackCheck),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(CallJSRuntime), U8(%async_function_promise_create), R(0), U8(0),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(10),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(15),
|
2017-06-09 09:26:27 +00:00
|
|
|
B(Mov), R(context), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(6),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(19),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Mov), R(context), R(20),
|
2017-05-24 13:54:57 +00:00
|
|
|
/* 40 S> */ B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(21),
|
|
|
|
B(LdaNamedProperty), R(21), U8(1), U8(0),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(22),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(CallProperty0), R(22), R(21), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfJSReceiver), U8(7),
|
|
|
|
B(CallRuntime), U16(Runtime::kThrowSymbolIteratorInvalid), R(0), U8(0),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(11),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(2), U8(1), I8(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
2017-08-11 15:16:31 +00:00
|
|
|
/* 40 E> */ B(TestEqualStrictNoFeedback), R(11),
|
2017-09-08 11:46:07 +00:00
|
|
|
B(JumpIfTrue), U8(4),
|
2018-01-03 23:27:03 +00:00
|
|
|
B(Abort), U8(15),
|
2017-10-19 15:12:42 +00:00
|
|
|
/* 35 S> */ B(LdaNamedProperty), R(4), U8(3), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(21),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(CallProperty0), R(21), R(4), U8(6),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(5),
|
|
|
|
/* 35 E> */ B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(5), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ToBooleanLogicalNot),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(7),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(5), U8(1),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(4), U8(8),
|
2017-07-25 18:37:36 +00:00
|
|
|
B(JumpIfToBooleanTrue), U8(72),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(5), U8(5), U8(10),
|
2017-05-31 11:40:31 +00:00
|
|
|
B(Star), R(7),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(LdaSmi), I8(2),
|
|
|
|
B(Star), R(6),
|
|
|
|
B(Mov), R(7), R(3),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 26 E> */ B(StackCheck),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Mov), R(3), R(0),
|
2017-08-11 15:16:31 +00:00
|
|
|
/* 45 S> */ B(Mov), R(2), R(21),
|
|
|
|
B(Mov), R(0), R(22),
|
|
|
|
B(Mov), R(10), R(23),
|
|
|
|
B(CallJSRuntime), U8(%async_function_await_uncaught), R(21), U8(3),
|
|
|
|
B(SuspendGenerator), R(2), R(0), U8(21), U8(0),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 54 S> */ B(Return),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(RestoreGeneratorRegisters), R(2), R(0), U8(21),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-2),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(11),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetInputOrDebugPos), R(2), U8(1),
|
|
|
|
B(Star), R(21),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_GeneratorGetResumeMode), R(2), U8(1),
|
2017-07-20 12:35:28 +00:00
|
|
|
B(Star), R(22),
|
2017-05-31 11:40:31 +00:00
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(22),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(JumpIfTrue), U8(5),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(21),
|
Reland "[async-iteration] implement spec-change to `yield` in async generators"
Per https://github.com/tc39/proposal-async-iteration/pull/102/files:
AsyncGeneratorResolve no longer unwraps a value component. Instead, the value is
unwrapped before the builtin call via Await, allowing Promise rejections to
affect the generator control flow.
Thus, all `yield <expr>` implicitly become `yield await <expr>`.
Additionally, `return <expr>` becomes `return await <expr>`. Finally, when the
generator is resumed with `.return()`, the parameter passed to .return() is
awaited before generator execution properly continues).
BUG=v8:6187, v8:5855
R=littledan@chromium.org, neis@chromium.org, adamk@chromium.org
TBR=rmcilroy@chromium.org, neis@chromium.org
Cq-Include-Trybots: master.tryserver.v8:v8_linux_noi18n_rel_ng
Change-Id: Id7718028fd555481f9f4ca0dbecfa788e3057c48
Reviewed-on: https://chromium-review.googlesource.com/594500
Reviewed-by: Caitlin Potter <caitp@igalia.com>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Reviewed-by: Jakob Gruber <jgruber@chromium.org>
Commit-Queue: Caitlin Potter <caitp@igalia.com>
Cr-Commit-Position: refs/heads/master@{#47058}
2017-08-01 14:45:03 +00:00
|
|
|
B(ReThrow),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(6),
|
2017-09-08 11:46:07 +00:00
|
|
|
B(JumpLoop), U8(111), I8(0),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(40),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(21),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(21), U8(6), U8(7),
|
|
|
|
B(Star), R(20),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(20),
|
|
|
|
B(PushContext), R(21),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(2),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(12),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(JumpIfFalse), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(22),
|
|
|
|
B(CallRuntime), U16(Runtime::kReThrow), R(22), U8(1),
|
|
|
|
B(PopContext), R(21),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(18),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(17),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Jump), U8(7),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(18),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaZero),
|
|
|
|
B(Star), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(19),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaZero),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfTrue), U8(104),
|
2017-07-27 12:45:00 +00:00
|
|
|
B(LdaNamedProperty), R(4), U8(8), U8(14),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(8),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(TestUndetectable),
|
|
|
|
B(JumpIfFalse), U8(4),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(93),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(1),
|
2017-10-19 15:12:42 +00:00
|
|
|
B(TestEqualStrict), R(6), U8(16),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(JumpIfFalse), U8(61),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Ldar), R(8),
|
2017-11-07 09:26:56 +00:00
|
|
|
B(TestTypeOf), U8(6),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfFalse), U8(4),
|
|
|
|
B(Jump), U8(18),
|
2018-01-04 22:36:27 +00:00
|
|
|
B(Wide), B(LdaSmi), I16(144),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(20),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(LdaConstant), U8(9),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(21),
|
|
|
|
B(CallRuntime), U16(Runtime::kNewTypeError), R(20), U8(2),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(Throw),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(context), R(20),
|
|
|
|
B(Mov), R(8), R(21),
|
|
|
|
B(Mov), R(4), R(22),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(21), U8(2),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(Jump), U8(20),
|
|
|
|
B(Star), R(21),
|
|
|
|
B(Ldar), R(closure),
|
|
|
|
B(CreateCatchContext), R(21), U8(6), U8(10),
|
|
|
|
B(Star), R(20),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(20),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(PushContext), R(21),
|
|
|
|
B(PopContext), R(21),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(27),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Mov), R(8), R(20),
|
|
|
|
B(Mov), R(4), R(21),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_Call), R(20), U8(2),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(Star), R(9),
|
|
|
|
B(InvokeIntrinsic), U8(Runtime::k_IsJSReceiver), R(9), U8(1),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(JumpIfToBooleanFalse), U8(4),
|
2017-05-24 13:54:57 +00:00
|
|
|
B(Jump), U8(7),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(CallRuntime), U16(Runtime::kThrowIteratorResultNotAnObject), R(9), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(19),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(TestEqualStrictNoFeedback), R(17),
|
2017-07-13 13:53:13 +00:00
|
|
|
B(JumpIfFalse), U8(5),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(18),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Star), R(18),
|
|
|
|
B(Mov), R(10), R(17),
|
|
|
|
B(CallJSRuntime), U8(%promise_resolve), R(17), U8(2),
|
2017-05-16 15:20:09 +00:00
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(13),
|
|
|
|
B(Mov), R(10), R(14),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Jump), U8(58),
|
|
|
|
B(Jump), U8(42),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(17),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(closure),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(CreateCatchContext), R(17), U8(6), U8(11),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(16),
|
|
|
|
B(PushContext), R(17),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaImmutableCurrentContextSlot), U8(4),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Star), R(19),
|
2017-06-02 11:55:48 +00:00
|
|
|
B(LdaFalse),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(Star), R(20),
|
|
|
|
B(Mov), R(10), R(18),
|
|
|
|
B(CallJSRuntime), U8(%promise_internal_reject), R(18), U8(3),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(PopContext), R(17),
|
2017-05-16 15:20:09 +00:00
|
|
|
B(LdaZero),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(13),
|
|
|
|
B(Mov), R(10), R(14),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Jump), U8(16),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaSmi), I8(-1),
|
[ignition] Always write the deferred command result register
For deferred commands (such as in try-finally), some deferred commands
save and restore the accumulator using a result register (e.g. return,
throw, rethrow), while others don't (e.g. break, continue,
fall-through).
However, conditionally reading this result register that may not ever be
written caused it to be considered live from the start of the function,
as far as the liveness analysis could statically tell.
Now, we write the result register for all deferred commands, including
the fall-through. As a micro-optimization, we re-use the Smi command
tokeen to clobber the result, rather than emitting an LdaUndefined.
Bug: chromium:758472
Change-Id: I2ea65e2249b40ee6403216e654a8bb88d50bec3b
Reviewed-on: https://chromium-review.googlesource.com/635592
Commit-Queue: Leszek Swirski <leszeks@chromium.org>
Reviewed-by: Ross McIlroy <rmcilroy@chromium.org>
Cr-Commit-Position: refs/heads/master@{#47612}
2017-08-25 16:04:42 +00:00
|
|
|
B(Star), R(14),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(13),
|
2017-06-02 11:55:48 +00:00
|
|
|
B(Jump), U8(8),
|
2017-06-05 19:54:14 +00:00
|
|
|
B(Star), R(14),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(LdaSmi), I8(1),
|
|
|
|
B(Star), R(13),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(LdaTheHole),
|
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Star), R(15),
|
2017-09-06 22:48:36 +00:00
|
|
|
B(CallJSRuntime), U8(%async_function_promise_release), R(10), U8(1),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(15),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(SetPendingMessage),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(13),
|
2017-10-05 08:30:58 +00:00
|
|
|
B(SwitchOnSmiNoFeedback), U8(12), U8(2), I8(0),
|
2017-05-16 15:20:09 +00:00
|
|
|
B(Jump), U8(8),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
/* 54 S> */ B(Return),
|
2017-08-11 15:16:31 +00:00
|
|
|
B(Ldar), R(14),
|
2017-04-18 14:56:06 +00:00
|
|
|
B(ReThrow),
|
|
|
|
B(LdaUndefined),
|
|
|
|
/* 54 S> */ B(Return),
|
|
|
|
]
|
|
|
|
constant pool: [
|
2017-09-08 11:46:07 +00:00
|
|
|
Smi [75],
|
2017-04-18 14:56:06 +00:00
|
|
|
SYMBOL_TYPE,
|
2017-09-08 11:46:07 +00:00
|
|
|
Smi [78],
|
2017-04-18 14:56:06 +00:00
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["next"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["done"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["value"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [".catch"],
|
|
|
|
FIXED_ARRAY_TYPE,
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE ["return"],
|
|
|
|
ONE_BYTE_INTERNALIZED_STRING_TYPE [""],
|
|
|
|
FIXED_ARRAY_TYPE,
|
2017-10-05 08:30:58 +00:00
|
|
|
FIXED_ARRAY_TYPE,
|
2017-05-16 11:36:04 +00:00
|
|
|
Smi [6],
|
|
|
|
Smi [9],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
handlers: [
|
2017-10-05 08:30:58 +00:00
|
|
|
[54, 439, 447],
|
|
|
|
[57, 397, 399],
|
2017-09-08 11:46:07 +00:00
|
|
|
[63, 243, 251],
|
|
|
|
[66, 203, 205],
|
|
|
|
[311, 321, 323],
|
2017-04-18 14:56:06 +00:00
|
|
|
]
|
|
|
|
|