jdp_

Results 8 issues of jdp_

Currently, other projects like Process Hacker (now System Informer) reimplement Windows functionality in order to do as they please with symbols, debug info etc. This should be done here.

This project currently requires C++17, which is considered by many yet to be too new or unsupported for various reasons. It would be useful to backport this project to an...

The AVX-512 instruction set extension is commonly found on enterprise and workstation oriented CPU's, and recently the entire 11th gen CPU lineup from Intel. This project concerns AVX-512 because of...

The current supported & tested operating systems: Windows 7+/amd64, MacOS 10.13+/amd64, and Linux/amd64. _**For the BSDs:**_ The project "supports" FreeBSD 11+ and OpenBSD 7.0+, however it is not conclusive whether...

Test case [luadec.wasm.txt](https://github.com/user-attachments/files/19196615/luadec.wasm.txt) Trace ``` thread 'main' panicked at wasm-ast\src\factory.rs:647:18: Unsupported instruction: TableGet { table: 1 } stack backtrace: 0: rust_begin_unwind at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\std\src/panicking.rs:692:5 1: core::panicking::panic_fmt at /rustc/4d91de4e48198da2e33413efdcd9cd2cc0c46688/library\core\src/panicking.rs:75:14 2: wasm_ast::factory::Factory::add_instruction at...

`Error: can't figure out the architecture type of: H:\Work\test\MacOS_AMD64\libhpatchlib.a` Command: `lipo -create -output "%MAC_OUTPUT_PATH%\MacOS_Universal\libhpatchlib.a" "%MAC_OUTPUT_PATH%\MacOS_AMD64\libhpatchlib.a" "%MAC_OUTPUT_PATH%\MacOS_ARM64\libhpatchlib.a"` CMake: ```cmake set(CMAKE_SYSTEM_NAME "Darwin") set(CMAKE_SYSTEM_VERSION "MacOS") set(CMAKE_SYSTEM_PROCESSOR "x86_64") set(CMAKE_C_COMPILER_FORCED TRUE) set(CMAKE_CXX_COMPILER_FORCED TRUE) set(CMAKE_OSX_DEPLOYMENT_TARGET "10.15"...

Hi, thank you for making this project. When we test this, it is fast on an SSD but slow on an HDD when applying patches. The patches can be small...