aboutsummaryrefslogtreecommitdiff
path: root/src/lj_mcode.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Bump copyright date.Mike Pall2025-01-131-1/+1
|
* Fix mcode limit check for non-x86 archs.Mike Pall2023-09-091-1/+1
| | | | Thanks to Peter Cawley.
* Bump copyright date.Mike Pall2023-08-201-1/+1
|
* Always exit after machine code page protection change fails.Mike Pall2022-01-231-1/+2
| | | | Reported by Sergey Kaplun.
* Bump copyright date.Mike Pall2022-01-151-1/+1
|
* Bump copyright date.Mike Pall2021-01-021-1/+1
|
* Bump copyright date.Mike Pall2020-01-201-1/+1
|
* MIPS: Fix handling of spare long-range jump slots.Mike Pall2017-06-071-6/+0
| | | | Contributed by Djordje Kovacevic and Stefan Pejic.
* Remove unnecessary mcode alloc pointer check.Mike Pall2017-03-081-2/+2
| | | | Also fixes Illumos address space issue reported by Theo Schlossnagle.
* Limit mcode alloc probing, depending on the available pool size.Mike Pall2017-03-081-1/+2
| | | | Contributed by Alexey Kopytov.
* Fix overly restrictive range calculation in mcode allocation.Mike Pall2017-03-081-4/+4
| | | | Contributed by Alexey Kopytov.
* Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
|
* Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
|
* OpenBSD/x86: Better executable memory allocation for W^X mode.Mike Pall2015-01-171-2/+15
|
* Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
|
* Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
|
* Check for failure to mark memory as executable (restricted kernels).Mike Pall2013-10-241-11/+24
|
* Fix jump-range constrained mcode allocation.Mike Pall2013-04-051-1/+2
|
* Bump copyright date to 2013.Mike Pall2013-02-111-1/+1
|
* Avoid leaking memory on kernels with recalcitrant mmap() behavior.Mike Pall2013-01-281-7/+8
|
* CONSOLE: Fix PS3 build.Mike Pall2012-06-101-0/+2
|
* Rearrange OSX vs. iOS defines. Disable callbacks on iOS.Mike Pall2012-06-081-2/+2
|
* MIPS: Integrate and enable JIT compiler.Mike Pall2012-03-301-0/+6
|
* PPC: Use builtin D-Cache/I-Cache sync code.Mike Pall2012-03-291-17/+3
|
* Bump copyright date to 2012.Mike Pall2012-01-231-1/+1
|
* Move helper for syncing data/instruction cache to lj_mcode.c.Mike Pall2011-12-121-2/+49
| | | | Sync caches after dynamic code generation for FFI callbacks.
* Cleanup of target dependencies.Mike Pall2011-05-161-15/+7
|
* ARM: Generalize machine code co-location. ARM has a +-32MB range.Mike Pall2011-05-161-11/+26
|
* Fix some portability issues with the JIT compiler.Mike Pall2011-05-091-2/+2
|
* Bump copyright date to 2011.Mike Pall2011-01-091-1/+1
|
* Cleanup architecture, ABI and OS definitions.Mike Pall2010-11-161-3/+3
|
* Reorganize and fix placement of generated machine code on x64.Mike Pall2010-04-251-53/+57
|
* Improve placement of dynamically generated code on x64.Mike Pall2010-03-071-1/+1
|
* Correctly align and free allocated machine code areas.Mike Pall2010-02-271-3/+3
| | | | Bump default mcode area size to 64K for x64.
* Place dynamically generated code near static code on x64.Mike Pall2010-02-261-11/+57
|
* Bump all copyright dates to 2010.Mike Pall2010-01-091-1/+1
|
* RELEASE LuaJIT-2.0.0-beta1v2.0.0-beta1Mike Pall2009-12-081-0/+260