Index: ossp-pkg/sio/al.c RCS File: /v/ossp/cvs/ossp-pkg/sio/Attic/al.c,v rcsdiff -q -kk '-r1.15' '-r1.16' -u '/v/ossp/cvs/ossp-pkg/sio/Attic/al.c,v' 2>/dev/null --- al.c 2002/10/17 10:17:54 1.15 +++ al.c 2002/10/17 11:42:43 1.16 @@ -356,6 +356,11 @@ return AL_ERR_MEM; } } else { + /* thl: FIXME i would suggest using REMTAIL() here because dispose_chunk + * puts the latest disposed chunks at the end of the list and + * those latest data should have a closer approximation to the + * CPU in terms of internal cache, external cache, RAM and VM + */ REMHEAD(&alc_freelist, chunks, alc); --alc_freecount; }