Re: [C--] Mlite C Compiler -- A C front-end generates C-- code

Ning Wang <[email protected]> Thu, 08 Jul 2010 20:39:56 -0700
Newsgroups gmane.comp.lang.c--
Message-ID <[email protected]>
jitesh Dundas wrote:
> Ning,
>
> A suggestion. I like your work and I would like to encourage you to
> use AI concepts in the same.
>
> A self learning code that keeps measuring commonly used code
> patterns(or common functions) and then inherits them into its own
> librar. Next,it just gives that function as a possible fron end
> generation.
>
> For e.g. your code comes across the function sweetTea() repetitively.
> Then our code should inherit this functionality as a function in its
> fron-end generator.
>
> I strongly request you to think in its direction to uplift your work
> to the next levels.
>
> I am always there to help you if needed.
>
> Regards,
> jd
>   
If you want to cache already translated functions is to avoid 
re-translating them again, then such thing already exists.  You can take 
a look ccache.
 
Cheers,
Ning
_______________________________________________
Cminusminus mailing list
[email protected]
https://lists.eecs.harvard.edu/mailman/listinfo/cminusminus