This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Mapping range of addresses
- From: shreyas krishnan <shreyas76 at gmail dot com>
- To: gcc at gcc dot gnu dot org
- Date: Mon, 19 Sep 2005 14:14:46 +0000
- Subject: Mapping range of addresses
- Reply-to: shreyas76 at gmail dot com
Hi ,
I am looking for an efficient data structure to map from a
range of addresses to a single address. As it is used at runtime, I
want it to be as efficient as possible, with perhaps updaing more
important that retreiving. Are there any examples of such data
structure ( and optimized code to use it) in gcc,binutils ?
thanks
Shrey