diff options
author | Bobby Bingham <koorogi@koorogi.info> | 2017-01-15 23:13:56 -0600 |
---|---|---|
committer | Bobby Bingham <koorogi@koorogi.info> | 2017-01-15 23:19:47 -0600 |
commit | bb7ae08ee638cf9b88a69ca89c5b6b12401c37f5 (patch) | |
tree | 8655183d15ea7efe77607eb12d8fe3b9483c29e3 /lexer.l | |
parent | 19458565441227f4981681a8de126517d734da3e (diff) |
nqdasm: reduce size of line structure
This structure represents essentially all the run-time memory use of the
disassembler, with 32k instances of it allocated.
On 64-bit systems, this cuts the size of a single instance from 16 bytes to
8 bytes. On a 32-bit system, it goes from 12 bytes to 8 bytes.
Diffstat (limited to 'lexer.l')
0 files changed, 0 insertions, 0 deletions