pfalcon/pycopy-jitgen
Generating machine code at runtime (aka JIT) using Pycopy (small Python dialect)
This project helps embedded systems developers generate and execute machine code dynamically within Pycopy applications. It takes Pycopy code that needs to run exceptionally fast, compiles it into x86 32-bit machine code at runtime, and then executes that code. This is useful for optimizing critical sections of code in resource-constrained environments.
No commits in the last 6 months.
Use this if you are developing for embedded systems with Pycopy and need to achieve native-level performance for specific, performance-critical functions by generating machine code on the fly.
Not ideal if you are working with general-purpose Python, need support for architectures other than x86 32-bit, or require a robust, production-ready JIT compiler.
Stars
11
Forks
—
Language
Python
License
MIT
Category
Last pushed
Mar 20, 2022
Commits (30d)
0
Get this data via API
curl "https://pt-edge.onrender.com/api/v1/quality/ai-coding/pfalcon/pycopy-jitgen"
Open to everyone — 100 requests/day, no key needed. Get a free key for 1,000/day.
Higher-rated alternatives
inducer/cgen
C/C++ source generation from an AST
vil02/puzzle_generator
Generates python code representing a puzzle
westandskif/convtools
convtools is a specialized Python library for dynamic, declarative data transformations with...
numen31337/copy_with_extension
Auto-generate `copyWith` methods for your Dart classes.
finsberg/gotranx
Next generation ODE translator