Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit ea1f1a2

Browse files
authored
No dependencies
1 parent 9101911 commit ea1f1a2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

proposals/gc/Overview.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@
3535
* Accept minimal amount of dynamic overhead (checked casts) as price for simplicity/universality.
3636
* Independent from linear memory.
3737
* Pay as you go; in particular, no effect on code not using GC.
38+
* Don't introduce dependencies on GC for other features (e.g., using resources through tables).
3839
* Avoid generics or other complex type structure _if possible_.
3940
* Extend the design iteratively, ship a minimal set of functionality fast.
4041

0 commit comments

Comments
 (0)