8000 Improve compilation times for Web Assembly · Issue #17 · VirtusLab/vss · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
< 8000 div itemscope itemtype="http://schema.org/SoftwareSourceCode" class="">

Improve compilation times for Web Assembly #17

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

Open
tgodzik opened this issue Jan 21, 2025 · 1 comment
Open

Improve compilation times for Web Assembly #17

tgodzik opened this issue Jan 21, 2025 · 1 comment

Comments

@tgodzik
Copy link
Member
tgodzik commented Jan 21, 2025

Potential improvements:

  • make compilation paralel (maybe reuse pipelining)
  • add caching
@tgodzik tgodzik added this to the [Task 3] WebAssembly support milestone Jan 21, 2025
@tanishiking
Copy link

Will take a look at https://github.com/scalacenter/bloop/blob/c6c2fca449355db792b66947c4f665ddb79ed169/bridges/scalajs-1/src/main/scala/bloop/scalajs/JsBridge.scala :)

Other than that, what we haven't yet implemented for Wasm backend is module level caching we have for JS backend https://github.com/scala-js/scala-js/blob/6b8386429e685e305e8f2a8871249ef986ddad1c/linker/shared/src/main/scala/org/scalajs/linker/backend/emitter/Emitter.scala but it requires a lot of changes in linker architecture, and I don't think it's feasible by September.

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

No branches or pull requests

2 participants
0