Discussion:
DFA table size limit
Jim Hayward
2014-05-04 14:41:00 UTC
Permalink
Hi Olivier,

I was looking at updating c.bflang to Glib 2.4.0, Gtk 3.12, and adding
some GIO functions, but I hit the limit for DFA table size.

I tried breaking up the function groups into multiple contexts, but this
does not seem to work correctly. Any suggestions?


Regards,
Jim H
Olivier Sessink
2014-05-04 15:44:48 UTC
Permalink
Post by Jim Hayward
Hi Olivier,
I was looking at updating c.bflang to Glib 2.4.0, Gtk 3.12, and adding
some GIO functions, but I hit the limit for DFA table size.
I tried breaking up the function groups into multiple contexts, but this
does not seem to work correctly. Any suggestions?
This is quite a hard limit. Enlarging the DFA table will effectively
double the Bluefish memory usage. So you might want to create a couple
of groups, and add a warning that you cannot enable all groups
simultaneously.

Olivier
--
Bluefish website http://bluefish.openoffice.nl/
Blog http://oli4444.wordpress.com/
Loading...