[Haskell-cafe] Profiling with an interpreter

Corentin Dupont corentin.dupont at gmail.com
Sat Oct 18 18:57:53 UTC 2014


Hi,
I'm trying to profile my game (Nomyx) but I get:
"You can't call hscCompileCoreExpr in a profiled compiler".

I figured out it's because I'm embbeding an intrepreter. Is there a way to
avoid that and profile anyway? Maybe ignoring the calls to the interpreter
or something...

Cheers
Corentin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20141018/18f32632/attachment.html>


More information about the Haskell-Cafe mailing list