diff options
| author | Ed Schouten <ed@FreeBSD.org> | 2009-07-04 13:58:26 +0000 |
|---|---|---|
| committer | Ed Schouten <ed@FreeBSD.org> | 2009-07-04 13:58:26 +0000 |
| commit | 18f153bdb9db52e7089a2d5293b96c45a3124a26 (patch) | |
| tree | 84360c8989c912127a383af37c4b1aa5767bd16e /lib/Target/PowerPC/README.txt | |
| parent | f859468f5a21b6952ab62917777f9fb3bba57003 (diff) | |
Notes
Diffstat (limited to 'lib/Target/PowerPC/README.txt')
| -rw-r--r-- | lib/Target/PowerPC/README.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lib/Target/PowerPC/README.txt b/lib/Target/PowerPC/README.txt index 688fb30908035..6e9e6c74e8f3f 100644 --- a/lib/Target/PowerPC/README.txt +++ b/lib/Target/PowerPC/README.txt @@ -180,6 +180,16 @@ void bar() { struct foo R = { 1.0, 2.0 }; xxx(R); } ===-------------------------------------------------------------------------=== +Darwin Stub removal: + +We still generate calls to foo$stub, and stubs, on Darwin. This is not +necessary when building with the Leopard (10.5) or later linker, as stubs are +generated by ld when necessary. Parameterizing this based on the deployment +target (-mmacosx-version-min) is probably enough. x86-32 does this right, see +its logic. + +===-------------------------------------------------------------------------=== + Darwin Stub LICM optimization: Loops like this: |
