nasm/nasmlib
H. Peter Anvin 903ea54857 RAA: clean up the RAA infrastructure, make it support larger indicies
Make the RAA infrastructure a bit cleaner, make it support 64-bit
indicies, and reduce the memory overhead of a sparse or small RAA --
the old code would allocate a *minimum* of 256K for each RAA.  The new
code reduces that to 16K, and will not mandatorily allocate an entry
in the zero position.

The new shift, 11, was chosen so that a 32-bit RAA value will need 3
layers and a 64-bit value 6 layers, without excessive waste.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2018-06-14 20:23:49 -07:00
..
badenum.c Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
bsi.c nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00
crc64.c
file.c nasmlib/file.c: simplify and unify fwriteint*/addr() 2017-11-29 16:53:52 -08:00
file.h Windows: clean up the handling of stat on Windows 2017-04-06 15:48:51 -07:00
filename.c Eliminate filename length restrictions, remote ofmt->filename() 2017-12-20 13:38:20 -08:00
hashtbl.c hashtbl, strtbl: add hash_free_all(), split strtbl_find() 2017-04-24 00:54:51 -07:00
ilog2.c ilog2(): inline functions if practical 2017-09-27 13:34:42 -07:00
malloc.c malloc: simplify nasm_malloc code, add nasm_strcatn() 2018-05-30 11:40:42 -07:00
md5c.c nasmlib/md5c: Fix typo in WORDS_LITTLEENDIAN 2017-06-25 19:33:14 -07:00
mmap.c nasmlib/file: move memory-mapping functions out of file.c 2017-02-23 18:39:00 -08:00
path.c nasmlib/path.c: a few more detection macros 2017-04-25 13:18:36 -07:00
perfhash.c Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
perfhash.pl Add generic perfect string hashes, use for directives 2017-04-03 00:27:07 -07:00
raa.c RAA: clean up the RAA infrastructure, make it support larger indicies 2018-06-14 20:23:49 -07:00
rbtree.c Reorganize the source code into subdirectories 2016-05-25 12:06:29 -07:00
readnum.c Make any execution limit configurable, add eval limit 2018-06-12 13:54:42 -07:00
realpath.c
saa.c saa.c: unify the various saa_write*() routines 2017-11-29 17:31:14 -08:00
srcfile.c hashtbl, strtbl: add hash_free_all(), split strtbl_find() 2017-04-24 00:54:51 -07:00
string.c nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00
strlist.c Factor out common string list handling code 2016-10-04 01:12:28 -07:00
ver.c
zerobuf.c nasmlib: break up nasmlib.c into logical components 2016-05-25 05:43:49 -07:00