Marja Hölttä

Results 21 comments of Marja Hölttä

Thanks for looking into this! Strictly speaking, the other semantics aren't covered by other tests, afaics, since they never pass TypedArrays with resizable / growable backing to the function under...

We don't expect TC39 to be the right venue, since we don't plan to suggest semantic changes to the JavaScript language. Adding compile hints as magic comments or directives won't...

Thanks for your feedback, Keith! We'll think about how adding a version number might work. I don't feel strongly about whether putting the hint partway to the file should make...

FYI Chromium is now shipping the per-file version of this proposal and we're working on the per-function one. The explainer at https://github.com/WICG/explicit-javascript-compile-hints-file-based/ has been updated to reflect this. One of...

Indeed, the current state of the world is such that web sites ship a lot of code which is unused for the initial page load. All major browsers implement lazy...

If you send me a link to a representative page (which can be loaded without logging in / without the cookie banner being too annoying), I can even benchmark it...

Hi from v8, If I understand this correctly, you'd like to have a special Symbol you can install on an object, and when that object gets transferred, some user-defined JS...

Taking a step back, I'll ask a fundamental(ly stupid) question: Since Node implements the MessageChannel.postMessage function, why can't that function inspect the incoming object and see if it has the...

I see; in that case, extending V8's structured clone algorithm for Node's purposes sounds okay-ish. However, if you'd like a unified solution that also works in the browsers, then the...