timefold-solver icon indicating copy to clipboard operation
timefold-solver copied to clipboard

jpyinterpreter - Keep module attributes' type infomation

Open Christopher-Chianelli opened this issue 1 year ago • 0 comments

When a module is loaded via LOAD_MODULE, jpyinterpreter currently does not have access to the type of attributes in the modules. This result in losing type infomation when a Type is loaded from a module, generating less efficient Java bytecode.

Christopher-Chianelli avatar Mar 04 '24 18:03 Christopher-Chianelli