objeck / objeck-lang

Objeck is a modern object-oriented programming language with functional features tailored for machine learning. It emphasizes expression, simplicity, portability, and scalability. The programming environment consists of a compiler, virtual machine, REPL shell, and command line debugger with IDE plugins.
https://objeck.org
Other
157 stars 11 forks source link

[question] JIT is not enabled for `obi`? #268

Closed ghost closed 1 year ago

ghost commented 1 year ago

I saw a commit yesterday that enabled JIT for obi but this commit was reverted almost immediately. I checked the makefiles and still see -D_NO_JIT. What's the problem with enabling JIT for obi?

objeck commented 1 year ago

There is no issue enabling the JIT compiler for obi. The commit was reverted because the machine I worked on had a hardware failure. I reverted the commit to establish a solid sync point.