mmtk / mmtk-core

Memory Management ToolKit
https://www.mmtk.io
Other
379 stars 69 forks source link

Remove GC in harness_begin. full_heap_system_gc defaults to true #1141

Open qinsoon opened 6 months ago

qinsoon commented 6 months ago

This PR fixes https://github.com/mmtk/mmtk-core/issues/1140.

qinsoon commented 6 months ago

@wks Feel free to make code changes in the PR.

qinsoon commented 5 months ago

As we discussed earlier, I remove the option full_heap_system_gc, and add an argument exhaustive for handle_user_triggered_collection.

@wks Can you take a look at this PR? If the changes look fine, I will fix the bindings for the breaking change.