This site requires JavaScript, please enable it in your browser!
Greenfoot back
SPower
SPower wrote ...

2016/5/9

Stride - curious question

SPower SPower

2016/5/9

#
I haven't yet been able to do some tests, but I was simply wondering: are there any speed differences between code written in Java and code written in Stride? I imagine they get compiled to a similar (if not almost the same) bytecode, but then again, I'm not too familiar with the internal workings.
davmac davmac

2016/5/9

#
Currently, Stride is converted to Java and then compiled, rather than being directly compiled to bytecode, so it's unlikely that there will be any noticeable differences in speed.
SPower SPower

2016/5/9

#
Thanks!
You need to login to post a reply.