From mboxrd@z Thu Jan 1 00:00:00 1970 From: David Edelsohn To: dalej@apple.com Cc: gcc@gcc.gnu.org Subject: Re: how to fix anti-optimization? Date: Thu, 13 Sep 2001 10:50:00 -0000 Message-id: <200109131750.NAA24102@makai.watson.ibm.com> References: <200109121834.LAA21595@scv1.apple.com> X-SW-Source: 2001-09/msg00517.html Is GCC's "cost" model involved anywhere in the path? For PowerPC, the cost of CONST_INT and CONST_DOUBLE are zero while FP memory costs are bumped up. David