Hi,

I am new to Bison and trying to understand how GLR parser works.
As per the documentation, GLR parser creates separate parallel parsers in
case of conflicting actions found in action table.
Does it use fork() or clone() or Pthread to create those parallel process?
If yes please point me that portion of code in Bison2.5.
Does parallel parsers takes advantages of multicore processors, i.e each
parallel process runs on different cores simultaneously?

Please help.
Thanks in advance.

Leepika

-- 
View this message in context: 
http://old.nabble.com/Need-Help-on-GLR-Parser-tp33448399p33448399.html
Sent from the Gnu - Bison - Help mailing list archive at Nabble.com.


_______________________________________________
[email protected] https://lists.gnu.org/mailman/listinfo/help-bison

Reply via email to