This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug optimization/3329] optimization large memory copies uses kernel memcpy function without user's knowledge.
- From: "pinskia at physics dot uc dot edu" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 14 Jul 2003 21:09:00 -0000
- Subject: [Bug optimization/3329] optimization large memory copies uses kernel memcpy function without user's knowledge.
- References: <20010621081601.3329.dorian.araneda@intel.com>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
PLEASE REPLY TO gcc-bugzilla@gcc.gnu.org ONLY, *NOT* gcc-bugs@gcc.gnu.org.
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=3329
------- Additional Comments From pinskia at physics dot uc dot edu 2003-07-14 21:08 -------
I never said any code has to be open sourced, as I have code which is not open source.
But since you do not want an ISO C compiler which can do this transformation any where (as long
as the size is greater than 1 byte, use something other than an ISO C compiler.
GCC tries to be an ISO C compiler, if you do not like that use something other than GCC.