Hi Slava, The std::vector change was pretty easy to merge but the new compiler INSN: and float stuff was a little more tricky to figure out. Luckily your blog posts set me straight.
I'm finding myself spending an increased amount of time git-rebasing and so I think it's time to get a checkpoint branch done that can be merged with the main trunk. This branch has REENTRANT disabled by default (i.e. uses the singleton): http://github.com/phildawes/factor/tree/reentrantvm-checkpoint http://phildawes.net/tmp/images/boot.x86.32.image http://phildawes.net/tmp/images/boot.unix-x86.64.image http://phildawes.net/tmp/images/boot.macosx-ppc.image It builds, bootstraps and test-all runs on win32, linux64 and macosx PPC. Could you test this on macosx x86 and consider it for merging? (if not, let me know what I need to do - thanks!) Cheers, Phil Phil Dawes wrote: > Thanks Slava, Looks like a straightforward change to apply > > Cheers, > > Phil > > Slava Pestov wrote: >> Hi Phil, >> >> I changed how the gc_locals and gc_bignums stacks work in the VM; >> they're std::vectors now: >> >> http://github.com/slavapestov/factor/commit/bd447dca7b8b039cad505661fb0e3d8a72b0e35f >> >> I hope this change will be easy to incorporate into your VM branch. >> >> Slava >> >> ------------------------------------------------------------------------------ >> Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day >> trial. Simplify your report design, integration and deployment - and focus >> on >> what you do best, core application coding. Discover what's new with >> Crystal Reports now. http://p.sf.net/sfu/bobj-july >> _______________________________________________ >> Factor-talk mailing list >> [email protected] >> https://lists.sourceforge.net/lists/listinfo/factor-talk >> > > > > ------------------------------------------------------------------------------ > Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day > trial. Simplify your report design, integration and deployment - and focus on > what you do best, core application coding. Discover what's new with > Crystal Reports now. http://p.sf.net/sfu/bobj-july > _______________________________________________ > Factor-talk mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/factor-talk > ------------------------------------------------------------------------------ Come build with us! The BlackBerry® Developer Conference in SF, CA is the only developer event you need to attend this year. Jumpstart your developing skills, take BlackBerry mobile applications to market and stay ahead of the curve. Join us from November 9-12, 2009. Register now! http://p.sf.net/sfu/devconf _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
