Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
bzzzt
on Dec 23, 2022
|
parent
|
context
|
favorite
| on:
WebAssembly for the Java Geek
Because there's no need? There the 'epsilon' no-op GC in OpenJDK:
https://openjdk.org/jeps/318
If you keep your object allocation in check you can use this to guarantee no GC pauses.
bullen
on Dec 23, 2022
[–]
Yes, but then you are downloading and running executables that contain the GC.
bzzzt
on Dec 23, 2022
|
parent
[–]
The Java "GC" also contains the memory allocator and handling for out of memory conditions, so if you want to use Java there needs to be 'something' there to call.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search:
If you keep your object allocation in check you can use this to guarantee no GC pauses.