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
C library: define exactly one function per comment block
Functions from the model library are loaded upon request, and their
definitions are found as labelled by comment blocks. When adding all
these functions to a single, common symbol table we were by chance able
to also find functions other than those explicitly referenced by those
comment labels. Moving forward, however, we might not actually use a
single symbol table anymore.
0 commit comments