Maratyszcza
Maratyszcza
I will think about it, but it seems there's no way to support local variables while generating Golang assembly listing. There are two problems: 1. PeachPy expects `LocalVariable` objects to...
@dgryski Thank you for the thorough analysis. However, there still a problem: In PeachPy `LocalVariable` objects have not only size, but also alignment. I don't see how we could guarantee...
This is partially fixed by 5e6def5. PeachPy now accepts fixed registers for these instructions, but doesn't yet allow virtual registers as fixed operands.
The motivation for creating a file early is to fail fast if the file can't be created (e.g. parent directory doesn't exist or insufficient access rights). I would accept a...
Closing + unlinking? Or just closing?
JSON metadata implemented with 709249ee55305d5491f80786503b2242f5f485ab
5850b9ce14027d6d8f00f1a73eb82475d9852c25 makes `Constant` a valid memory operand. a9f121a9f1434a280843842d0d3e0e052e491c67 brings Constant support into ELF output 06deb082e737139b84dd9e8588c7f59d3da8dc7f adds Constant support for Mach-O output
228f5f6ff5e111fe099603e0e44badebf16057e8 introduces Constant support for MS COFF output
584ec3d823a35992b53eeb9ed8fc3ff48adab950 make possible to use Constants in callable Python functions