This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Abt RTL expression - Optimization


"Rohit Arul Raj" <rohitarulraj@gmail.com> writes:

> The problem due to which the below mentioned program was not working
> is because of CODE HOISTING pass. I just masked the code hoisting step
> and the program worked fine.

At this point, if you want us to be able to give you useful
suggestions, you need to show us a complete, standalone, test case.
And remind us what target you are using.  Without complete information
we are just guessing.

> 2. Any documentation on Code Hoisting Algorithm used by GCC 4.1.1?

Only in the form of comments in the source code.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]