L. Pereira
L. Pereira
That seems like a bug in the Debian package: just looked here and the `.pc` file provided by `liblua-5.1-0-dev` has the following line: `includedir=${prefix}/include`, where `prefix` is defined to `/usr`....
Doing some necromancing here, but I found a nice article detailing [how the .NET JIT is padding their loops](https://kunalspathak.github.io/2021-03-15-Loop-Alignment/) and adopting a similar strategy might be useful. It's quite a...
> @lpereira how are the loop / basic-block weights computed in the .NET JIT? Are they based on profiling counters or some ahead-of-time estimate? I don't know! What I know,...
These are nice improvements! However, I ported over your changes to my fork of the library, and it doesn't seem to work as expected: timeouts aren't expiring when they're supposed...
HardInfo will use whatever the GTK theme is. If your system isn't changing the GTK theme, then HardInfo can't do a thing. Also, although I appreciate bug reports, only posting...
Right now, by building it yourself. I know it's not convenient but there hasn't been a release because I kinda lost interest in the project and there are things that...
The server is in the "server" branch. Feel free to change the wiki. On Tue, Sep 27, 2022, at 6:58 AM, Hamish Mcintyre-Bhatty wrote: > > > I was unable...
That's weird! HardInfo reads from /proc/cpuinfo, which is populated by Linux. If you could attach the contents of /proc/cpuinfo here, it would be helpful to address this issue On Mon,...
Modify things in modules/devices/arm/processor.c. There might be tables embedded in this file that help figure out the processor name. A good thing to do is make it read from a...
Thanks for the heads-up. On Wed, Sep 27, 2023, at 5:30 AM, bgermann wrote: > > > uber-graph is licensed under GPL-3.0-or-later in total (some files are LGPL-licensed). This is...