diary @ telent

2^8 files compiled#

Wed Feb 4 02:28:30 2004

2^8 files compiled

dan@pup:~> find ~/src/sourceforge/sbcl/obj/from-xc/ -type f |wc -l
    256

Currently wondering whether we can rewrite the ALLOCATION function and friends so that OAOOM is less of a concern. At present it involves lots of cut & pasted x86 assembler functions with names matching alloc_{8_,16_,}to_e{ax,bx,cd,dx,si,di}), and if I can't then I need to copy and paste the code another eight times to cater for r8-r15.