plasma
plasma copied to clipboard
Ideas to optimise interpreter`
- Use
const
andrestrict
to annotate pointers and allow more C-level optimisations. - Registers can be typed as
uintptr_t
then easily cast to const/non-const.