On 08/07/2018 03:43 PM, David Malcolm wrote:
OK for trunk, with the nits noted above fixed.
Committing this, thanks
nathan
--
Nathan Sidwell
2018-08-07 Nathan Sidwell
* line-map.c: (linemap_init): Set default allocator here.
(new_linemap): Rather than here. Refactor allocation logic.
On Mon, 2018-08-06 at 12:58 -0400, Nathan Sidwell wrote:
> Here's a line-map patch to make the new_linemap logic simpler. On
> the
> modules branch I need to allocate blocks of linemaps, and found the
> current allocation scheme a little confusing to adjust. This'll
> make
> that subsequent ch