> On 21 Dec 2018, at 10:00, Uxio Prego <uxio.pr...@gmail.com> wrote:
> 
>> A threaded parser aside, I found threading difficult to debug in general, so 
>> good with a way to turn it off.
> 
> Not sure what do you mean. Threaded parser to me sounds like a *.y
> source code doc where threads are spawned and joined in the inner
> code blocks of grammar rules.

You snipped the part I replied to:

> - On performance or multithreading problems while in
> Yacc mode:
> 1. Proxy all parsing needs in a single thread and
>    queue parsing requests.

I am not sure what you mean here. I looks like you want to make a threaded 
parser, which I haven't tried.



_______________________________________________
help-bison@gnu.org https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to