mimium-org / mimium

mimium (MInimal Musical medIUM) a programming language as an infrastructure for sound and music.
https://mimium.org
Mozilla Public License 2.0
272 stars 9 forks source link

Fixed llvm optimization of lljit class #23

Closed tomoyanonymous closed 3 years ago

tomoyanonymous commented 3 years ago

Now an optimization in LLVM properly works on jit execution. Also, MimiumJIT class has an option for the optimization level so that the user can change optimization behavior from CLI(CLI option is not implemented yet). Currently, the option has just On and Off but more levels may be added in the future.