06-03-2015, 07:11 PM
No idea. I'd have expected LuaJit to have a spike at the start (when it was JITting the code) and then run slightly faster or same speed as Lua. The question is if it is JITting the code at all.
Lua Challenge: the Catastrophes plugin
|
06-03-2015, 07:11 PM
No idea. I'd have expected LuaJit to have a spike at the start (when it was JITting the code) and then run slightly faster or same speed as Lua. The question is if it is JITting the code at all.
06-03-2015, 08:26 PM
Even without the JIT I heard it should be faster.
06-05-2015, 08:58 AM
(This post was last modified: 06-05-2015, 12:46 PM by DiamondToaster.)
I finally got around to building a proper x64 Windows build, built with MSVC 2012 Community Edition with the most recent source as of posting. If you want to see if that makes a difference and mess around with it, here's the link:
https://www.dropbox.com/s/1xq7k1u7n2usx9...4.zip?dl=1 As far as I know, it should be JITing the code as it's usually set to do so by default during compilation.
Thanks DiamondToaster
With JIT: Without JIT: @xoft, care to explain the difference between the red, yellow and blue lines?
06-06-2015, 04:59 AM
Seems to help a little bit when properly compiled.
06-10-2015, 09:34 PM
I didn't even notice, but we have less then 2 weeks left for this challenge.
06-10-2015, 10:02 PM
Yeah, make those two weeks count!
I guess I should think about how I want the entry submission to work. I'll draft something up and post it here soon.
06-14-2015, 04:48 PM
I call it "Natures revenge"
06-14-2015, 05:07 PM
Wow, you really want to crash the client
Several times I had stumbled across a limitation in the client, I was trying out various generators and when they misbehaved and generated something too crazy, such as "50% block fill" (every other block was air), the client couldn't handle it and crashed.
06-14-2015, 05:12 PM
(06-14-2015, 05:07 PM)xoft Wrote: Wow, you really want to crash the client Well i crashed it only once or twice... Surprisingly the server worked way better than the client |
« Next Oldest | Next Newest »
|