Hello all! src/register-configuration.cc:43
STATIC_ASSERT(RegisterConfiguration::kMaxGeneralRegisters >= Register::kNumRegisters); 1. What are the general registers? Are they general purpose registers? 2. Is it mistake maybe? This should be RegisterConfiguration::kMaxRegisters >= Register::kNumRegisters. 3. As I understand, the Register::kNumRegisters is number of ALL registers in particular architecture. This is right? And I think that number of all registers more than number of general registers because general registers is a subset of all registers. -- -- 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.
