From mboxrd@z Thu Jan 1 00:00:00 1970 From: "Ben A. Abderrazek" To: help-gcc@gnu.org Subject: LRU algorithm Date: Fri, 31 Dec 1999 22:24:00 -0000 Message-ID: <3845EB92.3DE5D53E@sowa.is.uec.ac.jp> X-SW-Source: 1999-12n/msg00014.html Message-ID: <19991231222400.d7FZa3r6PiJ9LlSpYTM95U6aUgFWOHplz6aJdrQGdek@z> Hi all, Is any one has a hint about how to write an LRU algorithm in gcc ? I have some variables and I want to find the least recently used. Thank you for any help, Ben,