On Sat, Apr 30, 2011 at 10:32 PM, Igor Kovalenko
<igor.v.kovale...@gmail.com> wrote:
> On Sat, Apr 30, 2011 at 7:42 PM, Blue Swirl <blauwir...@gmail.com> wrote:
>> Use TCG local to work around TCG register flush due to a branch.
>>
>> Thanks to Artyom Tarasenko, Igor Kovalenko and Aurelien Jarno.
>>
>> Signed-off-by: Blue Swirl <blauwir...@gmail.com>
>> ---
>> I analyzed the call tree in target-sparc/translate.c for brcond* usage.
>> In the following lines, first level function uses brcond* directly,
>> second level calls the first level etc.
>>
>
> I want to be able to do exhaustive searches as well :)
> Have you used recently posted gcc save-temps method?

No, I just used the search facilities of the editor. First, search for
brcond, examine the function for correctness and copy the function
names to scratch buffer. Next, search for the function names just
found, examine callers and copy their function names with prefix to
scratch etc. About one hour's work.

Reply via email to