search for: 7a9989a727ed4bf1c118dbcf386d4fc1

Displaying 1 result from an estimated 1 matches for "7a9989a727ed4bf1c118dbcf386d4fc1".

2017 Dec 16
2
Replace call stack with an equivalent on the heap?
Hello, I'm implementing a custom Haskell-to-LLVM compiler, and in my experimentation, noticed that GHC is much slower than clang certain examples, such as the ackermann function. However, from reading their respective IRs (Cmm for GHC and LLVM for clang), I don't really see much of a difference. Here is a link to the numbers. (n, m) are the parameters to the ackermann function