Displaying 1 result from an estimated 1 matches for "startingin".
Did you mean:
starting
2017 Apr 26
2
Is there any real downside to constructing the new SimplifyQuery once
For those not following along, startingin r301379, Simplify* in
InstructionSimplify now can just take a query struct instead of 8000
optional arguments. Nothing is really new since it used the same thing
under the covers.
I'm slowly converting the old uses away (deletion of the old APIs is a
different question).
Staring at most of t...