Related articles |
---|
Tools & UOPT arvind@xko.dec.com (Arvind Jagannath) (1998-07-26) |
From: | Arvind Jagannath <arvind@xko.dec.com> |
Newsgroups: | comp.compilers |
Date: | 26 Jul 1998 13:32:32 -0400 |
Organization: | Compilers Central |
Keywords: | optimize, question, comment |
I'm Arvind, working in DEC (India) in the MIPS A_CC Compilers team,
I have to solve a performance problem for the A_CC ucode optimizer, uopt.
I'm desperately in search of tools i can use, to make debugging the uopt module
more easy.
The bug is concerning why uopt took too much time to optimize a file having
something like the below.
---------------------------------------
fun1() { fun2(); }
fun2() { fun3(); }
.
.
.
continuing like this for 3000 lines.
Any kind of suggestions are welcome.
Thanks,
Arvind
Arvind Jagannath
India Development Center,
Compaq India
45/14, Digital House, Tumkur Road,
Yashwanthpur, II stage, Bangalore - 560 022
Ph: 00-91-80-3370445 (Extn. 476)
e-mail: arvind@xko.dec.com
[Looks to me like you've got some quadratic algorithms there. Should be
easy enough to profile and find them. -John]
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.