Manu Evans

Results 101 comments of Manu Evans

I expect compiling with frame pointers intact would have a very high cost on performance... Right now I'm on Win-x86_64 MSVC2015 + DMD, but this is a cross-platform project, including...

I'm opening this PR to discuss my changes to LuaD, and find which of them may/should be integrated back into LuaD proper.

Cool, well I'll continue on my current trajectory then. Comprehensive support for enum's is incoming, then I'll ponder class inheritance. Let me know when you're free again, I'd like to...

Enums are in. They marshal as strings. pushStaticTypeInterface for enum's produces a table filled with the enums as strings. 'init', and arrays 'keys' and 'values' are also created, where the...

> The bit-field functions seem completely unused ATM. Correct, they're a block comment with 'TODO' :) .. Just a somewhat elaborate TODO with code written. > The enum handling code...

I'll do a proper job splitting it up into different patch sets for individual merging when I'm done. I opened this pull request so you could see what I was...

Okay, I've rebased, rebased and rebased some more the history into orthogonal PR's. Everything is squashed. It should be easier to review. Now that I have done this, I am...

This problem is *everywhere*... it'll be a big effort to smooth this over, otherwise I would have submit a patch ;)

Wow, that was fast! Yeah, we'll link externally. I don't understand how this works, is that a method from llvm? How does this patch stop the error I was seeing?...

That should target the system, but do you reckon that triple will drive defaults for the CPU and potential other build flags, or do I need to collect the proper...