haskell - 为什么 GHC 使用图约简而不是 super 组合器?

标签 haskell compiler-construction compilation functional-programming

图缩减在任何方面都比 super 组合器更快还是更好?

最佳答案

图约简是一种执行 super 组合器的技术。

关于haskell - 为什么 GHC 使用图约简而不是 super 组合器?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21886259/

相关文章:

C++ 单子(monad)库

Haskell:显示和 pretty-print 实例

c++ - 错误! constexpr 变量必须由常量表达式 constexpr 初始化

angular - angular2中的递归动态模板编译

c - 在 Linux 上用 C 编写自定义加载器并为 x64 汇编

haskell - libHSprimitive-0.5.3.0.so 在哪里

haskell - Haskell 中的整数时间复杂度

c++ - 如何追踪 LLVM verifyFunction 错误 "Expected no forward declarations!"?

asp.net-mvc-3 - 有没有办法禁用已从项目中排除的 View 的编译检查?

gcc - GCC IR与LLVM IR有何不同?