[Mono-list] Embedding mono

Joe Ante joe@uti.is
Tue, 22 Jun 2004 20:25:04 +0200


> Yes, as calling the compiler has always a measurable initializing cost,
> I would go further and suggest to compile all the scripts as single
> source, every time. The question here is how big will your scripts be?
> See below
Good point. Which leads to another question. How do I cut down on the
compilers startup cost? Is there any way to embed the compiler into my
project so that it doesn=B9t get unloaded between runs?


> The important thing is: recompiling things means no instances can be
> kept running around, everything will have to be restarted afterwards. Is
> that true for your engine? Jon seems to believe it is not, from what you
> can read below, but that is not a safe thing to do.
Yes that=B9s fine and was expected.

Joe Ante