Note problem in handling pathologically long lists

This commit is contained in:
rocky
2017-03-12 10:16:10 -04:00
parent 5856802902
commit f416473562

View File

@@ -157,6 +157,9 @@ We also don't handle PJOrion_ obfuscated code. For that try: PJOrion
Deobfuscator_ to unscramble the bytecode to get valid bytecode before
trying this tool.
Handling pathologically long lists of expressions or statements is
slow.
There is lots to do, so please dig in and help.