plasma icon indicating copy to clipboard operation
plasma copied to clipboard

Ideas to optimise interpreter`

Open PaulBone opened this issue 4 years ago • 0 comments

  • Use const and restrict to annotate pointers and allow more C-level optimisations.
  • Registers can be typed as uintptr_t then easily cast to const/non-const.

PaulBone avatar Jun 23 '20 04:06 PaulBone