eagler-teavm-fork/core
Alexey Andreev 0c8013dfcf When splitting async program, don't process same blocks twice
The old assumption was: if a block has instructions, it was already processed. However, that might be not true in some cases. This led to duplication of exception handlers in some blocks which in turn broken decompiler. From now on processed blocks are stored in a set.
2018-01-07 16:04:11 +03:00
..
src When splitting async program, don't process same blocks twice 2018-01-07 16:04:11 +03:00
pom.xml Support plugin loading from bootstrap environment 2017-11-26 13:14:02 +03:00