Hi, Titzer.
thanks for your suggestion.
These two test cases already have the following check:
if (DoubleRegister::kMaxNumAllocatableRegisters < 2) return;
But for x87 platform, it's a special case that crankshaft support many
double
registers
so Double::kMaxNumAllocatableRegisters is defined to 6 on X87 port.
When configuring the default register configuration for turbofan, we
directly
use 1 in
the code according to your suggestion and we did not add one value to
represent
the maximum
allocatable double register number for turbofan.
(https://codereview.chromium.org/1164813007/#msg8).
https://codereview.chromium.org/1308763003/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.