Matt Fowles <[EMAIL PROTECTED]> wrote:
> All~

> I have been playing with imcc's optimization and have a question about
> it.  With -O2 we get the following results for various inputs:

All the -O2 optimizations are highly experimental and currently just a
proof of concept how to implement things, what information is necessary
to e.g. move an invariant out of a loop and so on.

For your example, the usage count is the culprit, though it should be ok
to check the lhs_usecount only.

> Matt

leo

Reply via email to