TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: Jeremy Dunn on April 01, 2021, 11:34:02 PM

Title: vlisp-compile options
Post by: Jeremy Dunn on April 01, 2021, 11:34:02 PM
The vlisp-compile function has three compile choices:

"st -- Standard build mode"
"lsm -- Optimize and link indirectly"
"lsa -- Optimize and link directly"

What do these differences mean in more detail?
Title: Re: vlisp-compile options
Post by: VovKa on April 02, 2021, 07:36:06 AM
What do these differences mean in more detail?
the only thing i learned is that 'lsa produces the fastest code