Hi Andy, Andy Wingo writes: > On Tue 26 Feb 2013 23:40, Mark H Weaver writes: > >> I've attached a patch that implements dynamic allocation of objcode >> stubs for larger arities. What do you think? > > LGTM. Please lazily initialize the vector as well. Okay. > If you like, CODE and META could probably be reworked as higher-order > macros so that they can both generate static objcodes and initialize a > non-static byte array. A bit more DRY. Although it makes the macros a bit uglier, I agree that this is a superior approach. Done. Also, I've since realized that the new arity limit is 127, not 255 as my previous patch had assumed. Here's a new patch. What do you think? Thanks, Mark