Files
kotlin-fork/compiler
Alexander Udalov 47a4ee7fdf IR, JS: remove duplicate FQ name check from hasEqualFqName
`hasEqualFqName` is called from `hasAnnotation`, which takes more than
1% of total backend time, so it's important to avoid doing extra work
here.

It seems to be a quirk of the JS IR backend specifically that
`JsExport.Ignore` has incorrect IR parent structure here; for all other
backends, checking FQ name by traversing IR parents should work fine.

 #KT-66281
2024-03-06 22:03:10 +00:00
..
2024-03-06 12:21:38 +00:00
2024-03-06 18:16:59 +00:00
2024-03-06 18:30:22 +00:00
2024-03-06 18:30:22 +00:00
2024-03-06 18:30:22 +00:00