Re: [fricas-devel] "allocate-vector" not defined since sbcl-2.1.5

2022-06-17 Thread Waldek Hebisch
On Fri, Jun 17, 2022 at 09:12:42PM +0800, Qian Yun wrote:
> "SB-KERNEL:ALLOCATE-VECTOR" is not defined since sbcl-2.1.5,
> to be precise, it is this commit:
> https://github.com/sbcl/sbcl/commit/3203ba3ac5f2c3d59c25825c90fb6e8d637e8af8
> 
> Clearly this would affect FriCAS's performance.

This is handled by our code: in relevant case also other functions
are missing, we detect this and revert to generic method.

Concerning performance: in older sbcl 'make-array' for specialized
arrays had really bad performance, so our code was really important.
In newer sbcl 'make-array' is faster, so using it is no so bad...

-- 
  Waldek Hebisch

-- 
You received this message because you are subscribed to the Google Groups 
"FriCAS - computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/20220618020500.GB10710%40fricas.math.uni.wroc.pl.


[fricas-devel] "allocate-vector" not defined since sbcl-2.1.5

2022-06-17 Thread Qian Yun

"SB-KERNEL:ALLOCATE-VECTOR" is not defined since sbcl-2.1.5,
to be precise, it is this commit:
https://github.com/sbcl/sbcl/commit/3203ba3ac5f2c3d59c25825c90fb6e8d637e8af8

Clearly this would affect FriCAS's performance.

Not sure if this is a sbcl bug, I'll report on their mail list.

- Qian

--
You received this message because you are subscribed to the Google Groups "FriCAS - 
computer algebra system" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to fricas-devel+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/9818f5f7-6ba6-d03d-5fe5-62738997e0f8%40gmail.com.