Re: Hoopl vs LLVM?
Johan Tibell <[email protected]>
| Newsgroups | gmane.comp.lang.haskell.cvs.ghc,gmane.comp.lang.haskell.glasgow.user |
|---|---|
| Message-ID | <CAK-tuPa6ixNx1MyHMqn2e_5adny=QVVnUMW8ci5ZcY69jGrt5w@mail.gmail.com> |
On Wed, Dec 12, 2012 at 4:35 AM, Simon Marlow <[email protected]> wrote: > On 11/12/12 21:33, Johan Tibell wrote: >> I'd definitely be interesting in understanding why as it, like you >> say, makes it harder for LLVM to understand what our code does and >> optimize it well. > > > The example that Simon gave is a good illustration: > > <snip> My question was more: why do we CPS transform? I guess it's because we manage our own stack? -- Johan