[llvm-bugs] [Bug 27188] New: ObjectLinkingLayer::findSymbol is O(n)

via llvm-bugs llvm-bugs at lists.llvm.org
Sat Apr 2 16:46:10 PDT 2016


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: unassignedbugs at nondot.org
          Reporter: yyc1992 at gmail.com
                CC: llvm-bugs at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20160402/b16ce8e7/attachment.html>


More information about the llvm-bugs mailing list