[Mono-devel-list] Continuous Optimization: Update
Willibald Krenn
Willibald.Krenn at gmx.at
Tue May 3 18:17:59 EDT 2005
Thomas Harning Jr. schrieb:
> A question... do you know how this would work with multiple processors?
Like... suppose you are running an application and it deems it needs to
recompile some functions, would it potentially offload that recompiling work to
the other processor while running the application normally [suppose it's a
single-threaded app].
Depends on the OS, I think; Recompilation is done in a background thread, so
chances are good that unneeded CPU resources are being used...
> In a multi-threaded app, halting progress at a recompile might not be so bad, as long as it doesnt need to stop the entire process.
Recompilation does not interfere with 'normal' operation mode of the
application, other than one additional thread (actually it's three threads) have
to be run..
Willi
More information about the Mono-devel-list
mailing list