You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We're using addBitlashFunction so heavily with Pinoccio that we've hit the MAX wall hard, and have plans to go well above 256 even... I looked at bitlash-functions.c and couldn't see any quick fix to increase it higher due to how it masks the last function into the symval byte.
Do you have any ideas on what could be done to easily bump the limit even higher?
The text was updated successfully, but these errors were encountered:
We're using addBitlashFunction so heavily with Pinoccio that we've hit the MAX wall hard, and have plans to go well above 256 even... I looked at bitlash-functions.c and couldn't see any quick fix to increase it higher due to how it masks the last function into the symval byte.
Do you have any ideas on what could be done to easily bump the limit even higher?
The text was updated successfully, but these errors were encountered: