12:39:14yitziAfter you merge don't forget `--clean`
12:40:05yitziAnd when you start using Jupyter again you may need to update the binary names in the kernel.json files. As I recall you have those manually set up.
13:04:58karloszi think one of the recent changes caused a 2x slowdown in the vm branch
13:05:21karloszthe first file in cclasp self build used to take 29 seconds to build on my machine - now it takes 63
13:05:30karloszmaybe its more bytecoded wrapper stuff?
13:06:08drmeisterI'm not how much bytecoded wrapper stuff is in place in what you have.
13:06:17drmeisterI'll merge my stuff today and we can take a look at timing.
13:47:11Bikemight be the funwind protect. i didnt merge my hopefully faster version since it needs analysis. i was planning on doing that and some entry elision on monday