Replace arrays for point hint data with red-black trees.
commit1a1ce899b5a6a73e57ea21d9d4e53ba2c5c9f22c
authorWerner Lemberg <wl@gnu.org>
Fri, 14 Feb 2014 22:50:51 +0000 (14 23:50 +0100)
committerWerner Lemberg <wl@gnu.org>
Fri, 14 Feb 2014 22:50:51 +0000 (14 23:50 +0100)
tree092eefb973a036a5ae1d273b9e738824ae593f29
parent085d45692ca843e909318534e347fbbbff886b6c
Replace arrays for point hint data with red-black trees.

This enormously reduces the needed amount of allocated memory.  It also
avoids allocation errors due to overflow in the number of bytes to be
allocated.

The used red-black tree implementation (in file `llrb.h') was written by
William Ahern <william@25thandClement.com>; I've downloaded version
2013-09-25 from

  http://25thandclement.com/~william/projects/llrb.h.html
bootstrap.conf
configure.ac
lib/llrb.h [new file with mode: 0644]
lib/tabytecode.c
no-copyright