On Sun, Oct 15, 2023 at 07:58:56AM +0800, Qian Yun wrote:
> Nowadays LIST does not depend on ILIST.  So we should remove it from
> "core domains".

"core domains" really means domains for which we want inlining                  
optimization.  AFAICS this still makes sense for ILIST.                         
Probably is not very important, but what we gain by removing                    
ILIST from the list?

> ====
> 
> diff --git a/src/algebra/Makefile.in b/src/algebra/Makefile.in
> index 437cf75b..5583ce9f 100644
> --- a/src/algebra/Makefile.in
> +++ b/src/algebra/Makefile.in
> @@ -350,7 +350,7 @@ SPADLIST=${SPADLIST1} ${SPADLIST2} ${SPADLIST3}
> ${SPADLIST4} \
> 
>  # List of core domains
>  DOMLIST= ALIST BOOLEAN CHAR DFLOAT FRAC HASHSTAT \
> -        ILIST IARRAY1 ISTRING IVECTOR \
> +        IARRAY1 ISTRING IVECTOR \
>          INT LIST NNI OUTFORM PI PRIMARR REF SEX SINT STRING SYMBOL VECTOR \
>          MATRIX ARRAY1 IIARRAY2 ARRAY2 U32VEC U32MAT U16VEC U16MAT U8VEC \
>          U8MAT I32VEC I32MAT I16VEC I16MAT I8VEC I8MAT PRIMMAT2 \
> diff --git a/src/interp/daase.lisp b/src/interp/daase.lisp
> index b1a6de2c..92911054 100644
> --- a/src/interp/daase.lisp
> +++ b/src/interp/daase.lisp
> @@ -406,7 +406,7 @@ database.
>    |UnaryRecursiveAggregate&| |OrderedSet&| |AbelianGroup&| |Algebra&|
>    |Module&| |Ring&| |StringAggregate&| |AbelianMonoid&|
>    |ExtensibleLinearAggregate&| |PositiveInteger| |StreamAggregate&|
> -  |IndexedString| |IndexedList| |ListAggregate&| |LinearAggregate&|
> +  |IndexedString| |ListAggregate&| |LinearAggregate&|
>    |Character| |String| |NonNegativeInteger| |SingleInteger|
>    |OneDimensionalArrayAggregate&| |FiniteLinearAggregate&| |PrimitiveArray|
>    |Integer| |List| |OutputForm|))
> 

-- 
                              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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/fricas-devel/ZSwg03CHo1BEr8Ws%40fricas.org.

Reply via email to