Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop caching the fullLinkJS Linker in ScalaJSWorkerImpl #4585

Closed
wants to merge 1 commit into from

Conversation

lolgab
Copy link
Member

@lolgab lolgab commented Feb 18, 2025

Fixes #4584

There is little benefit in caching the linker using for fullLinkJS
since it's not an operation you do incrementally, and they tend
to be heavy on the memory.
So we cache linkers only when using fastLinkJS
@lolgab lolgab changed the title Stop caching the fullLink Linker in ScalaJSWorkerImpl Stop caching the fullLinkJS Linker in ScalaJSWorkerImpl Feb 18, 2025
@lolgab lolgab marked this pull request as ready for review February 19, 2025 06:09
@lolgab lolgab force-pushed the stop-caching-fullLinkLinker branch from cde7836 to 790e67d Compare February 20, 2025 11:05
@lolgab lolgab closed this Feb 20, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ScalaJSWorkerImpl.ScalaJSLinker can cause OOM
1 participant