Fixed bug in size handling and mark hash

This commit is contained in:
valtermiari 2023-05-05 13:16:45 +02:00 committed by Victor Olin
parent a5c5d122b2
commit 9adc14780b
3 changed files with 95 additions and 6 deletions

View file

@ -106,7 +106,7 @@ int main()
GC::Heap &heap = GC::Heap::the();
heap.set_profiler(true);
GC::Profiler::set_log_options(GC::FunctionCalls);
// GC::Profiler::set_log_options(GC::AllOps);
//GC::Profiler::set_log_options(GC::AllOps);
make_test();