Talk About Network

Google


Register and Login
Nick
Password
Register create new account Sign up is FREE and you can post replies, new topics, bookmark posts and more!
Recover lost password


Programming > Forth Mac > Re: Relative Ch...
Latest [ Topics | Posts ] Archive Post A New Topic Post a Reply
<< Topic < Post Post 4 of 5 Topic 133 of 161
Post > Topic >>

Re: Relative Chains in CMF...

by ward@[EMAIL PROTECTED] (ward mcfarland) Oct 5, 2006 at 07:56 AM

Charles Turner <vze26m98@[EMAIL PROTECTED]
> wrote:

> Am I correct in thinking that Relative Chains are a bit of overkill if
> what I'm looking for is a simple linked list implementation for numbers
> and strings?

Relative Chains are actually fairly well optimized and easy to use.  By
using relative addresses (delta between successive links) they are not
dependent on absolute addresses.  This latter is not as much of an issue
on OS X as previously (when each time you load an application it would
load into a different address), since on the same version of OS X, our
code and data areas get assigned the same locations.  However, I could
not be certain that the data area addresses would be the same between a
snapshot and a Turnkey, nor between different versions of OS X.
 




 5 Posts in Topic:
Relative Chains in CMF...
"Charles Turner"  2006-10-04 08:43:16 
Re: Relative Chains in CMF...
Roelf Toxopeus <these3  2006-10-05 07:57:51 
Re: Relative Chains in CMF...
"Charles Turner"  2006-10-05 02:28:27 
Re: Relative Chains in CMF...
ward@[EMAIL PROTECTED] (  2006-10-05 07:56:50 
Re: Relative Chains in CMF...
"Charles Turner"  2006-10-06 02:59:22 

Post A Reply:
  Go here to Signup

AddThis Feed Button


About - Advertising - Contact - Frequently Asked Questions - Privacy Policy - Terms of Use - Signup

Contact
tan12V112 Sat Nov 22 14:12:44 CST 2008.