Idris2/support
Edwin Brady d60feaace0 Add finalisers to Chez back end
This involves new primitives GCPtr and GCAnyPtr which are pointer types
that have finalisers attached. The finalisers are run when the
associated pointer goes out of scope.

In the test, I am assuming that the GC will only be called once, right
at the end. Otherwise, the output isn't guaranteed to be deterministic!
Let's see how this assumption holds...

This is currently Chez only. I think it'll be easy enough to add to
the Racket and Gambit back ends too.
2020-06-08 20:34:23 +01:00
..
c Use GetSystemTimeAsFileTime on older Windows 2020-06-02 10:30:44 +08:00
chez Add finalisers to Chez back end 2020-06-08 20:34:23 +01:00
gambit Add Bits primitives 2020-06-01 11:48:03 +01:00
racket Add Bits primitives 2020-06-01 11:48:03 +01:00