https://llvm.org/bugs/show_bug.cgi?id=27188

            Bug ID: 27188
           Summary: ObjectLinkingLayer::findSymbol is O(n)
           Product: libraries
           Version: trunk
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: OrcJIT
          Assignee: unassignedb...@nondot.org
          Reporter: yyc1...@gmail.com
                CC: llvm-bugs@lists.llvm.org
    Classification: Unclassified

And therefore emitting `n` modules to run is `O(n^2)`.

Ref https://github.com/JuliaLang/julia/issues/15619 also
https://github.com/JuliaLang/julia/pull/15749#issuecomment-204827156

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to