This repository was archived by the owner on Oct 7, 2020. It is now read-only.
This repository was archived by the owner on Oct 7, 2020. It is now read-only.
Hover causes far too much memory #1156
Closed
Description
The way that the types are collected from the AST by using syb uses a lot of memory. This was already identified when haddock started using HIE files for its hyperlinker. The solution is to
make the traversal smarter to only recover types at the leaves rather than for all subexpressions.
This issues makes HIE unusable with GHC (or any big project) as the process of traversing a single module is too expensive.
cc @wz1000