[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[avr-libc-dev] [bug #14224] _delay_ms() not inlining if called more than
From: |
anonymous |
Subject: |
[avr-libc-dev] [bug #14224] _delay_ms() not inlining if called more than once in a unit |
Date: |
Fri, 19 Aug 2005 07:15:28 +0000 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.10) Gecko/20050730 Firefox/1.0.6 |
URL:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14224>
Summary: _delay_ms() not inlining if called more than once
in a unit
Project: AVR C Runtime Library
Submitted by: None
Submitted on: Fri 08/19/05 at 07:15
Category: Header
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: None
Status: None
Privacy: Public
Percent Complete: 0%
Assigned to: None
Originator Email: address@hidden
Open/Closed: Open
_______________________________________________________
Details:
Without the "always_inline" attribute, _delay_ms() will not be inlined at -Os
optimisation level if used more than once in a single source file, and will
then cause floating point code to be linked in.
_______________________________________________________
Carbon-Copy List:
CC Address | Comment
------------------------------------+-----------------------------
cmaloney --AT-- cardgate --DOT-- net | Originator Email
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14224>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [avr-libc-dev] [bug #14224] _delay_ms() not inlining if called more than once in a unit,
anonymous <=