Today, we check for enregisterLocalVars at lot of hot code in LinearScan and probably templatizing it would be better.
- Evaluate the impact on binary size if we do it. If it increases the size significantly, extract out the checks for
enregisterLocalVars out of some of the loops or add special paths for it.
- Evaluate what is the TP gain with it.