mbeckerle commented on PR #1396: URL: https://github.com/apache/daffodil/pull/1396#issuecomment-2560053295
@jadams-tresys the most recent commit addresses the slow-down of the daffodil test suite. Was due to isError being called inside the synchronized block for the schema compiler. This was unnecessary. Calling isError outside the synchronized block restores the parallelism the loss of which was responsible for the slow-down, or at least that's my story and I'm sticking with it :-) -- 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]
