Just noticed that ArrayBuffer::New(Isolate*, void*, size_t) now always 
externalizes the data, and from the API there doesn't appear to be a way to 
retrieve the void* to do any sort of memcpy into an existing ArrayBuffer.

This is presenting a fairly significant setback. As it's proving impossible 
to hand existing memory over to ArrayBuffer and have the garbage collector 
free the memory when the life of the ArrayBuffer has expired.

Is there a way to get this done? If not, can it be made possible?

/trev

-- 
-- 
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
--- 
You received this message because you are subscribed to the Google Groups 
"v8-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to