Skip to content

v1.2.2

Compare
Choose a tag to compare
@tonybaloney tonybaloney released this 01 Jan 03:46
· 135 commits to develop/main since this release
aba275f

What's Changed

  • Added pyjion.dis.flow_graph() function to get a DOT control flow-graph of CIL basic blocks
  • Added pyjion.dis.cil_instructions() function to get a list of CIL instructions from a compiled function
  • Enable ASAN for Windows (compile-time option)
  • CIL compiles to short branch opcodes when target is within 1 byte
  • Show effective branch target on CIL disassembly output

Full Changelog: 1.2.1...1.2.2