[webkit-dev] Using JavaScriptCore in an audio context

Darin Adler darin at apple.com
Tue Sep 22 08:47:54 PDT 2015


> On Sep 22, 2015, at 8:32 AM, Stéphane Letz <letz at grame.fr> wrote:
> 
> since the asm.js code does not allocate memory

Unlike C and C++, JavaScript doesn’t directly expose a concept of “allocating memory” so I’m not sure what it means to say that. Any JavaScript code, including “asm.js code” may involve allocation of memory.

— Darin


More information about the webkit-dev mailing list