Serialisation of static environments during static interpretation is slow for large functorised programs (e.g., MLton). When environments are serialised, which they are in particular when functor closures are serialised during static interpretation, it seems that quite some time is spend on discovering sharing (with parts of previously serialised environments).
See #97 .
Serialisation of static environments during static interpretation is slow for large functorised programs (e.g., MLton). When environments are serialised, which they are in particular when functor closures are serialised during static interpretation, it seems that quite some time is spend on discovering sharing (with parts of previously serialised environments).
See #97 .