From: Matthew Flatt (mflatt at cs.utah.edu) Date: Fri Dec 2 08:41:44 EST 2011 |
|
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.
Posted on the dev mailing list. |
|