shithub: sl

Download patch

ref: 2a9bc2ca9c833c49381e5d6638bbbbef7d8ea36c
parent: 8eed926101b183ab1c3933b2ab918ed81a5ce2d4
author: Sigrid Solveig Haflínudóttir <sigrid@ftrv.se>
date: Thu Feb 13 15:01:20 EST 2025

torture test: gc and makunbound

--- a/test/torture.lsp
+++ b/test/torture.lsp
@@ -17,4 +17,14 @@
 (write (eval longg))
 (newline)
 
+(princ "----- before GC") (newline)
+(vm-stats)
+(gc)
+(princ "----- after GC") (newline)
+(vm-stats)
+(makunbound 'ones)
+(makunbound 'big)
+(makunbound 'longg)
+(gc)
+(princ "----- after makunbound+GC") (newline)
 (vm-stats)