Show HN: I built a hardware processor that runs Python
920 by hwpythonner | 241 comments on News.
Hi everyone, I built PyXL — a hardware processor that executes a custom assembly generated from Python programs, without using a traditional interpreter or virtual machine. It compiles Python -> CPython Bytecode -> Instruction set designed for direct hardware execution. I’m sharing an early benchmark: a GPIO test where PyXL achieves a 480ns round-trip toggle — compared to 14-25 micro seconds on a MicroPython Pyboard - even though PyXL runs at a lower clock (100MHz vs. 168MHz). The design is stack-based, fully pipelined, and preserves Python's dynamic typing without static type restrictions. I independently developed the full stack — toolchain (compiler, linker, codegen), and hardware — to validate the core idea. Full technical details will be presented at PyCon 2025. Demo and explanation here: https://ift.tt/EIvs4rO Happy to answer any questions
Subscribe to:
Post Comments (Atom)
New best story on News: What happens if an entire class of workers loses faith in their careers
What happens if an entire class of workers loses faith in their careers 422 by RickJWagner | 534 comments .
-
Deep Reinforcement Learning: Zero to Hero 484 by alessiodm | 43 comments on News.
-
Next.js is infuriating 843 by Bogdanp | 473 comments .
-
France to ditch Windows for Linux to reduce reliance on US tech 451 by Teever | 185 comments on
No comments:
Post a Comment