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
When metacoding definition macros are being modified, the entire codebase needs to be recompiled (adverse compilation speeds).
If they were split out from declaration / full struct macros, this would help reduce compilation speed as only the relevant compile units with definitions would be affected.
The text was updated successfully, but these errors were encountered:
When metacoding definition macros are being modified, the entire codebase needs to be recompiled (adverse compilation speeds).
If they were split out from declaration / full struct macros, this would help reduce compilation speed as only the relevant compile units with definitions would be affected.
The text was updated successfully, but these errors were encountered: