You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Yes. If it's not possible then Espruino won't actively 'compact' the variables to make them fit (yet). Typed Arrays will just silently fall back to being fragmented, but Native code will fail.

    The solution is to allocate your big arrays/native code at the start of your program and keep them allocated - which is good practice anyway.

About

Avatar for Gordon @Gordon started