Setup spall profiling, did first optimizations!

This commit is contained in:
2024-03-11 02:05:18 -04:00
parent 304e710c16
commit 1656dffb67
23 changed files with 357 additions and 120 deletions

View File

@ -44,8 +44,9 @@ Memory :: struct {
// Not for large memory env states
snapshot : MemorySnapshot,
replay : ReplayState,
logger : Logger,
replay : ReplayState,
logger : Logger,
profiler : ^SpallProfiler
}
persistent_allocator :: proc() -> Allocator {