17:05:41drmeisterI have assertion tests turned on.
17:08:26bikeuhh. maybe it's the auto compilation? do you have that on?
17:15:14drmeisterCan you remind me, where do we set that?
17:17:29bikethere's an environment variable... but you should be able to see it in the running image by seeing if clasp-cleavir::*autocompilation-thread* is nil
17:18:19drmeisterIt is running, there is a thread in that variable.
17:19:40bikeokay. so maybe the simple fun is getting swapped out for a compiled version, but bytecode_call is still happening for some reason.
17:23:53bikeand the quick fix would be turning off autocompilation
20:40:35bikei tried running the static analyzer for the first time in a while and i'm getting something about an undeclared identifier gatherObjects in boehmGarbageCollection.cc
20:42:33bikehttps://github.com/clasp-developers/clasp/commit/3436af49ed5ebf38d6aea9ded276bb446ff16e8f this might be the problem... easy to fix, it's just in ROOM