Hello,
guile --version
guile (GNU Guile) 2.0.9.20-10454
It seems that the par-map not using all cores problem has some how been
reintroduced?
guile -c '(begin (use-modules (ice-9 threads)) (par-map 1+ (iota
40)))'
only uses 1 core [it seems it uses some other [mayb
dsm...@roadrunner.com wrote:
>
> dsm...@roadrunner.com wrote:
> > I'm seeing this make check error from rtl.test on master:
> >
> > ERROR: rtl.test: load-constant: #\37200 - arguments: ((misc-error #f "~A"
> > ("make-long-immediate unavailable for this target") #f))
> >
> > The fai