bugzilla 424 - Unexpected OPTLINK Termination - solved!
    Walter Bright 
    newshound1 at digitalmars.com
       
    Tue Nov  3 11:01:54 PST 2009
    
    
  
Bill Baxter wrote:
> So is it any slower now with things not in ASM?
Haven't measured it, but I doubt it, as it's only about 5% in C now.
Although asm code can be very small and fast, and optlink is the best of 
the best at that, it tends to be brittle (very hard to change the 
algorithm). The biggest speed gains are from algorithmic improvements.
    
    
More information about the Digitalmars-d-announce
mailing list