Don't treat expression exit as terminator Same as with throw expressions, this may remove later temporary consuming instructions and thus eliminate live ranges, resulting in a memory
Don't treat expression exit as terminator Same as with throw expressions, this may remove later temporary consuming instructions and thus eliminate live ranges, resulting in a memory leak. We make use of the same hack and don't consider exit a terminator if used in an expression context.
show more ...
|