Donvi opened a new pull request, #5888: URL: https://github.com/apache/incubator-gluten/pull/5888
## What changes were proposed in this pull request? This is to optimize current const text in code like "([B)V", which means the jbooleanArray with void return. So we currently have this way for optimize: We use typeid to get the hash of the type and build a map from type_info.hash_code to the signature. ## How was this patch tested? This is test in ut, for all the value equals to previous values. And check for all single value. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
