Jay Krell
Jay Krell
I always thought that C and C++ were like this, in order to consume less memory on old machines. Specifically, other languages like Modula-3, which are easier to parse into...
Presumably related to any .cpp files, that are there for LLVM interop. It might help to say `-fno-exceptions -fno-rtti`.
$ time pacman real 0m2.428s user 0m0.198s sys 0m0.631s Earlier runs were slower though. Also, run it under a debugger, it prints some garbage. \bin\amd64\cdb /g /G C:\msys\usr\bin\pacman.exe ModLoad: 00007ffa`c55b0000...
It is a micro optimization but yes makes sense just from the description. There are 512 multi-word entries, composed of only a few unique values.
I should point out. I changed all of this code so the main handler function is templatized, and the table is filled with (mostly?) instantiated pointers to it. So that...
Windows has started with "2" and "3", and perhaps, taking parameters in structs. Though the struct thing..is still wierd -- size or flags, etc.? Years ago "we" formulated the general...
You build it from source. I thought that was always the only model of Detours use.
This is a problem in a few places. See ARM64 for example. It would help if the offsets were considered as range markers. Anyway this area needs some attention and...
It would also maybe work to put a star on it, but yes, agreed.
Separately, please change to C++ template. And yes good idea imho. Even 32bit to 64bit. Too bad the Win32 API is so limited.