OSSP CVS Repository

ossp - Check-in [2600]
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Patchset]  [Tagging/Branching

Check-in Number: 2600
Date: 2002-Oct-17 13:42:43 (local)
2002-Oct-17 11:42:43 (UTC)
User:thl
Branch:
Comment: using REMTAIL ... closer approximity to the CPU
Tickets:
Inspections:
Files:
ossp-pkg/sio/al.c      1.15 -> 1.16     5 inserted, 0 deleted

ossp-pkg/sio/al.c 1.15 -> 1.16

--- 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;
     }

CVSTrac 2.0.1