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.

Reply via email to