ArmaScriptCompiler icon indicating copy to clipboard operation
ArmaScriptCompiler copied to clipboard

Cleanup optimizer, better/more safer pattern matching

Open dedmen opened this issue 4 years ago • 0 comments

Instead of just

the "-" operator do a the "-" operator if left side arg is type number and right side is also number

instead of matching possible optimizations only by what script command is used, also take argument type into account and implement seperate functions per argument type combinations

dedmen avatar Jul 13 '21 13:07 dedmen