Re: [fricas-devel] [PATCH] fix title related memory issues

2024-05-23 Thread Waldek Hebisch
On Wed, May 22, 2024 at 10:10:16PM +0800, Qian Yun wrote: > This patch fixes many memory issues related with title -- > especially with long titles in graphs. > > The fix includes: > > 1. memory overwrite in 'spadAction' > > (1) -> vp := draw(x,x=1..2); title(vp, new(100, "a".1)$String) >

Re: [fricas-devel] Serial part of build

2024-05-23 Thread Waldek Hebisch
On Thu, May 23, 2024 at 08:04:21PM +0800, Qian Yun wrote: > The daase generation is not that long on a fast machine: > it's around 25 seconds with sbcl. > > boo_db.input > )boot $SaveParseOnly := true > )read komp_all.input > )boot processGlobals() > )boot $SaveParseOnly := nil > )boot

Re: [fricas-devel] Serial part of build

2024-05-23 Thread Qian Yun
The daase generation is not that long on a fast machine: it's around 25 seconds with sbcl. boo_db.input )boot $SaveParseOnly := true )read komp_all.input )boot processGlobals() )boot $SaveParseOnly := nil )boot $bootStrapMode := true )boot $bootstrapDomains := true )boot $createLocalLibDb