On 28/09/2009, at 10:40 AM, Erick Tryzelaar wrote:

>
> What to work on next? Polymorphism, or strings? I am a bit tired  
> relying on exit to tell me if the code's working or not. What to do,  
> what to do...


normal Felix polymorphism .. there's nothing to do at all.
The front end takes care of it, the code generator always makes
mono-morphic code. The only exception is the new code that
handles type variables "under a pointer".

The back end will take a polymorphic body plus instantiation
map (type variable->type) and make monomorphic code.

MOST of this will be redundant, since the monomorphisation pass
should monomorphise almost everything (except type variables
under a pointer).

--
john skaller
skal...@users.sourceforge.net





------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Felix-language mailing list
Felix-language@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/felix-language

Reply via email to