Results 48 comments of Adrien Guinet

Is this still the case? I don't have easy access to a FreeBSD system, so can't try this right now.

Hello! Automatic documentation generation does not exist for the moment, but could indeed be a really nice feature! About structure introspection, you can use ``dir`` on the structure type to...

Which format would you like function signatures and types to be exposed? The first "easy" thing to do is to propose an API based on tthe existing type printer (lib/types_printer.h)....

> Ideally, something that would be acceptable to the C compiler. I'm phrasing it like that to try to say it without implying that they need to be char for...

A bit related to #30. Will try and look into it during these holidays...

Hello! Thanks for the heads up. It will take a look into it this WE!

Hello everyone, I unfortunately don't have any equipment that would allow me reproducing these experiments. Bandwidth estimation happens in the `src/usb_stats.cpp` file, with this TODO: https://github.com/aguinet/usbtop/blob/master/src/usb_stats.cpp#L37 . If you have...

Hello! Looking at your llvmlite issue, it looks like what you need is indeed dragonffi. The API to get what i call the "wrappers" in LLVM IR isn't exposed, but...

Okay interesting! They are basically reimolementing the clang part that handle the x86 abi. About structures? the wqy i do it in dragonffi is getting the layout from debug informations...

Thinking about it, a first hack that I can do when coming back from holidays would be t9 generate these getting/setting llvm wrappers for struct fields. These wrappers could (?)...