> > I'm getting really long compile times for classes that are instances of > sequences. I have got the new compiler stuff mentioned here[1] from the > factor git repo, but E.g. with the float-array class in the previous > post I made, the line: > > INSTANCE: float-array sequence > > .. takes more than a minute on my fresh factor install. Hi Phil,
The reason is that the new smart recompile changes are almost, but not quite, finished. In fact, you got unlucky here, as the only remaining case that causes a lot of stuff to recompile is INSTANCE:! I will address it before 0.92 is released. Cheers Slava ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
