On Mon, Mar 05, 2012 at 06:20:33PM -0300, Claudio Freire wrote:
> On Sun, Feb 19, 2012 at 6:27 AM, Andrey Popp <8may...@gmail.com> wrote:
> >> I've managed quite efficient inlining with bytecode magic. It's especially
> >> effective with SQLA code, since it also specializes the inlined function,
> >> removing a lot of dead code (in the call context).
> >
> > That's pretty interesting!
> >
> >> I could share the code if you're interested, but it is rather hard to
> >> maintain (it's tied to the bytecode, which is version-specific in CPython)
> >> and it's experimental code, so it's rather ugly.
> >
> > Yeah, that would be great, thanks!
> 
> Finally, I got access to it.

Thanks a lot!

-- 
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com.
To unsubscribe from this group, send email to 
sqlalchemy+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en.

Reply via email to