On Wed, Dec 13, 2023 at 5:37 PM Caitlin Potter <[email protected]> wrote: > > I've shared this on Slack already, hoping to get a few more eyes on it via > v8-dev. > https://docs.google.com/document/d/1jn6KFlrnfGwI1f7eLS7QQ7STzN58voONCk4TuCMt7es/edit?usp=sharing > > The primary goal here is to enable the option to read or process string > contents safely in embedder functions which take advantage of the FastApiCall > mechanism, without modifying the v8 heap (which would be unsafe for such > functions, but is not explicitly restricted, currently). > > Please take a look at your leisure.
Embedder data point: String::Flatten() comes up frequently in Node.js performance profiles so this would be a welcome change (assuming it's faster, which, for many inputs, I expect it will be.) -- -- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev --- You received this message because you are subscribed to the Google Groups "v8-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/v8-dev/CAHQurc_F7jUg3bwyXuvVLrhK5L37eFYxajF6Ptw0Xtejjc--Fg%40mail.gmail.com.
