From ea1f1a271daa97e34eb6c4ebc59f757ef7f68081 Mon Sep 17 00:00:00 2001 From: rossberg-chromium Date: Thu, 13 Apr 2017 08:34:22 +0200 Subject: [PATCH] No dependencies --- proposals/gc/Overview.md | 1 + 1 file changed, 1 insertion(+) diff --git a/proposals/gc/Overview.md b/proposals/gc/Overview.md index 82cecdac0..a4e0d52af 100644 --- a/proposals/gc/Overview.md +++ b/proposals/gc/Overview.md @@ -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.