Simon Hardy-Francis

Results 39 issues of Simon Hardy-Francis

I tried running over 100k unique mangled names from a larger C++ project which compiles and works with gcc, and the following 91 mangled names fail to demangle with both...

This code [1] is failing for me when I try to run this on a Google Cloud Platform box: ``` // Cannot get TSC frequency by CPU feature detection, may...

Hello! I managed to create a UDP server and use on packet or on receive events (What's the difference apart from the API? Only on receive allows you to access...

question

I have some longer files with very many headings. I'm looking for a better way to navigate between headings. Currently using page up and down which is kind of slow....

Build takes nearly a minute which seems too long for a relatively simple project like this with only a couple of files? ``` $ time make +++ cleaning project +++...

``` #include // gcc -O0 -o mpaland mpaland.c && ./mpaland // gcc -DMPALAND -O0 -o mpaland mpaland.c && ./mpaland #ifdef MPALAND void _putchar(char character) { putchar(character); } #include "printf/printf.c" #endif...

Addresses half of issue #71 by adding ability to ignore a comma flag -- e.g. `#'d` -- and not interpret it literally. The result is as if the comma flag...

**Is your feature request related to a problem? Please describe.** Have been using the Jaeger all-in-one docker container to collect traces until recently. And have been using the associated API...

I successfully managed to run the advanced03 AF_XDP assignment. As an example, the command below shows a ping and while the XDP program is active then 4 of the 7...

Currently the `-g` flag is set everywhere during building. This can cause a BTF issue [1] if the source file referenced in the BTF section cannot be found at clang...