Andy Glew's comp-arch.net wiki, http://semipublic.comp-arch.net
If you are reading this elsewhere, e.g. at site waboba.info, it is an unauthorized copy, and probably a malware site.
comp-arch.net wiki on hold from October 17, 2011
Older-than mask
From CompArch
Building the is_older_than matrix (which takes care of ordering the array): This might appear a daunting task, but it is really quite simple. In dispatch, you must know which entries are free and which are occupied. When allocating an entry, this "free list" is the value for the is_older_than entry you are now writing!
[Ed Brekelbaum, comp.arch, June 28, 2010]