JIT: Difference between revisions

Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
This page should help interested persons which want to start hacking on the current JIT implementation in octave. It's '''NOT''' intended for octave users.
This page should help interested persons which want to start hacking on the current JIT implementation in octave. It's '''NOT''' intended for octave users.


Last year, thanks to Max Brister's work, an initial implement of a just-in-time compiler (JITC) in LLVM for GSoC 2012. [http://planet.octave.org/octconf2012/jit.pdf Here] is Max's OctConf 2012 presentation about his current implementation.
Last year, thanks to Max Brister's work, an initial implement of a just-in-time compiler (JITC) in LLVM for GSoC 2012. [http://planet.octave.org/octconf2012/jit.pdf Here] is Max's [[OctConf 2012]] presentation about his current implementation.


=== Recommended reading ===
=== Recommended reading ===