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
* unifies name generation for IR subroutines
It turned out that empty subroutines and non-empty subroutines could
have had different names.
* implements a new naming scheme for interrupts
* removes the special Primus Lisp primitive
This primitive is now fully subsumed by the `intrinsic` primitive so
there's no need to have two names for the same thing. To update the
existing code that uses special, substitute every occurence of
`(special :foo)` with `(intrinsic 'foo)`
0 commit comments