forked from JavaTX/JavaCompilerCore
performance opt
This commit is contained in:
parent
6a42c8ef11
commit
863bfa40d3
@ -58,7 +58,7 @@ public class TypeUnify {
|
||||
* Step 1: Repeated application of reduce, adapt, erase, swap
|
||||
*/
|
||||
Set<UnifyPair> eq0 = applyTypeUnificationRules(eq, fc);
|
||||
|
||||
|
||||
/*
|
||||
* Step 2 and 3: Create a subset eq1s of pairs where both sides are TPH and eq2s of the other pairs
|
||||
*/
|
||||
|
Loading…
Reference in New Issue
Block a user