Labels as values and threaded-code interpretation

Walter Bright newshound2 at digitalmars.com
Sun Jun 2 11:54:11 PDT 2013


On 6/2/2013 10:58 AM, Dmitry Olshansky wrote:
> Anyhow cramming the whole interpreter in one huge function too has downsides
> (and hopelessly inefficent register allocation is one).

This should not be the case with register allocation using live ranges.

You can also help with this by organizing declarations so the variables have the 
shortest scope.



More information about the Digitalmars-d mailing list