2008/9/11 Andy Wingo <[EMAIL PROTECTED]>:
> Yeah, it seems the gcc with debian does this, at least on x86-32. (Dale
> ran into this on IRC recently.) To work around this, you can remove the
> #ifdef __i386__ block in vm-engine.h, or comment out the entire #ifdef
> __GNUC__ section. There are more c
On Thu 11 Sep 2008 00:59, "Neil Jerram" <[EMAIL PROTECTED]> writes:
> I just pulled and built: got this error...
>
> vm-engine.c: In function 'vm_run':
> vm-engine.c:199: error: unable to find a register to spill in class 'SIREG'
Yeah, it seems the gcc with debian does this, at least on x86-32. (
2008/9/8 Andy Wingo <[EMAIL PROTECTED]>:
> Hi,
>
> I finally pushed some patches I had that enable compilation of
> boot-9.scm in guile-vm. Give it a pull. NB, you'll have to rebuild all
> your .go files -- make clean before making.
I just pulled and built: got this error...
vm-engine.c: In funct
Hi,
I finally pushed some patches I had that enable compilation of
boot-9.scm in guile-vm. Give it a pull. NB, you'll have to rebuild all
your .go files -- make clean before making.
Quick observations before I attempt to sleep:
* Guile load time is only slightly better (~10%). I think this is