On 03/19/2018 02:23 PM, Dimitris Vyzovitis wrote: It seems it's the inliner going haywire -- if I add a (declare (inlining-limit 100)), then it compiles in 20s. This does no inlining at all, not even of data accessors/setters/etc.
It seems it's the inliner going haywire -- if I add a (declare (inlining-limit 100)), then it compiles in 20s.