System programming in D (Was: The God Language)

Walter Bright newshound2 at digitalmars.com
Sat Jan 7 11:33:49 PST 2012


On 1/5/2012 4:03 PM, Sean Kelly wrote:
> Oh right, I guess it would have to, since variables can be used by name
> within asm blocks.  I guess it just doesn't do code movement across asm
> blocks then?

Right. More generally, it does not do data flow analysis within an asm block, 
treating it as a black box that could do anything.


More information about the Digitalmars-d mailing list