Hi, Titzer.
Thank you for your quick review. Do you mean we use the logic like the
following?


   ArchDefaultRegisterConfiguration()   
       : RegisterConfiguration(Register::kMaxNumAllocatableRegisters,
#if V8_TARGET_ARCH_X87
             DoubleRegister::NumAllocatableRegistersForTurbo(),
             DoubleRegister::NumAllocatableAliasedRegistersForTurbo(),
#else
             DoubleRegister::kMaxNumAllocatableRegisters,       
             DoubleRegister::NumAllocatableAliasedRegisters()
#endif
             general_register_name_table_,
             double_register_name_table_) {

https://codereview.chromium.org/1164813007/

--
--
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.

Reply via email to