plasma icon indicating copy to clipboard operation
plasma copied to clipboard

Builtins have a step of indirection that can be removed.

Open PaulBone opened this issue 3 years ago • 0 comments

Builtins implemented in C are wrapped with a small PZ procedure that contains the CCALL instruction. We can optimise this away for static call sites. We'll need to keep it for dynamic calls (where the caller can't know that it's calling C code rather than PZ code).

PaulBone avatar Oct 29 '21 06:10 PaulBone