SIMDE-ULL / SIMDE

Educational computer simulator on a mission to "superscalate" the study of computer architecture fundamentals
https://simde.net
GNU General Public License v3.0
13 stars 11 forks source link

feat: Added statistics recollection and visualization #85

Closed endes0 closed 8 months ago

endes0 commented 8 months ago

With this PR, we finally can close #9!.

This PR basically add the functionality of recollecting and showing some interesting measures of the execution of a program on the superscalar and VLIW machine. It also works on batch execution mode. In fact, while I was working on testing and implementing this feature on this mode, I discovered and fixed some bugs. There are some others that need more working and should be done in another PR(ex see #84 ).

This PR also removes Polyfill as it was breaking JS Map object