Apama 10.15.1 | Other Resolved Issues | Release 10.7.1.2 | Correlator
 
Correlator
*PAM-32485
deleteAll does not actually remove coverage information.
A change in 10.7.1 retained coverage information for transient/deleted files, except on deleteAll. A bug caused it to also be retained on deleteAll, but this has now been fixed.
*PAM-32417
LLVM includes n^2 copies of the clang version in .comment sections.
Applications running the compiled runtime on Linux can experience high memory usage and long compilation times. When using a compilation cache, then they can also experience very large cache directories. This happens with complex EPL applications with very deep dependency graphs between EPL types. Redundant object file information has been removed, improving the size of cache directories, injection times and memory usage for the compiled runtime.