File tree Expand file tree Collapse file tree 1 file changed +37
-11
lines changed Expand file tree Collapse file tree 1 file changed +37
-11
lines changed Original file line number Diff line number Diff line change 11# What's next
22
33
4+ ## Plan
5+ ```
6+ ┌──────────────────────────┐
7+ │ dev-integrity │
8+ └──────────────────────────┘
9+ │
10+ │
11+ │ Complete integrity
12+ │
13+ │
14+ ┌─────────────▼────────────┐
15+ │ dev │ Deprecate dev-integrity
16+ └──────────────────────────┘ and merge the results into the dev branch
17+ │
18+ │
19+ ┌─────────────┴──────────────────────┐
20+ │ │
21+ ▼ │
22+ ┌──────────────────────────┐ ┌─────────────▼────────────┐
23+ │ dev-modules │ │ dev-inlining │
24+ └──────────────────────────┘ └──────────────────────────┘
25+ │
26+ │
27+ ▼
28+ ┌──────────────────────────┐
29+ │ dev-syntactic-variants │
30+ └──────────────────────────┘
31+ ```
432
5-
6- ## Infra
7-
8-
9- [ ] Implement spawn as the top level primitive that does all
10- the pattern matching and then calls into local_spawn when needed.
11-
12- [ ] Look into making HAMT faster
13-
14- [ ] Inline one-time declared joins (maybe? | this needs profiling)
1533
16-
1734## Integrity
1835
1936- [ ] Integrity of blocking and mailboxes
7491 not be okay; we can talk about implementing context-depending parsing as part
7592 of the frontend
7693
94+ ## Infra
95+
96+
97+ [ ] Implement spawn as the top level primitive that does all
98+ the pattern matching and then calls into local_spawn when needed.
99+
100+ [ ] Look into making HAMT faster
101+
102+ [ ] Inline one-time declared joins (maybe? | this needs profiling)
77103
78104### Other improvements
79105
You can’t perform that action at this time.
0 commit comments