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
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