Re: instruction scheduling PowerPC target(s)

2008-04-02 Thread Ben Elliston
> Ideally I'd like to see the source code for the scheduler but I don't > know where to find it. Can someone let me know where to get it, > please? See http://gcc.gnu.org/svn.html. You can also look into the version control system via a web interface, but that isn't well suited to grep. ;-) Che

instruction scheduling PowerPC target(s)

2008-04-02 Thread Duncan Purll
Hi I am in the process of verifying object code to source code traceability for gcc (C source): gcc 3.3.2 Wind River VxWorks PowerPC target I need to demonstrate that the difference in instruction scheduling / branch scheduling between PPC604 core and PPC603 core does not introduce untraceable