Change default value to detect dispatcher when at least 3 exit blocks are presents

This commit is contained in:
Boris Batteux
2021-02-25 16:35:01 +01:00
parent 68c9473608
commit 87fe12ca9c

View File

@@ -104,7 +104,7 @@ class OllvmDispatcherInfo(GenericDispatcherInfo):
class OllvmDispatcherCollector(GenericDispatcherCollector):
DISPATCHER_CLASS = OllvmDispatcherInfo
DEFAULT_DISPATCHER_MIN_INTERNAL_BLOCK = 2
DEFAULT_DISPATCHER_MIN_EXIT_BLOCK = 2
DEFAULT_DISPATCHER_MIN_EXIT_BLOCK = 3
DEFAULT_DISPATCHER_MIN_COMPARISON_VALUE = 2