>> Third, is it a bug that compile TMFORM requires so much RAM? >> We should look into it to see if RAM usage can be reduced. > > AFAICS RAM usage during compilation of TMFORM is really sbcl > bug. It seem that the problem is the same as AWAIC. > Namely, we need to initialise a table and at Lisp level > it is longish segment of code with calls but no jump.
Are we talking about TexmacsFormat? The only long list is for CorkFunc. But that is a list of records. What can be difficult for that to be compiled in Lisp? Maybe it helps to list the data as a list of lists and do the construction a bit differently. Maybe I should write a new "FormatTexmacs" in my Formatter framework. Ralf -- 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/636c0a93-3c83-9c7f-b5ac-94772ab5a4eb%40hemmecke.org.
