Fixed bug in size handling and mark hash
This commit is contained in:
parent
a5c5d122b2
commit
9adc14780b
3 changed files with 95 additions and 6 deletions
|
|
@ -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();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue