aboutsummaryrefslogtreecommitdiff
path: root/src/lj_opt_mem.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Change handling of nil value markers in template tables.HEADv2.1Mike Pall4 days1-1/+3
* REVERT: Change handling of nil value markers in template tables.Mike Pall6 days1-3/+1
* Change handling of nil value markers in template tables.Mike Pall6 days1-1/+3
* Merge branch 'master' into v2.1Mike Pall2025-01-131-1/+1
|\
| * Bump copyright date.Mike Pall2025-01-131-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-12-231-0/+2
|\|
| * Check for IR_HREF vs. IR_HREFK aliasing in non-nil store check.Mike Pall2023-12-231-0/+2
* | Merge branch 'master' into v2.1Mike Pall2023-12-231-11/+9
|\|
| * Simplify handling of instable types in TNEW/TDUP load forwarding.Mike Pall2023-12-231-11/+9
* | Check for upvalue state transition in IR_UREFO.Mike Pall2023-11-051-5/+10
* | Merge branch 'master' into v2.1Mike Pall2023-08-201-1/+1
|\|
| * Bump copyright date.Mike Pall2023-08-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2023-06-021-2/+2
|\|
| * Fix handling of instable types in TNEW/TDUP load forwarding.Mike Pall2023-06-021-1/+2
* | Merge branch 'master' into v2.1Mike Pall2023-04-161-0/+6
|\|
| * Fix TDUP load forwarding after table rehash.Mike Pall2023-04-161-0/+6
* | Fix alias analysis for table length forwarding.Mike Pall2022-05-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2022-01-151-1/+1
|\|
| * Bump copyright date.Mike Pall2022-01-151-1/+1
* | Fix HREFK forwarding vs. table.clear().Mike Pall2022-01-151-31/+32
* | Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.Mike Pall2021-09-191-1/+4
* | String buffers, part 3d: Compile string buffer methods and functions.Mike Pall2021-07-191-2/+26
* | Merge branch 'master' into v2.1Mike Pall2021-01-021-1/+1
|\|
| * Bump copyright date.Mike Pall2021-01-021-1/+1
* | Merge branch 'master' into v2.1Mike Pall2020-10-121-20/+5
|\|
| * Ensure full init of IR_NOP instructions.Mike Pall2020-10-121-20/+5
* | Improve assertions.Mike Pall2020-06-151-6/+9
* | Optimize table length computation with hinting.Mike Pall2020-05-271-35/+62
* | Merge branch 'master' into v2.1Mike Pall2020-01-201-1/+1
|\|
| * Bump copyright date.Mike Pall2020-01-201-1/+1
* | Merge branch 'master' into v2.1Mike Pall2019-05-091-1/+2
|\|
| * Fix TNEW load forwarding with instable types.Mike Pall2019-05-091-1/+2
* | Merge branch 'master' into v2.1Mike Pall2017-01-171-1/+1
|\|
| * Bump copyright date to 2017.Mike Pall2017-01-171-1/+1
* | Embed 64 bit constants directly in the IR, using two slots.Mike Pall2016-05-231-2/+2
* | Merge branch 'master' into v2.1Mike Pall2016-03-031-1/+1
|\|
| * Bump copyright date to 2016.Mike Pall2016-03-031-1/+1
* | Merge branch 'master' into v2.1Mike Pall2015-02-181-0/+1
|\|
| * FFI: Prevent DSE across ffi.string().Mike Pall2015-02-181-0/+1
* | Merge branch 'master' into v2.1Mike Pall2015-01-061-1/+1
|\|
| * Bump copyright date to 2015.Mike Pall2015-01-051-1/+1
* | Fix alias analysis for table.len vs. table.clear.Mike Pall2014-04-011-9/+19
* | Merge branch 'master' into v2.1Mike Pall2014-03-281-11/+9
|\|
| * FFI: Fix pseudo type conversions for type punning.Mike Pall2014-03-281-11/+9
* | Merge branch 'master' into v2.1Mike Pall2014-01-161-1/+1
|\|
| * Bump copyright date to 2014.Mike Pall2014-01-161-1/+1
* | Add table.clear().Mike Pall2013-11-251-1/+10
|/
* Fix type punning alias analysis for constified pointers.Mike Pall2013-11-071-4/+5
* Improve ULOAD forwarding for open upvalues.Mike Pall2013-06-181-3/+12
* Inhibit DSE for implicit loads via calls.Mike Pall2013-04-091-1/+1