mirror of https://github.com/boa-dev/boa.git
Browse Source
<!--- Thank you for contributing to Boa! Please fill out the template below, and remove or add any information as you feel necessary. ---> This Pull Request fixes the current issue with the `boa_gc` when running `boa_tester` in parallel on Ubuntu. It looks like since we are running the `gc` in parallel something may not being cleaned up correctly that creates a reference cycle. The below changes should account for that. It changes the following: - Updates `weak_trace` to account for `Gc` reference cycles.pull/2469/head
Kevin
2 years ago
1 changed files with 8 additions and 5 deletions
Loading…
Reference in new issue