From 5abc483d9a96b20f51df2c19d14d07165ba1f57a Mon Sep 17 00:00:00 2001 From: Graydon Hoare Date: Mon, 28 Jun 2010 18:53:16 -0700 Subject: Move more of the GC logic into the runtime. --- src/rt/rust_log.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/rt/rust_log.h') diff --git a/src/rt/rust_log.h b/src/rt/rust_log.h index b0c5fbec..bd32c155 100644 --- a/src/rt/rust_log.h +++ b/src/rt/rust_log.h @@ -44,6 +44,7 @@ public: CACHE = 0x100, UPCALL = 0x200, TIMER = 0x400, + GC = 0x800, ALL = 0xffffffff }; -- cgit v1.2.3