Simon Marlow wrote:

However, there's a caveat with doing this: the RTS linker only has a single symbol table, so the running GHCi will be sharing this symbol table with the new GHC session. Loading object code in both sessions will probably lead to problems.

Is this still a problem if I compile the final program to a standalone executable rather than running it through ghci?

_______________________________________________
Glasgow-haskell-users mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users

Reply via email to