You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jun 1, 2023. It is now read-only.
Looking up COP's to find the error lines is inexact, slow and esp.
8% heavier than using less COP's and moving the opline to each op.
On an average of 4 ops per line, and the reduced need for
runtime nextstates of 90% - only lexstate changes and file beginning
and the overhead of 5 ptrs per COP, we will win 4ptrs per reduced COP.
On typical 10k src with 40k ops it will be a 4 ptrs(5-1)*10k memory win: 40kb
(4 ops per line on average), plus the runtime win of ~about 4k ops, 8%.
See [cperl #333]
0 commit comments