Matthew Pickering

Results 289 comments of Matthew Pickering

What's the status on this PR? It would be a nice feature to be merged.

I have implemented a heap viewer which creates a static html with an interactive heap profile using vega-lite. Perhaps this is of interest to you? The project isn't quite finished...

We need another release which includes this revert #1522

More graphs, hy profile and with the hyperlinker enabled https://usercontent.irccloud-cdn.com/file/l7vmLw7e/ https://usercontent.irccloud-cdn.com/file/rN8oni3d/hyperlinked

Here is the .prof. http://lpaste.net/147305

@mrhania Is there any chance you could look at this?

Why is it necessary to keep all interface files in memory at once? Should it not be possible to use much less memory by retaining only the information that is...

``` {-# LANGUAGE GADTs #-} {-# LANGUAGE DataKinds #-} {-# LANGUAGE KindSignatures #-} data StatusType = User | Tenant data Status (a :: StatusType) where Active :: Status a Inactive...

Bumping the nixpkgs which you use to build HIE won't fix the issue. It is the tooling users who need to bump the version of nixpkgs they use.

The runtime linker built into GHC performs worse than the system linker. When you statically link the executable then GHC API programs use the built-in rather than system linker. There...