Search
5:05:28
pls153
Inline: yes lqml6 works fine on some platforms (tested: Linux, macOS, android) and the examples should all work
5:07:10
pls153
(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:39
pls153
btw, the 'cl-repl' app (android) now uses lqml6
5:29:14
jackdaniel
sgithens: yes, with defstruct; generally struct access is slower on ecl, because we go though a non-inlined function
5:29:30
jackdaniel
so the excess is caused by finding the symbol function and calling it (I've verified that)