commit | 41ade967c29ea9312c0b7390ee43bc0c63373f39 | [log] [tgz] |
---|---|---|
author | Jason Evans <je@fb.com> | Sun Mar 06 22:56:36 2011 -0800 |
committer | Jason Evans <je@fb.com> | Tue Mar 15 11:12:11 2011 -0700 |
tree | 1bde657dd18b33f7aad8e1d4192b5fda00717a53 | |
parent | ff7450727f64180367f430b1b747f9e682e26df4 [diff] |
Reduce size of small_size2bin lookup table. Convert all direct small_size2bin[...] accesses to SMALL_SIZE2BIN(...) macro calls, and use a couple of cheap math operations to allow compacting the table by 4X or 8X, on 32- and 64-bit systems, respectively.