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
154 stars 11 forks source link

`obc` and `obi`: add a switch to ignore `native` in code #388

Closed ghost closed 10 months ago

ghost commented 11 months ago

Long story short, #387 forces all methods to be JIT-ed. This instead force all methods to be not JIT-ed.

objeck commented 11 months ago

see #387