Jeremy Rifkin

Results 181 comments of Jeremy Rifkin

Thanks @OfekShilon :) This is definitely doable, I think @matsjla already did a lot of the hard work for this in #3737, I'll take a look at what all would...

There's a lot I'd like to improve with our LLVM tooling, including better filtering, better metadata handling, and control flow graphs just to name a few (I'm also working on...

It's fine for more typical raw string literals like https://godbolt.org/z/6Kvxc564G, the quotes in the delimiter sequence are throwing things off. @nebularnoise Have you submitted an issue upstream yet?

CE sources the arm instruction set docs from https://developer.arm.com/documentation/ddi0597/2020-12/Base-Instructions/, I see the addw instruction is mentioned [here][1] but the the docenizer is probably only parsing the header of the pages....

I'll work on `compiler-picker.js`

![image](https://user-images.githubusercontent.com/51220084/180610059-8290b2d4-f09f-4654-b94d-0bbb5e427b7a.png)

I have an idea for reducing a lot of edge crossing: Add the edges in order of shortest first and let them greedily take the closest columns. Works well for...

Awesome thanks so much for the explanation! I’ll work on this more tonight

There were previously some issues with syntax highlighting of string literals and directives in microsoft's assembly output. I got the highlighting rules to a "good enough" state but there are...