Re: how to get instruction codes in gcc passes?

2010-06-14 Thread Ilya K
heless I have to work on the low-level. At the back-end. It is a feature of my work :). So, maybe I'll just switch to inserting my code into binutils, or mao project. Ilya K

Re: how to get instruction codes in gcc passes?

2010-06-14 Thread Ilya K
ybe is not the best place for my optimizations. I will try to see if binutils or mao provides better environment for this developing. Thanks for pointing out the places where the low-level optimizations are more suitable. Ilya K

Re: how to get instruction codes in gcc passes?

2010-06-13 Thread Ilya K
hought that if gcc already have the base of optimizations then this will be a best place to put another one. I do not know now if these assembler tools have a room for optimization. Ilya K

Re: how to get instruction codes in gcc passes?

2010-06-13 Thread Ilya K
On Sun, Jun 13, 2010 at 6:38 PM, Richard Guenther wrote: > On Sun, Jun 13, 2010 at 4:29 PM, Ilya K wrote: >> Hi all. >> (I have never used these maillists before. Sorry if something wrong here.) >> >> I am newbie in gcc and I need some help. >> >> I am pe

how to get instruction codes in gcc passes?

2010-06-13 Thread Ilya K
Hi all. (I have never used these maillists before. Sorry if something wrong here.) I am newbie in gcc and I need some help. I am performing some research work in theme of code optimization. Now I have to write my own optimization pass for gcc. And in this pass I need to get the instruction codes