VireoSDK icon indicating copy to clipboard operation
VireoSDK copied to clipboard

Handle error cluster input in prims such as "and" without adding "Convert" instruction

Open sanmut opened this issue 8 years ago • 0 comments

Currently, we process coercion node and emit a "Convert" instruction for prims such as "and", "or" in DFIR. However, this could be optimized by emitting error.status directly and save an instruction. After this is done, ConvertErrorClusterToBoolean can be removed.

sanmut avatar Sep 01 '17 16:09 sanmut