At Thu, 01 Dec 2011 10:47:10 -0500, Neil Van Dyke wrote: > Are struct accessor procedures inlined across modules?
Structure procedures are not inlined by the bytecode compiler, but they are semi-inlined by the JIT. There's room for the bytecode compiler to help the JIT generate better code, though, and I plan to work on it more. _________________________________________________ For list-related administrative tasks: http://lists.racket-lang.org/listinfo/dev

