[LLVMbugs] [Bug 21464] New: tools/llvm-objdump/MachODump.cpp:127: possible performance problem ?
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Mon Nov 3 08:15:53 PST 2014
http://llvm.org/bugs/show_bug.cgi?id=21464
Bug ID: 21464
Summary: tools/llvm-objdump/MachODump.cpp:127: possible
performance problem ?
Product: new-bugs
Version: trunk
Hardware: PC
OS: Linux
Status: NEW
Severity: enhancement
Priority: P
Component: new bugs
Assignee: unassignedbugs at nondot.org
Reporter: dcb314 at hotmail.com
CC: llvmbugs at cs.uiuc.edu
Classification: Unclassified
> [trunk/llvm/tools/llvm-objdump/MachODump.cpp:127]: (performance) Function parameter 'i' should be passed by reference.
> [trunk/llvm/tools/llvm-objdump/MachODump.cpp:128]: (performance) Function parameter 'j' should be passed by reference.
static bool compareDiceTableEntries(const DiceTableEntry i,
const DiceTableEntry j) {
--
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/20141103/aee19211/attachment.html>
More information about the llvm-bugs
mailing list