Feature Number : 700609a
| Overview | An issue causing an OS bottleneck due to thread available memory shortage when memory allocation and deallocation were repeatedly performed in the Expression comparison logic has been improved. |
| Details | Memory allocation and deallocation were repeated each time the Expression comparison logic was called, but it has been improved so that memory is pre-allocated before performing the comparison logic, allowing the allocated memory to be reused. |