|
Forum Index : Microcontroller and PC projects : JIT from Scratch
| Author | Message | ||||
| LeoNicolas Guru Joined: 07/10/2020 Location: CanadaPosts: 537 |
Andreas Kling has implemented a JS JIT compiler from scratch for the Ladybird browser, both from the SerenityOS project. He has recorded the process that is available in this playlist: JS JIT Compiler It was a long process that started porting the JS interpreter from AST to bytecode, and from the bytecode, he could plug the JIT. Maybe one day we can have a Basic JIT I hope you find the videos interesting. |
||||
| The Back Shed's forum code is written, and hosted, in Australia. | © JAQ Software 2025 |