Skip to content

Instantly share code, notes, and snippets.

@belmarca
Created August 14, 2019 03:09
Show Gist options
  • Save belmarca/951e073eb0c94815be0616a39a35439b to your computer and use it in GitHub Desktop.
Save belmarca/951e073eb0c94815be0616a39a35439b to your computer and use it in GitHub Desktop.
gxi -:d2- -e '(define x (make-u8vector 10000000))(let loop () (loop))'
*** GC: 967us, 2.1M alloc, 5.0M heap, 858K live (17% 874512+4512)
*** GC: 753us, 3.3M alloc, 7.0M heap, 1.8M live (25% 1785408+49800)
*** GC: 864us, 5.5M alloc, 8.1M heap, 2.4M live (29% 2411696+70120)
*** GC: 849us, 7.2M alloc, 30M heap, 12M live (42% 2807472+10147656)
*** GC: 839us, 20M alloc, 30M heap, 12M live (42% 2807584+10147656)
*** GC: 970us, 33M alloc, 30M heap, 12M live (42% 2807584+10147656)
*** GC: 813us, 45M alloc, 30M heap, 12M live (42% 2807584+10147656)
*** GC: 913us, 58M alloc, 30M heap, 12M live (42% 2807584+10147656)
*** GC: 846us, 71M alloc, 30M heap, 12M live (42% 2807584+10147656)
*** GC: 834us, 84M alloc, 30M heap, 12M live (42% 2807584+10147656)
*** GC: 836us, 96M alloc, 30M heap, 12M live (42% 2807584+10147656)
*** GC: 892us, 109M alloc, 30M heap, 12M live (42% 2807584+10147656)
gsi -:d2- -e '(define x (make-u8vector 10000000))(let loop () (loop))'
*** GC: 582us, 567K alloc, 24M heap, 9.6M live (41% 63152+10002176)
*** GC: 163us, 10M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 132us, 20M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 98us, 30M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 88us, 40M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 74us, 50M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 66us, 60M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 107us, 70M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 95us, 80M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 79us, 89M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 75us, 99M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 78us, 109M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 77us, 119M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 94us, 129M alloc, 24M heap, 9.6M live (41% 63264+10002176)
*** GC: 103us, 139M alloc, 24M heap, 9.6M live (41% 63264+10002176)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment