Open Menu
Close Menu
Apple
Shopping Bag
Apple
Mac
iPad
iPhone
Watch
TV
Music
Support
Search apple.com
Shopping Bag
Lists
Open Menu
Close Menu
Terms and Conditions
Lists hosted on this site
Email the Postmaster
Tips for posting to public mailing lists
static library function inlining
[
Date Prev
][
Date Next
][
Thread Prev
][
Thread Next
][
Date Index
][
Thread Index
]
static library function inlining
Subject
:
static library function inlining
From: Shaun Wexler <
email@hidden
>
Date: Tue, 16 Mar 2004 12:25:40 -0800
I have several functions which are common to all targets in a project, and I want them to be inlined (rubber-stamped), ie to fall-thru with no blr or register swapping. What I thought would work is to place them into a static library, and link that library into all frameworks and other targets. I built the static lib target with Library Style = static, -seg1addr 0xb3000000, -falign-loops=16, and even tried -finline-functions which I thought would be unnecessary in the lib. Both Fix And Continue or ZeroLink are always disabled, in all targets and styles. I linked to libSKWStatic.a in all other targets. Upon inspection of the deployment's disassembled code, the functions are being called thru a _dylib_ stub, and are not inline! The compiler and linker don't seem to be respecting -finline-functions which I have set in all build styles. What else might I be doing wrong?!!
--
Shaun Wexler
MacFOH
http://www.macfoh.com
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.
Follow-Ups
:
Re: static library function inlining
From:
Chris Espinosa <email@hidden>
Prev by Date:
Viewing NSArray and NSDictionary types
Next by Date:
Group column in the documentation window
Previous by thread:
RE: Viewing NSArray and NSDictionary types
Next by thread:
Re: static library function inlining
Index(es):
Date
Thread