diff options
author | Douglas Wilson <douglas.wilson@gmail.com> | 2017-10-25 14:20:06 -0400 |
---|---|---|
committer | Ben Gamari <ben@smart-cactus.org> | 2017-10-25 15:47:25 -0400 |
commit | 1c15d8ed112bccf2635d571767733b2a26d8fb21 (patch) | |
tree | a952104e64fd898c8698a0c6e75c81c944a96651 /docs/users_guide/flags.py | |
parent | 980e1270ed7f681ef666ca36fe291cfb8613348c (diff) | |
download | haskell-1c15d8ed112bccf2635d571767733b2a26d8fb21.tar.gz |
Fix space leak in BinIface.getSymbolTable
Replace a call to mapAccumR, which uses linear stack space, with a
gadget that uses constant space.
Remove an unused parameter from fromOnDiskName.
The tests T1292_imports and T4239 are now reporting imported names in a
different order. I don't completely understand why, but I presume it is
because the symbol tables are now read more strictly. The new order
seems better in T1792_imports, and equally random in T4239.
There are several performance test improvements.
Test Plan: ./validate
Reviewers: austin, bgamari
Reviewed By: bgamari
Subscribers: alexbiehl, rwbarton, thomie
Differential Revision: https://phabricator.haskell.org/D4124
Diffstat (limited to 'docs/users_guide/flags.py')
0 files changed, 0 insertions, 0 deletions