3:27:44sgithens@jackdaniel Thanks, that all makes sense. They make things a little more ugly, but will leave them all in since it may help
3:28:23sgithensAlso, I just read the blog about slot access, that was pretty interesting. To be clear, the "structures" in the blog are things you define with defstruct right?
5:05:28pls153Inline: yes lqml6 works fine on some platforms (tested: Linux, macOS, android) and the examples should all work
5:07:10pls153(there is a very strange error on iOS and WearOS, which I didn't have time yet to investigate, probably some thread issue)
5:07:39pls153btw, the 'cl-repl' app (android) now uses lqml6
5:29:14jackdanielsgithens: yes, with defstruct; generally struct access is slower on ecl, because we go though a non-inlined function
5:29:30jackdanielso the excess is caused by finding the symbol function and calling it (I've verified that)