[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gold/13366] New: Allow to "pack" some functions together
From: |
mh-sourceware at glandium dot org |
Subject: |
[Bug gold/13366] New: Allow to "pack" some functions together |
Date: |
Mon, 31 Oct 2011 13:47:29 +0000 |
http://sourceware.org/bugzilla/show_bug.cgi?id=13366
Bug #: 13366
Summary: Allow to "pack" some functions together
Product: binutils
Version: 2.23 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Component: gold
AssignedTo: address@hidden
ReportedBy: address@hidden
CC: address@hidden
Classification: Unclassified
In some cases, a function can look like:
foo:
various stuff
jmp bar
In cases where it makes sense, and where foo is the only function calling bar
in such a way, the linker could just place bar after foo and get rid of the
jump.
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Bug gold/13366] New: Allow to "pack" some functions together,
mh-sourceware at glandium dot org <=