terminaldweller/mutator

xobj module is broken

terminaldweller opened this issue · 1 comments

im guessing i just somehow messed up the lua stack again.

redid the Lua stack bound checks. I was previously reserving way too much space which was not even needed. The pyloader class should also be more memory-friendly now.
so overall better performance when it comes to memory while i was reviewing the code to see why it's broken.
right now my best guess for xobj being broken is either the libraries on my fedora got messed up or executioner is just not move-safe though i can't really see how right now.