Petr Kobalicek
Petr Kobalicek
It aligns the code buffer to the specified alignment, in bytes, what is not clear about that?
I think the most important information was `the base address of the nops instruction is absent` - yeah this can be fixed.
I can fix the issue with base address, but the power of 2 check is needed, that cannot just go away
No it doesn't, but I would definitely review a PR that adds CFI directives - I see a need for some support for defining unwind info.
What about having directives that would help with these in AsmJit, would that help?
Something like that, but I think this would be possible to emit into an additional section instead of having a separate write process for that - that way it would...
Update - Commit https://github.com/asmjit/asmjit/commit/f986f7fc440059d8d80957b8e8e7e732bd70f471 adds support for calling functions that have XMM|YMM|ZMM registers passed by value that work with both Windows64 and SystemV ABIs. - Generating functions that use XMM|YMM|ZMM...
Although I would love more architectures added to asmjit, Power is not very high on the list at the moment. The priority has ARM (both 32-bit and 64-bit) followed by...
I will not work on PPC port myself, this would really need a sponsor as I have a lot of other things to do.
I have a very little interest in PPC architecture myself, so there would have to be somebody willing to work on the port, most likely backed by some company that...