[llvm-bugs] [Bug 33955] New: BPF target: smarter stack allocations

via llvm-bugs llvm-bugs at lists.llvm.org
Wed Jul 26 15:27:58 PDT 2017


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

            Bug ID: 33955
           Summary: BPF target: smarter stack allocations
           Product: new-bugs
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: new bugs
          Assignee: unassignedbugs at nondot.org
          Reporter: daniel at iogearbox.net
                CC: llvm-bugs at lists.llvm.org

Now that kernel has ability to reduce stack usage in JITs and interpreter
depending on the stack needs of the BPF program, LLVM should also optimize for
smallest stack usage, also from the angle of the verifier that compares stacks
in state pruning. Given verfier only checks spilled regs, we should optimize
allocation wrt misc data that pruning can match and thus reduce verifier
complexity.

-- 
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/20170726/e660e912/attachment.html>


More information about the llvm-bugs mailing list