Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
chipsa
on April 16, 2025
|
parent
|
context
|
favorite
| on:
The case of the UI thread that hung in a kernel ca...
If you don’t create any GC-able objects in the loop, why would you need to call the GC? And if you are, that should involve a function call.
And if you do need to call the GC, you could manually insert function calls every x loop iterations.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
And if you do need to call the GC, you could manually insert function calls every x loop iterations.