Wrap constants more efficiently.
Sometimes header files contain a large number of constants, and the wrappers were generating a function call for each and every one in order to convert them into python values. This new code stores the constants in static data structures when possible. Change-Id: Id59c8448be154647ff349b43d958871b0f18af69
Please register or sign in to comment