uschindler commented on PR #12873: URL: https://github.com/apache/lucene/pull/12873#issuecomment-1839092945
The latest commit changed the stack trace patching to be implemented inside the compiled expression. The original benchmarks had shown that the extra `evaluate()` method in the base class caused some slowdown. By doing the stack trace patching the "new way", all is sane again. Due to the change the original `Expression` class is now unmodified. -- 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]
