|
Re: object code blow up by optimization: msg#00161lang.haskell.glasgow.bugs
When I also swap the corresponding equations the code bloat comes back: above_ p _ Empty = p above_ Empty _ q = q beside_ p _ Empty = p beside_ Empty _ q = q Linking ... real 7m10.727s user 6m25.456s sys 0m10.698s maeder@turing:~/haskell/examples> ll a.out HasCASL/PrintLe.o -rwxr-xr-x 1 maeder wimi 6213885 2006-01-26 20:11 a.out -rw-r--r-- 1 maeder wimi 1762784 2006-01-26 20:09 HasCASL/PrintLe.o Christian Maeder wrote: Sorry, I forgot to save my changes. The numbers are much better with infixr:
|
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| Previous by Date: | Re: object code blow up by optimization, Christian Maeder |
|---|---|
| Next by Date: | Re: object code blow up by optimization, Christian Maeder |
| Previous by Thread: | Re: object code blow up by optimization, Christian Maeder |
| Next by Thread: | Re: object code blow up by optimization, Christian Maeder |
| Indexes: | [Date] [Thread] [Top] [All Lists] |
| News | FAQ | advertise |