Änderungen

Summary

  1. added option to remove dispatch-checks (commit: 9f0c117) (details)
Commit 9f0c117e37615bf7a97c1feefc06bcc080c92715 by peter.peq
added 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)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstio/WurstCompilerJassImpl.java (diff)
The file was modifiedWurstpack/wehack.lua (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/RunArgs.java (diff)
The file was modifiedde.peeeq.wurstscript/src/de/peeeq/wurstscript/translation/imtranslation/EliminateClasses.java (diff)