| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Allocate 32 bit memory on OSX/x64 with mmap() hinting. | Mike Pall | 2010-03-04 | 1 | -5/+40 |
| | | | | | Must set -pagezero_size, otherwise the lower 4GB are blocked. | ||||
| * | Fix comments about 64 bit FreeBSD mmap() behavior. | Mike Pall | 2010-03-02 | 1 | -1/+2 |
| | | |||||
| * | Add compile errors for 64 bit OS without an equivalent of MAP_32BIT. | Mike Pall | 2010-03-02 | 1 | -4/+17 |
| | | |||||
| * | Fix more 64 bit conversion warnings. | Mike Pall | 2010-01-17 | 1 | -2/+2 |
| | | |||||
| * | Allocate 32 bit memory on WIN64 using NtAllocateVirtualMemory. | Mike Pall | 2010-01-17 | 1 | -7/+48 |
| | | |||||
| * | Linux/x64 mremap() does not obey MAP_32BIT, so make it non-moving. | Mike Pall | 2009-12-28 | 1 | -2/+9 |
| | | |||||
| * | Fast forward to sync public repo. | Mike Pall | 2009-12-08 | 1 | -3/+3 |
| | | | | | | | | | Compile math.sinh(), math.cosh(), math.tanh() and math.random(). Compile various io.*() functions. Drive the GC forward on string allocations in the parser. Improve KNUM fuse vs. load heuristics. Add abstract C call handling to IR. | ||||
| * | RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1 | Mike Pall | 2009-12-08 | 1 | -0/+1232 |
