| |||
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] |
On Sep 16, 2004, at 10:47 AM, Sanjay Patel wrote:
And no -O !!!! I think in the configure it says if I I use my own CFLAGS it doesn't set -O2. Well, back to building!
Here is the asm (followed by C code) 0x24c83c lwz r2,64(r30) 3:1 Stall=1 aset.c:544 0x24c840 slwi r0,r9,2 2:1 Stall=1 aset.c:544 0x24c844 add r2,r0,r2 2:1 Stall=1 aset.c:544 0x24c848 lwz r0,28(r2) 3:1 Stall=2 aset.c:544 0x24c84c stw r0,72(r30) 3:1 aset.c:544 0x24c850 lwz r0,72(r30) 3:1 !Stall=2, Loop start[1], Unroll,
The last load above will also causing LSU rejects on G5 (because the previous
store is to the same address). Well, this is what truly bad (but very
debuggable) -O0 codegen looks like.
with -O2 things get a lot uglier, but the LSU rejects go away,
Marc
_______________________________________________ Do not post admin requests to the list. They will be ignored. Scitech mailing list (email@hidden) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/scitech/email@hidden
| References: | |
| >Re: Shark (was altivec/velocity) (From: Sanjay Patel <email@hidden>) |
| Home | Archives | FAQ | Terms/Conditions | Contact | RSS | Lists | About |
Visit the Apple Store online or at retail locations.
1-800-MY-APPLE
Contact Apple | Terms of Use | Privacy Policy
Copyright © 2007 Apple Inc. All rights reserved.