mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-19 05:39:17 +02:00
Added notes
This commit is contained in:
parent
1a7e74e65b
commit
444cf9eb4f
1 changed files with 7 additions and 0 deletions
|
@ -8,6 +8,13 @@
|
||||||
;what objects to support - atomics, refs, ??
|
;what objects to support - atomics, refs, ??
|
||||||
;
|
;
|
||||||
;what role do atomics play? how does that affect GC?
|
;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
|
(import
|
||||||
(scheme base)
|
(scheme base)
|
||||||
)
|
)
|
||||||
|
|
Loading…
Add table
Reference in a new issue