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.
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?
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.
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 forobi
?