Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread D
Try running it from git. I'm using mountain lion for the build farm. Oops, should make a note of this. Command here: https://github.com/slavapestov/factor/issues/625 Doug On Aug 17, 2012, at 0:30, CW Alston cwalsto...@gmail.com wrote: Factoristas - Exciting new phase, but a hiccup:

Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread Dominikus Herzberg
Congratulations for the release! Fantastic work! Regards, Dominikus 2012/8/17 John Benediktsson mrj...@gmail.com: The reports of my death are greatly exaggerated - Mark Twain I'm very pleased to announce the release of Factor 0.95! You can find download links on the Factor website:

Re: [Factor-talk] Any way of making sense of what's in the boot image?

2012-08-17 Thread Michael Clagett
: pic-tail-reg ( -- reg ) EDX ; //stack pointer // ?: stack-reg ( -- reg ) ESP ; // stack frame pointer: frame-reg ( -- reg ) EBP ; // virtual machine object base: vm-reg ( -- reg ) EBX ; : ctx-reg ( -- reg ) EBP ; // non-volatile registers -- these would be registers needing to be preserved

Re: [Factor-talk] Any way of making sense of what's in the boot image?

2012-08-17 Thread Michael Clagett
A few more: // ?: shift-arg ( -- reg ) ECX ; // ?: div-arg ( -- reg ) EAX ; // ?: mod-arg ( -- reg ) EDX ; From: mclag...@hotmail.com To: factor-talk@lists.sourceforge.net Date: Fri, 17 Aug 2012 14:03:30 + Subject: Re: [Factor-talk] Any way of making sense of what's in the boot

Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread Aaron Olson
+1 This is terrific news at the end of a crappy week! -Aaron On Fri, Aug 17, 2012 at 3:54 AM, Dominikus Herzberg dominikus.herzb...@gmail.com wrote: Congratulations for the release! Fantastic work! Regards, Dominikus 2012/8/17 John Benediktsson mrj...@gmail.com: The reports of my

Re: [Factor-talk] Any way of making sense of what's in the boot image?

2012-08-17 Thread Alexander J. Vondrak
pic-tail-reg = polymorphic inline cache tail call register ds-reg = data stack register rs-reg = retain stack register nv-reg: might help to see https://github.com/slavapestov/factor/blob/master/basis/cpu/x86/bootstrap.factor#L14 link-reg: only place it seems to be used is

Re: [Factor-talk] Any way of making sense of what's in the boot image?

2012-08-17 Thread Michael Clagett
Thank you Alex. Seeing the polymorphic inline caching reference makes me realize that I really need to go back and reread Slava's (et. al) various blogs that have been produced through the years. I read them all once, but that was a couple years ago -- not knowing what I know now. This

Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread CW Alston
Hi - Success! I moved the old .factor files out of the way, scrapped the first try Factor .95 folder, re-ran the git one-liner and the fresh factor.app brought up the listener with no errors. The contents of the Factor folder built from git sports the following items not appearing in the .95

Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread John Benediktsson
The contents of the Factor folder built from git sports the following items not appearing in the .95 binary Factor folder: -files: boot.unix-x86.32.image, factor.image.fresh, GNUmakeile, Nmakefile; These are: 1) boot image downloaded to create a complete factor image file for your

Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread CW Alston
Gracias, John - Comforting to know what's up. Any ideas on what prevents the .95 binary from launching on my aged machine? First time I've encountered this problem. I've successfully launched from incremental development releases through July. ~cw On Fri, Aug 17, 2012 at 12:45 PM, John

Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread John Benediktsson
Gracias, John - De nada ;) Comforting to know what's up. Any ideas on what prevents the .95 binary from launching on my aged machine? First time I've encountered this problem. I've successfully launched from incremental development releases through July. Likely related to upgrading to

Re: [Factor-talk] Factor 0.95 now available

2012-08-17 Thread CW Alston
Okey-dokey, keep on keepin' on. More later, as need arises. ~cw On Fri, Aug 17, 2012 at 1:17 PM, John Benediktsson mrj...@gmail.com wrote: Gracias, John - De nada ;) Comforting to know what's up. Any ideas on what prevents the .95 binary from launching on my aged machine? First time I've