Ofek
Ofek
I tried tackling this, but my fix clashed with an older bug - #2788. In #2788 we wish to *avoid* filtering away jump-table data like: ``` revc(char): sub r3, r0,...
> You could maybe use the `isUserFunctionByLookingAhead()` approach, but then for data. But I suspect you'll get very noisy assembly (and you can't see if the data is yours or...
@DavidSpickett nice catch. I suspect whenever you say "compiler change" you mean "language change". Is that right? Anyway my 2c: Overrides are basically switches and the experience should be consistent...
@mattgodbolt I *think* this is fixed by #5706. `sg_days` label and content are visible in assembly.
the failures are because the (undocumented) TdhGetAllEventsInformation returns ERROR_NOT_FOUND for all the 256 event versions tried. I suspect the right thing to do would be to P/Invoke the official [TdhEnumerateManifestProviderEvents](TdhEnumerateManifestProviderEvents...
Recently a different repository added a fix for a similar issue: https://github.com/zodiacon/EtwExplorer/pull/3 They write - > If an instrumentation manifest is not available, then search for a matching WMI EventTrace...
I know for certain that without this addition the docker build hangs with output: ``` The authenticity of host 'github.com (140.82.121.4)' can't be established. ED25519 key fingerprint is SHA256:+DiY3wvvV6TuJJhbpZisF/zLDA0zPMSvHdkr4UvCOqU. This...
Perhaps the Travis CI runs on a machine that already has github in known_hosts?
I believe this is done, right @AbrilRBS ? 
@zamazan4ik Regarding upstream compiler builds: maybe they build with PGO - or at least some do - I don't know. Anyway it's best to raise this at the compiler repos...