Commit
9f0c117e37615bf7a97c1feefc06bcc080c92715
by peter.peqadded option to remove dispatch-checks
this option removes the null-checks and the checks for accessing
destroyed objects. It is interesting to see how this can reduce the file
size, but I would not recommend using this option.
If people have performance problems I could still add a feature to
disable the checks for some performance critical parts of the code.
(commit: 9f0c117)