aboutsummaryrefslogtreecommitdiff
path: root/system
diff options
context:
space:
mode:
authorAlon Zakai <alonzakai@gmail.com>2014-02-21 12:34:55 -0800
committerAlon Zakai <alonzakai@gmail.com>2014-02-21 12:34:55 -0800
commitc7e19b82f3cb7a9be1bd9a4eeaa72e31253ecee7 (patch)
tree5da538cb66b8a9adb73632dbfd89f08827f45295 /system
parent9b61c432ec25cb55314b5cf0f45047aabee606b1 (diff)
deprecate toy gc impl
Diffstat (limited to 'system')
-rw-r--r--system/include/gc.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/system/include/gc.h b/system/include/gc.h
index a21fd410..affa615f 100644
--- a/system/include/gc.h
+++ b/system/include/gc.h
@@ -1,5 +1,7 @@
/*
* Boehm-compatible GC API
+ *
+ * WARNING: this is deprecated. You should just build Boehm from source, it is much faster than the toy version written in emscripten
*/
#ifndef _GC_H_INCLUDED
#define _GC_H_INCLUDED