Closed chriswhocodes closed 2 years ago
Currently each block of assembly encountered in a HotSpot log is parsed into JITWatch's assembly object model.
If a lot of assembly is present in the log this can add a significant cost to the log file parse time on slow systems.
Better to store the assembly as text blobs and parse on demand in the TriView.
Currently each block of assembly encountered in a HotSpot log is parsed into JITWatch's assembly object model.
If a lot of assembly is present in the log this can add a significant cost to the log file parse time on slow systems.
Better to store the assembly as text blobs and parse on demand in the TriView.