Commit graph

6 commits

Author SHA1 Message Date
riperiperi
74fe391150 Implement sparse table 2024-09-27 12:16:40 +01:00
riperiperi
a3199f0b54 WIP sparse stuff 2024-09-27 12:16:39 +01:00
riperiperi
4e381009a9 2 level inline table (armeilleure)
TODOS:
- Lightning JIT
- Sparse page using signal handler
- Fallback page? Would save a few instructions
2024-09-27 12:16:37 +01:00
gdkchan
427b7d06b5
Implement a new JIT for Arm devices (#6057)
* Implement a new JIT for Arm devices

* Auto-format

* Make a lot of Assembler members read-only

* More read-only

* Fix more warnings

* ObjectDisposedException.ThrowIf

* New JIT cache for platforms that enforce W^X, currently unused

* Remove unused using

* Fix assert

* Pass memory manager type around

* Safe memory manager mode support + other improvements

* Actual safe memory manager mode masking support

* PR feedback
2024-01-20 11:11:28 -03:00
TSRBerry
2989c163a8
editorconfig: Set default encoding to UTF-8 (#5793)
* editorconfig: Add default charset

* Change file encoding from UTF-8-BOM to UTF-8
2023-12-04 14:17:13 +01:00
TSR Berry
cee7121058 Move solution and projects to src 2023-04-27 23:51:14 +02:00
Renamed from ARMeilleure/Common/AddressTable.cs (Browse further)