You are reading a single comment by @DrAzzy and its replies. Click here to read the full conversation.
  • v69 is 20 bytes per jsvar, v70 is 16.

    The remaining 12k is used for the interpreter itself and the stack.

    jsvars is the more useful measure of memory than bytes, though, because Espruino allocates memory in blocks no smaller than 1 jsvar (and most variables take 2).

About

Avatar for DrAzzy @DrAzzy started