Added notes

This commit is contained in:
Justin Ethier 2019-05-22 17:08:51 -04:00
parent 1a7e74e65b
commit 444cf9eb4f

View file

@ -8,6 +8,13 @@
;what objects to support - atomics, refs, ??
;
;what role do atomics play? how does that affect GC?
;; Some additional notes:
;; Add atomic bit field to cvar, maybe even an atomic type field too (?)
;;
;; (Make-shared exprs)
;; Safe way to allocate vars on heap. Tbd if an obj with pointers always necessitates a minor GC
;;
(import
(scheme base)
)