Mike Pall
|
7c9671a043
|
Merge branch 'master' into v2.1
|
2023-11-12 15:11:29 +01:00 |
|
Mike Pall
|
a4c1640432
|
Add stack check to pcall/xpcall.
Analyzed by Peter Cawley. #1048
|
2023-11-12 14:42:24 +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
|
158a284cc9
|
Bump copyright date.
|
2023-08-20 21:25:30 +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
|
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
|
c4dfb625ba
|
Bump copyright date.
|
2022-01-15 19:30:54 +01:00 |
|
Mike Pall
|
98b7d9a3b2
|
Merge branch 'master' into v2.1
|
2021-09-20 14:39:50 +02:00 |
|
Mike Pall
|
68ffbd318b
|
FFI: Don't load PC from non-function object in FFI continuation.
Reported by Yichun Zhang. #743
|
2021-09-20 14:36:52 +02: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
|
839fb5bd72
|
Merge branch 'master' into v2.1
|
2021-05-29 15:38:37 +02:00 |
|
Mike Pall
|
c2cfa04231
|
PPC/PS3: Fix BC_ADD*/BC_SUB*.
Thanks to MaryWan1982.
|
2021-05-29 15:33:08 +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
|
f47c864b01
|
Bump copyright date.
|
2021-01-02 21:49:41 +01:00 |
|
Mike Pall
|
94d4abcca9
|
Merge branch 'master' into v2.1
|
2020-08-09 23:12:48 +02:00 |
|
Mike Pall
|
e296f56b82
|
Call error function on rethrow after trace exit.
|
2020-08-09 22:50:31 +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
|
03208c8162
|
Fix math.min()/math.max() inconsistencies.
|
2020-05-22 03:10:30 +02:00 |
|
Mike Pall
|
ae20998ff5
|
ARM, ARM64, PPC: Fix TSETR fallback.
Thanks to Javier Guerra Giraldez.
|
2020-05-18 22:06:50 +02:00 |
|
Mike Pall
|
87b111f0fe
|
Merge branch 'master' into v2.1
|
2020-01-20 23:34:21 +01:00 |
|
Mike Pall
|
38a5ed4b43
|
Bump copyright date.
|
2020-01-20 23:26:51 +01:00 |
|
Mike Pall
|
981ec8d2aa
|
Remove support for de-facto dead archs.
|
2020-01-20 22:56:47 +01:00 |
|
Mike Pall
|
fd37da0d58
|
PPC: Add soft-float support to interpreter.
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
Sponsored by Cisco Systems, Inc.
|
2017-07-26 09:52:19 +02:00 |
|
Mike Pall
|
71ff7ef8a7
|
Merge branch 'master' into v2.1
|
2017-01-17 12:41:05 +01:00 |
|
Mike Pall
|
b93a1dd0c8
|
Bump copyright date to 2017.
|
2017-01-17 12:35:03 +01:00 |
|
Mike Pall
|
f4231949b5
|
Merge branch 'master' into v2.1
|
2016-03-03 12:11:37 +01:00 |
|
Mike Pall
|
db1b399af1
|
Bump copyright date to 2016.
|
2016-03-03 12:02:22 +01:00 |
|
Mike Pall
|
a3a6866d4c
|
Re-enable trace stitching.
Thanks to Vyacheslav Egorov.
|
2015-08-29 23:24:26 +02:00 |
|
Mike Pall
|
1c968d5b63
|
DynASM/PPC: Add sub/shift/rotate/clear instruction aliases.
|
2015-04-12 03:46:16 +02:00 |
|
Mike Pall
|
8002871619
|
PPC: Fix write barrier in BC_TSETR.
Thanks to Gustavo Serra Scalet.
|
2015-04-09 18:48:54 +02:00 |
|
Mike Pall
|
361827c8f9
|
PPC64: Add build infrastructure.
|
2015-03-06 03:47:45 +01:00 |
|
Mike Pall
|
0a5045c34e
|
Merge branch 'master' into v2.1
|
2015-01-06 00:12:45 +01:00 |
|
Mike Pall
|
86913b9bbf
|
Bump copyright date to 2015.
|
2015-01-05 23:59:31 +01:00 |
|
Mike Pall
|
7a76d435da
|
Merge branch 'master' into v2.1
|
2014-12-27 06:11:14 +01:00 |
|
Mike Pall
|
6319e0312d
|
PPC: Fix excess stack growth in interpreter.
|
2014-12-27 06:05:50 +01:00 |
|
Mike Pall
|
39acdb8b7f
|
Merge branch 'master' into v2.1
|
2014-04-17 10:32:23 +02:00 |
|
Mike Pall
|
65626eac23
|
PPC: Don't use mcrxr on PPE.
|
2014-04-17 10:30:35 +02:00 |
|
Mike Pall
|
a9d4543601
|
Merge branch 'master' into v2.1
|
2014-01-16 23:18:34 +01:00 |
|
Mike Pall
|
ef59e54820
|
Bump copyright date to 2014.
|
2014-01-16 23:10:16 +01:00 |
|
Mike Pall
|
ce9e8ed675
|
Fix KBASE for Lua functions below stitched fast functions.
|
2014-01-16 22:53:27 +01:00 |
|
Mike Pall
|
b5d741fa7e
|
Add trace stitching.
|
2013-12-25 02:55:25 +01:00 |
|
Mike Pall
|
5c7db3c4fc
|
Merge branch 'master' into v2.1
|
2013-12-02 09:19:06 +01:00 |
|
Mike Pall
|
916f09d0a9
|
x64: Fix store to upvalue for lightuserdata values.
|
2013-12-02 09:18:01 +01:00 |
|
Mike Pall
|
7dc6750eb3
|
Fix PS3 build.
|
2013-09-10 00:42:42 +02:00 |
|