10 Jan
2017
10 Jan
'17
8:10 p.m.
On Tue, Jan 10, 2017 at 2:00 PM, Damien Buhl
Nice that this is optional, to get Boost.Spirit based code small enough to fit in Cortex M0 mcus with 64kb ROM, we currently have to patch our Boost headers to remove the debug printing headers with the current Proto.
I think if there is an emphasis on object size reduction and compile time reduction there will be definitely an interest to switch from Proto to Yap. Did you already make some benchmarking comparing Proto to Yap in this regard ?
I have not compared Yap to Proto. I have however compared Yap to hand-written code. It compares favorably. There's a "make perf" build target for Yap that spits out assembly (among other things) if you want to look for yourself. Zach