Mike Pall
|
2240d84464
|
macOS: Fix macOS 15 / Clang 16 build.
Note: The -Wl,-no_deduplicate workaround is NOT needed anymore.
Thanks to fxcoudert, corsix, clason, baconpaul, mvf. #1275 #1266
|
2024-10-02 02:06:25 +02:00 |
|
Mike Pall
|
7c9671a043
|
Merge branch 'master' into v2.1
|
2023-11-12 15:11:29 +01:00 |
|
Mike Pall
|
cf903edb30
|
FFI: Unify stack setup for C calls in interpreter.
|
2023-08-29 02:12:13 +02:00 |
|
Mike Pall
|
ef587afb2c
|
Merge branch 'master' into v2.1
|
2023-08-20 21:33:37 +02:00 |
|
Mike Pall
|
119fd1fab0
|
Ensure forward progress on trace exit to BC_ITERN.
Also use a safer way to force a static dispatch for BC_RET*.
Reported by Bartel Eerdekens. Analyzed by Peter Cawley. #1000 #1045
|
2023-08-13 02:25:12 +02:00 |
|
Mike Pall
|
e3bae12fc0
|
Merge branch 'master' into v2.1
|
2022-07-08 15:12:43 +02:00 |
|
Mike Pall
|
96d6d50320
|
Revert to trival pow() optimizations to prevent inaccuracies.
|
2022-03-08 19:44:10 +01:00 |
|
Mike Pall
|
9512d5c1ac
|
Fix pow() optimization inconsistencies.
|
2022-01-24 14:37:50 +01:00 |
|
Mike Pall
|
7306ba78d6
|
Merge branch 'master' into v2.1
|
2022-01-15 19:42:30 +01:00 |
|
Mike Pall
|
bb0f241015
|
Compile table traversals: next(), pairs(), BC_ISNEXT/BC_ITERN.
Sponsored by OpenResty Inc.
|
2021-09-19 17:49:25 +02:00 |
|
Mike Pall
|
c6f5ef649b
|
Refactor table traversal.
Sponsored by OpenResty Inc.
|
2021-09-19 17:38:49 +02:00 |
|
Mike Pall
|
394fb6267a
|
String buffers, part 2a: internal SBuf reorg. Use full pointers.
Sponsored by fmad.io.
|
2021-06-01 00:45:06 +02:00 |
|
Mike Pall
|
a32aeadc68
|
Handle on-trace OOM errors from helper functions.
|
2021-03-23 00:39:50 +01:00 |
|
Mike Pall
|
1e66d0f9e6
|
Merge branch 'master' into v2.1
|
2021-01-02 21:56:07 +01:00 |
|
Mike Pall
|
94d4abcca9
|
Merge branch 'master' into v2.1
|
2020-08-09 23:12:48 +02:00 |
|
Mike Pall
|
ff34b48ddd
|
Redesign and harden string interning.
Up to 40% faster on hash-intensive benchmarks.
With some ideas from Sokolov Yura.
|
2020-06-23 03:06:45 +02:00 |
|
Mike Pall
|
34e53736c6
|
Cleanup some arch defines and fix builds.
|
2020-06-15 11:23:04 +02:00 |
|
Mike Pall
|
03208c8162
|
Fix math.min()/math.max() inconsistencies.
|
2020-05-22 03:10:30 +02:00 |
|
Mike Pall
|
87b111f0fe
|
Merge branch 'master' into v2.1
|
2020-01-20 23:34:21 +01:00 |
|
Mike Pall
|
130d1dc5f2
|
x64/LJ_GC64: Fix warning for DUALNUM build.
|
2017-02-20 02:44:29 +01:00 |
|
Mike Pall
|
71ff7ef8a7
|
Merge branch 'master' into v2.1
|
2017-01-17 12:41:05 +01:00 |
|
Mike Pall
|
e77638f922
|
x64/LJ_GC64: Fix __call metamethod for tailcall.
|
2016-05-28 05:01:12 +02:00 |
|
Mike Pall
|
2868715d80
|
x64/LJ_GC64: Add missing backend support and enable JIT compilation.
Contributed by Peter Cawley.
|
2016-05-23 06:01:54 +02:00 |
|
Mike Pall
|
096a7cf4e4
|
x64/LJ_GC64: Fix BC_UCLO check for fast-path.
Thanks to Vyacheslav Egorov.
|
2016-04-13 16:10:03 +02:00 |
|
Mike Pall
|
296f0ca8d7
|
Windows/x64/LJ_GC64: Fix math.frexp() and math.modf() (again).
Thanks to Peter Cawley.
|
2016-03-31 04:17:21 +02:00 |
|
Mike Pall
|
6801e7165c
|
x86: Detect BMI2 instruction support.
|
2016-03-28 23:04:33 +02:00 |
|
Mike Pall
|
c24c8e5312
|
x64/LJ_GC64: Fix JIT glue code in interpreter.
Thanks to Peter Cawley.
|
2016-03-28 22:31:18 +02:00 |
|
Mike Pall
|
e03e5979c4
|
Fix compiler warnings.
|
2016-03-28 22:19:45 +02:00 |
|
Mike Pall
|
f4231949b5
|
Merge branch 'master' into v2.1
|
2016-03-03 12:11:37 +01:00 |
|
Mike Pall
|
339a1fd696
|
Windows/x64/LJ_GC64: Fix math.frexp() and math.modf().
Thanks to Eddie Edwards.
|
2016-02-22 19:14:20 +01:00 |
|
Mike Pall
|
3a0b2a907b
|
x64/LJ_GC64: Fix stack growth in vararg function setup.
Thanks to Vyacheslav Egorov.
|
2015-11-18 23:24:50 +01:00 |
|
Mike Pall
|
08e100ec05
|
x64/LJ_GC64: Fix ipairs().
|
2015-06-10 12:15:28 +02:00 |
|
Mike Pall
|
fb19df9fd7
|
Merge branch 'master' into v2.1
|
2015-06-09 22:09:11 +02:00 |
|
Mike Pall
|
4da1bb66cd
|
x64/LJ_GC64: Fix upvalue write barrier.
|
2015-05-29 16:45:26 +02:00 |
|
Mike Pall
|
5de95edf4c
|
x64/LJ_GC64: Fix setmetatable().
|
2015-05-25 16:31:52 +02:00 |
|
Mike Pall
|
a92e730233
|
x64: Add LJ_GC64 mode interpreter.
Enable this mode with: make XCFLAGS=-DLUAJIT_ENABLE_GC64
|
2015-05-04 06:30:57 +02:00 |
|