0
0
Fork 0
mirror of https://github.com/GreemDev/Ryujinx.git synced 2025-01-25 10:32:00 +00:00
Ryujinx/src/Ryujinx.HLE/HOS
LotP1 e653848a2c
JIT Sparse Function Table (#250)
More up to date build of the JIT Sparse PR for continued development.
JIT Sparse Function Table was originally developed by riperiperi for the
original Ryujinx project, and decreased the amount of layers in the
Function Table structure, to decrease lookup times at the cost of
slightly higher RAM usage.
This PR rebalances the JIT Sparse Function Table to be a bit more RAM
intensive, but faster in workloads where the JIT Function Table is a
bottleneck. Faster RAM will see a bigger impact and slower RAM (DDR3 and
potentially slow DDR4) will see a slight performance decrease.
This PR also implements a base for a PPTC profile system that could
allow for PPTC with ExeFS mods enabled in the future.
This PR also potentially fixes a strange issue where Avalonia would time
out in some rare instances, e.g. when running ExeFS mods with TotK and a
strange controller configuration.

---------

Co-authored-by: Evan Husted <gr33m11@gmail.com>
2024-11-22 15:33:44 -06:00
..
Applets Add Dummy Applet to Replace NotImplementedException (#216) 2024-11-09 19:28:12 -06:00
Diagnostics/Demangler misc: chore: replace some new "" additions & some I missed 2024-11-10 20:09:02 -06:00
Ipc [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
Kernel misc: Replace "" with string.Empty. 2024-11-01 11:57:23 -05:00
Services Implement IAllSystemAppletProxiesService: 350 (OpenSystemApplicationProxy) (#237) 2024-11-13 22:29:00 -06:00
SystemState editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Tamper Revert "Update StoreConstantToMemory to match StoreConstantToAddress on value…" (#6649) 2024-04-10 21:50:06 -03:00
ArmProcessContext.cs JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
ArmProcessContextFactory.cs JIT Sparse Function Table (#250) 2024-11-22 15:33:44 -06:00
HomebrewRomFsStream.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
Horizon.cs Migrate Audio service to new IPC (#6285) 2024-02-22 16:58:33 -03:00
HorizonFsClient.cs Implement NGC service (#5681) 2023-09-27 19:21:26 +02:00
IdDictionary.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
LibHacHorizonManager.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
ModLoader.cs misc: Bake in value change logging into ReactiveObject to reduce logic duplication. 2024-11-10 22:03:12 -06:00
ResultCode.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00
ServiceCtx.cs [Ryujinx.HLE] Address dotnet-format issues (#5380) 2023-07-16 19:31:14 +02:00
TamperMachine.cs Update to new standard for volatility operations (#6682) 2024-04-19 09:03:52 -03:00
UserChannelPersistence.cs editorconfig: Set default encoding to UTF-8 (#5793) 2023-12-04 14:17:13 +01:00