Open pvginkel opened 9 years ago
JsString.from_u16 is called a lot while taking a reference to memory on the GC heap. Because this function allocates, it first copies the input onto the native heap. This copy must be removed.
JsString.from_u16
JsString.from_u16
is called a lot while taking a reference to memory on the GC heap. Because this function allocates, it first copies the input onto the native heap. This copy must be removed.