Scott Meyers' DConf 2014 keynote "The Last Thing D Needs"

Walter Bright via Digitalmars-d-announce digitalmars-d-announce at puremagic.com
Thu May 29 11:40:06 PDT 2014


On 5/29/2014 10:54 AM, Steven Schveighoffer wrote:
> Has anyone ever considered making the compiler build an 'optimized'
> init-blitting function instead of just defaulting to memcpy? In other words, the
> compiler knows at compile time the layout and initialization values of a struct.
> What about using the compiler and optimizer to create the most optimized,
> no-runtime-variables function to blit memory? We wouldn't even need compiler
> help, if we did it with RTInfo.

I have, but obviously I haven't done anything about it.



More information about the Digitalmars-d-announce mailing list