beeware / voc

A transpiler that converts Python code into Java bytecode

Home Page:http://beeware.org/voc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Restore __code__ objects

patiences opened this issue · comments

As part of my GSoC project which is about VOC performance optimization, the __code__ attribute has been removed from Functions in order to reduce the number of objects that are created (PR here).

When the __code__ attribute is brought back it should be done in such a way that we keep the performance benefits, allowing __code__ object creation to be done on demand.