Higgs, a JavaScript JIT done in D

Peter Alexander peter.alexander.au at gmail.com
Sun Feb 3 13:09:57 PST 2013


On Sunday, 3 February 2013 at 20:54:29 UTC, Nick Sabalausky wrote:
> Also, AIUI, "foreach(i; 0..10)" involves a range and function 
> calls, so
> perhaps they want to be certain there isn't any overhead that
> accidentally fails to get optimized out?

There is no range or function calls! That syntax existed well 
before ranges were even conceived. It is nothing more than 
shorthand for the obvious for-loop alternative.



More information about the Digitalmars-d-announce mailing list