APrioriInvestments / typed_python

An llvm-based framework for generating and calling into high-performance native code from Python.
Apache License 2.0
197 stars 8 forks source link

Build tooling to dump a description of code compiled from a given entrypoint #413

Open braxtonmckee opened 1 year ago

braxtonmckee commented 1 year ago

If we're compiling a big program, we might want to be able to inspect portions of the code tree. Ideally, we have something that looks a little like '.resultTypeFor' that lets us see the code below a given entrypoint.