libera/#clasp - IRC Chatlog
Search
22:08:32
bike
oh, and i guess another advantage is that it should make setf function lookups a bit faster, since right now we have to flip through the (setf foo) cons and such
22:49:24
yitzi
Figuring out how to chroot into a ARM qemu emulator was a major accomplishment today. Not sure I wanna test the VM anymore then that.
23:00:25
yitzi
cl-bench crashed with some kind of rosetta error for the M1 build. So there a few issues, but pretty minor so far.
23:28:26
yitzi
crap....now I am getting the same error that made me think there was a calling convention problem. Bugger.
23:36:08
drmeister
There shouldn't be any calling convention issues because with multiple entry points we get the efficiency of messing with the calling convention without actually messing with the calling convention.
23:37:24
yitzi
It may not be. Its like there is random junk being passed instead of the proper arguments. Get it first in the compilation of generated-encodings.lisp
23:38:38
yitzi
Well, made progress... but I think that the x86 llvm got used by mistake in the many koga invocations.
23:39:53
drmeister
https://undo.io/about-us/undo/news/undo-software-deliver-support-64-bit-arm-devices#:~:text=UndoDB%20can%20be%20used%20in,fix%20bugs%20much%20more%20quickly.