[Bug ada/62042] Missing optimization of copying non-limited objects
ebotcazou at gcc dot gnu.org
gcc-bugzilla@gcc.gnu.org
Sun Dec 6 21:02:00 GMT 2015
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62042
--- Comment #5 from Eric Botcazou <ebotcazou at gcc dot gnu.org> ---
> Avoiding calling unnecessary routines when copying an object, is a VERY
> useful optimization, just because copying operation is VERY often in real
> software.
But you generally cannot do this optimization with controlled objects in real
software.
More information about the Gcc-bugs
mailing list