diary at Telent Netowrks

2^8 files compiled#

Wed, 04 Feb 2004 02:28:30 +0000

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,}toe{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.