Skip to content

Commit

Permalink
No dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossberg authored Apr 13, 2017
1 parent 9101911 commit ea1f1a2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions proposals/gc/Overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
* Accept minimal amount of dynamic overhead (checked casts) as price for simplicity/universality.
* Independent from linear memory.
* Pay as you go; in particular, no effect on code not using GC.
* Don't introduce dependencies on GC for other features (e.g., using resources through tables).
* Avoid generics or other complex type structure _if possible_.
* Extend the design iteratively, ship a minimal set of functionality fast.

Expand Down

0 comments on commit ea1f1a2

Please sign in to comment.