On Mon, Mar 08, 2021 at 11:00:22PM +0800, Qian Yun wrote:
> This patch tested OK, and I only have one small question:
> 
> Why define the macro 'mk_DF' instead of using 'make_DF' function?

Macro will always run at compile time, even in dumb compiler.
Function may be delayed to runtime, at least partially defeating
optimization.

-- 
                              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/20210308162033.GA1217%40math.uni.wroc.pl.

Reply via email to