On 10/29/2016 04:17 PM, Trevor Saunders wrote:
So actually a thing I've wanted to do for a while is add a long string building class to generate asm into that would use a set of buffers adding new ones when the space is needed. So that would look something like
I'd do something a little simpler and just wrap an obstack in a class. Bernd