You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 31, 2020. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
patiences
changed the title
Implement __code__ inspection
Restore __code__ objects
Jul 20, 2018
As part of my GSoC project which is about VOC performance optimization, the
__code__
attribute has been removed fromFunction
s 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.The text was updated successfully, but these errors were encountered: