Re: GHC API: memory usage of loaded modules

2016-12-13 Thread Evan Laforge
Sorry about the delay, I got distracted by an unrelated memory leak. On Tue, Nov 29, 2016 at 9:35 AM, Reid Barton wrote: > You'd probably find that you also want to, for example, type check the > expressions that you are interpreting. The information needed to do so > is not contained in your exe

Re: GHC API: memory usage of loaded modules

2016-12-13 Thread Brandon Allbery
On Tue, Dec 13, 2016 at 1:21 PM, Evan Laforge wrote: > If I'm using the same code linked into the main > application, then isn't it a given that I'm loading everything in the > application in the first place? > It's not necessarily accessible in a useful form for use by demand loaded modules; th