Daniel Murphy
Daniel Murphy
I wonder if this can be negotiated by the app catalog and the app itself out-of-band of the manifest - especially if there is supposed to be payment involved /...
TPAC 2024: We can acknowledge that this is best case. Returning Promise.resolve() would at least spin the event loop to help folks get out of trouble. Change seems fine.
TPAC 2024: Media query is ok with @michaelwasserman from Chromium and @marcoscaceres from WebKit. @marcoscaceres is following up with Mozilla.
Minutes from the cross-origin app install: - https://pad.w3.org/p/install2024 - text version: [install2024.txt](https://github.com/user-attachments/files/17155973/install2024.txt)
I tried to create a minimal godbolt to show the generated output https://godbolt.org/z/8oP6v7jvx (you'll have to search for the methods in the generated output) What's interesting here now is that...
Cool - I don't have write permission so someone else is free to squash+commit
Very cool! thanks. Ok, after that, here are the new things for dots: dot4Old: ``` vmulps xmm0, xmm0, xmmword ptr [rsp + 16] vshufps xmm1, xmm0, xmm0, 177 vaddps xmm0,...
Cool - after fixing the `all` function, I can say that that certainly improved instructions: before, len 3 of size 4 vector - 10 ``` cmp dword ptr [rsp +...
I guess let me know if you want any of this - happy to just close this request as my original changes weren't actually more performant lol.
I've gotten a bit busy - some thoughts: - I'll plan on splitting this up to discuss separately - all/any change (not sure if that's wanted) adds 'fast' support for...