diary at Telent Netowrks

The novelty of being back on the internet has still not entirely#

Wed, 28 Jan 2004 14:52:42 +0000

The novelty of being back on the internet has still not entirely subsided.

I am working on a 64 bit SBCL for the AMD64 (formerly x86-64, née Hammer) architecture. So far it makes it successfully through make-host-1 (the cross-compiler) and make-target-1 (the runtime), and all the offsets and suchlike that genesis spits out look correct - all the ones I've checked, at least. Before anyone gets too excited, though, it is without question utterly broken in several important ways: not least that I haven't taught it how to generate code for the 64 bit registers, or taught gencgc about all the interesting new types and widths

I can't help feeling it would be nice if something could be automated to dig the information that gencgc needs from Lisp.

TODO list as soon as I take a break from this: