Related articles |
---|
Common subexpressions optimizations lmk@lagl.sorosis.ro (LMK shell) (1997-12-10) |
Re: Common subexpressions optimizations clark@quarry.zk3.dec.com (Chris Clark USG) (1997-12-15) |
Re: Common subexpressions optimizations cliff.click@Eng.Sun.COM (cliffc) (1997-12-23) |
From: | LMK shell <lmk@lagl.sorosis.ro> |
Newsgroups: | comp.compilers |
Date: | 10 Dec 1997 00:45:34 -0500 |
Organization: | Compilers Central |
Keywords: | optimize, question |
Hi!
Can someone help me please, I'm trying to detect common subexpressions
and put them in an unused register or on the stack. I'm looking for
some efficient algorithm to detect them -- pattern matching doesn't
seem too fast.
Thanks for any help.
--
Return to the
comp.compilers page.
Search the
comp.compilers archives again.