Re: [racket-users] Re: Code generation performance

2020-03-18 Thread Eric Griffis
Made a tiny bit of progress today. On a bigger machine, I was able to profile the giant unit tests module. It has one top-level for/template that iterates over the 5 scalar types, and a bunch of smaller ones inside that cover the multitude of operations for each of the 4 fixed vector lengths.

[racket-users] `raco test` seems slower, not caching any compilation results?

2020-03-18 Thread Ryan Kramer
I'm currently using Racket 7.6 (non-CS) on Windows, and it feels like `raco test` is much slower these days. Specifically I am seeing `raco test tests.rkt` takes 10 seconds. This is fine the first time, but repeating the test immediately also takes 10 seconds. It never creates any "compiled"

[racket-users] using plai/gc2/{collector,mutator} in one file

2020-03-18 Thread David Bremner
As part of an effort to use plai/gc2 with the racket handin server (never having really successfully used the multiple file stuff), I've been trying (and failing) to use modules in one file for the collector and mutator. Attached is the simplest possible example I could cook up using sample code