#JIT Compiler for scripting

1 messages · Page 1 of 1 (latest)

sudden jetty
#

Are there any plans on adding jit compilation to let scripting run more smoothly?

jolly marsh
#

quick js doesn't have that so pain

sudden jetty
#

they could implement v8. they just used quick js in the first place cause it’s easy to implement

stoic topaz
#

i really hope they switch quickjs to V8 or node, the performance could be a lot better

neat zodiac
#

bun.js for minecraft bedrock 🤣

stoic topaz
#

lol yes

#

would be sick

jolly marsh
#

also rewiting the engine is another problem

neat zodiac
stoic topaz
#

lol yes

harsh shadow
#

I think tbis doesnt makes your pack faster idk if thats useful and point i see here its code safety so they cant still your ideas without that whole pack

harsh shadow
stoic topaz
#

uhh no lol

harsh shadow
#

hmmm Then ChatGPT is wrong

#

lol

stoic topaz
serene coral
#

Mentioned elsewhere and in this thread but our Javascript engine doesn't support JIT-ing. If one day we move to a different JS engine we can look into JIT (on some platforms anyways, many of our platforms don't support JIT-ing unforunately).