On Thu, Apr 9, 2009 at 11:55 PM, Jeff Wheeler <[email protected]> wrote: > > On Wed, Apr 8, 2009 at 5:03 AM, Jean-Philippe Bernardy > <[email protected]> wrote: > >> This is experimental: please shout if you think this is too slow. > > Hmm, I think I do. Previously, Yi launched pretty much instantly, and > now this takes about a second while it recompiles.
Note that GHC should not actually recompile: just figure out dependencies are not changed then quit. > Is there any major > advantage for this that makes it worthwhile? The advantage is that we rely on GHC to figure out dependencies. Hence, we can allow multi-module configurations, etc. without surprise. You can decide for yourself if this outweighs the slower startup. Cheers, JP. --~--~---------~--~----~------------~-------~--~----~ Yi development mailing list [email protected] http://groups.google.com/group/yi-devel -~----------~----~----~----~------~----~------~--~---
