eden-mirror/src/core
lizzie 413c7543ba
[hle] inline HLE cmif request to not allocate on heap stuff (#3605)
so basically each construction of HLEContext and whatever would result in a heap allocation (atleast 1)

so what if instead of that we did a memset() at ctor time and we avoided heap allocations altogether?

reminder that std::vector<> CAN do small object optimisation but it's not guaranteed

Signed-off-by: lizzie <lizzie@eden-emu.dev>

Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/3605
Reviewed-by: crueter <crueter@eden-emu.dev>
2026-05-15 22:07:03 +02:00
..
arm [common] remove ptr indirection on WallClock (#3864) 2026-05-15 22:06:38 +02:00
crypto [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
debugger [core] GDB improvements (#3848) 2026-04-27 03:39:34 +02:00
file_sys [file_sys/system_archive] remove uneeded ctor/dtor initializations for std::map<> when creating system archives for nx_tzdb generated files (#3919) 2026-05-15 22:05:32 +02:00
frontend [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
hle [hle] inline HLE cmif request to not allocate on heap stuff (#3605) 2026-05-15 22:07:03 +02:00
internal_network [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
loader [loader] change ASLR algo to be more uniform (#3869) 2026-04-27 05:09:55 +02:00
memory
tools [core] Fix renderdoc API garbage (#3816) 2026-04-01 21:02:20 +02:00
CMakeLists.txt [cmake, deps] conjure common/httplib.h and remove global def for httplib macros (#3800) 2026-04-06 19:13:09 +02:00
constants.cpp
constants.h
core_timing.cpp [common] remove ptr indirection on WallClock (#3864) 2026-05-15 22:06:38 +02:00
core_timing.h [common] remove ptr indirection on WallClock (#3864) 2026-05-15 22:06:38 +02:00
core.cpp [core] Fix qlaunch crash on second launch (#3930) 2026-05-06 04:20:55 +02:00
core.h [vfs] remove usage of 'dynamic_cast', use ankerl::map for files (#3594) 2026-02-21 18:38:32 +01:00
cpu_manager.cpp
cpu_manager.h
device_memory_manager.h [core] coalesce tracking entries for GPU (#3677) 2026-03-08 22:45:38 +01:00
device_memory_manager.inc [core] coalesce tracking entries for GPU (#3677) 2026-03-08 22:45:38 +01:00
device_memory.cpp
device_memory.h
game_settings.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
game_settings.h
gpu_dirty_memory_manager.h
guest_memory.h
hardware_properties.h
launch_timestamp_cache.cpp [common/logging] Simplify logging logic and fix issues when logging before system is created (#3688) 2026-03-12 18:29:15 +01:00
launch_timestamp_cache.h
memory.cpp [core] remove parallel thread remnants that keep calling sysconf() everytime a memory object is created (#3804) 2026-03-31 20:12:16 +02:00
memory.h
perf_stats.cpp
perf_stats.h
reporter.cpp [hle] inline HLE cmif request to not allocate on heap stuff (#3605) 2026-05-15 22:07:03 +02:00
reporter.h [prepo] Add support for missing PlayReport commands (#3674) 2026-03-06 15:02:59 +01:00