Re: [PATCH 03/17] Core of BLT implementation

2017-09-01 Thread Jeff Law
On 07/24/2017 02:05 PM, David Malcolm wrote: > This patch implements the core of the new "blt" type: an optional > "on-the-side" hierarchical recording of source ranges, associated > with grammar productions, with a sparse mapping to our regular > "tree" type. So I think one of the big questions he

[PATCH 03/17] Core of BLT implementation

2017-07-24 Thread David Malcolm
This patch implements the core of the new "blt" type: an optional "on-the-side" hierarchical recording of source ranges, associated with grammar productions, with a sparse mapping to our regular "tree" type. Caveats: * the name is a placeholder (see the comment in blt.h) * I'm ignoring memory mana