This repository has been archived by the owner on Jun 1, 2023. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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]
- Loading branch information