On Wed, Nov 17, 2010 at 4:20 PM, john skaller
<skal...@users.sourceforge.net> wrote:
>
> I now have to make a key decision: whether to support relocation
> (all closed bound tables start at offset 0 and on loading get relocated
> to a free address) or somehow fix the addresses (eg by hashing,
> or just do everything in some sequence and if there's a clash throw
> it all out and rebuild from scratch).

For what it's worth, For felix2 I'm planning on using a combination of
hash consing the internal structure and serializing out to indexed
values on disk. The hope is that I can avoid having to manually track
array indexes in maps and get cheap comparisons between values. I
haven't done much prototyping yet, so I have yet to see if it's a
worthwhile idea yet.

------------------------------------------------------------------------------
Beautiful is writing same markup. Internet Explorer 9 supports
standards for HTML5, CSS3, SVG 1.1,  ECMAScript5, and DOM L2 & L3.
Spend less time writing and  rewriting code and more time creating great
experiences on the web. Be a part of the beta today
http://p.sf.net/sfu/msIE9-sfdev2dev
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to