```
void Include(const RegList list) {
DCHECK((list - kAllocatableGeneralRegisters).is_empty());
available_ = available_ | list;
}
```In my understand that temp reg should are taken out of the allocatable register set. -- -- 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]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/ae36c383-6405-4b13-bfc3-333f03d3dbb1n%40googlegroups.com.
