robert-strandh / SICL

A fresh implementation of Common Lisp
Other
1.07k stars 79 forks source link

Propagate inline declarations up through HIR and use them. #153

Closed karlosz closed 4 years ago

karlosz commented 4 years ago

In particular, make sure interpolation doesn't happen whenever a call is NOTINLINE and make sure full inlining happens only when a call is INLINE.