[BasicAA] Avoid alias query if result cannot be used (NFCI)
Rather then querying first and then checking additional conditions, check the conditions first. They are much cheaper than the alias query.
Loading
Please sign in to comment
Rather then querying first and then checking additional conditions, check the conditions first. They are much cheaper than the alias query.