Benjamin Maxwell

Results 109 comments of Benjamin Maxwell

You may want to look into elfshaker too: https://github.com/elfshaker/elfshaker. We use this internally for quickly bisecting clang and GCC builds, and I believe it could work for IREE too. For...

Note: This patch now needs a fix upstream due to #16350 (we need to legalize `arith.constants`), should be a simple fix but I'll have to wait until the next LLVM...

@hanhanW, @MaheshRavishankar if this looks okay, could we land this today? :pray: P.s. I don't have write access.

I don't think the `clipPath` elements need to be local to the SVG, the following example works in Chrome and Firefox (and I see nothing disallowing it within the spec):...

Yes, I have a prototype that I think would fix this which would rotate the actual draw call (and paint this via the path rasterizer). I've not got too far...

Lot of work left to do, but this is how the reproducer looks with the new painter: ![image](https://github.com/SerenityOS/serenity/assets/11597044/04e504d1-5626-455e-9362-7c6280c5bd1f) The branch is: https://github.com/MacDue/serenity/tree/new_painting_hacks, very WIP, and I've not had time to...

> I just merged [65a3dbc](https://github.com/compiler-explorer/compiler-explorer/commit/65a3dbcceb09ad47ec04ffbbde08d25dc13cb75a) - does this obviate this change? If there are things you need on top of this, please merge main, then let me know and I'll...

I attempted just passing a vector to format_as which compiled, but did not actually format.