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
By default. We previously had this as a feature because of the way we were doing interrupts meant that there were linker conflicts. Now that we do runtime binding of interrupts, we could enable this by default, or ditch the feature entirely. The only argument I can think of for keeping it is for compile time reasons, but I can't see it making a big dent overall.
The text was updated successfully, but these errors were encountered:
By default. We previously had this as a feature because of the way we were doing interrupts meant that there were linker conflicts. Now that we do runtime binding of interrupts, we could enable this by default, or ditch the feature entirely. The only argument I can think of for keeping it is for compile time reasons, but I can't see it making a big dent overall.
The text was updated successfully, but these errors were encountered: