• Testing overview
  • Inspecting Generated IR
  • Type-checking Mypyc
  • Inspecting Generated C
  • Hints for Implementing Typical Mypyc Features
  • Testing
  • Tests that compile and run code
  • IR tests
  • Benchmarking
  • Adding C Helpers
  • Adding a Specialized Primitive Operation
  • Adding a New Primitive Type
  • Supporting More Python Syntax
  • Other Hints
  • Undocumented Workflows