MUD-Dev
mailing list archive

Other Periods  | Other mailing lists  | Search  ]

Date:  [ Previous  | Next  ]      Thread:  [ Previous  | Next  ]      Index:  [ Author  | Date  | Thread  ]

Re: [MUD-Dev] Naming and Directories?



On Tue, 16 Mar 1999 23:11:32 -0700 
Chris Gray<cg#ami-cg,GraySage.Edmonton.AB.CA> wrote:

> Most compiler systems can only inline functions that they have the
> source to. So, that would work if you wrote your own strcmp(), but
> not with the (possibly highly optimized) system one. 

There exist optimising linkers which are intelligent about common
library calls (or which can be configured to be so intelligent), and
which will recognise them and auto-inline the binary code at link
time.  This of course requires collusion on the part of the compiler
and library authors, but the facility exists in certain commercial OS
and compiler suites.  Its likely to take a while to reach Linux alas,
probably longer than IRIX-ish RQS support.

-- 
J C Lawrence                              Internet: claw#kanga,nu
----------(*)                            Internet: coder#kanga,nu
...Honorary Member of Clan McFud -- Teamer's Avenging Monolith...


_______________________________________________
MUD-Dev maillist  -  MUD-Dev#kanga,nu
http://www.kanga.nu/lists/listinfo/mud-dev




Other Periods  | Other mailing lists  | Search  ]