You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See SPECIFICATION.md §13.3 for complete strategies.
183
+
See docs/SPECIFICATION.md §13.3 for complete strategies.
184
184
185
185
### Parallelization
186
186
The transpilation pipeline can be parallelized. IR building and code generation are embarrassingly parallel (each function is independent). The transpiler should use `rayon` for parallel iteration when processing modules with 20+ functions. See SPECIFICATION.md §13.5 for implementation details and performance expectations.
0 commit comments