
5 May
2006
5 May
'06
10:44 a.m.
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?