Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Improve LuaJIT-x64 compatibility | Benoit Germain | 2018-10-30 | 1 | -5/+6 |
| | | | | | Restrict internal "light userdata constants" to 47 significant bits when compiling against LuaJIT-x64 | ||||
* | Fix Lanes build by reorganizing types around a bit | Benoit Germain | 2018-10-25 | 1 | -7/+7 |
| | |||||
* | Fix for deep-aware modules | Benoit Germain | 2017-08-01 | 1 | -0/+74 |
Don't crash when using a module that creates Lanes-compatible deep userdata. Added a sample deep-aware module. |