caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Récursivité terminale / tail-recursivity
@ 2009-03-27 10:25 David.Bulone
  0 siblings, 0 replies; only message in thread
From: David.Bulone @ 2009-03-27 10:25 UTC (permalink / raw)
  To: caml-list; +Cc: tajine, violard

Bonjour,

    Y'a-t-il dans la littérature des résultats sur la transformation  
automatique de définitions récursives non terminales, en définitions  
de fonctions récursives terminales avec pile de taille bornée ?
    Sachant que le problème général est certainement indécidable,  
y'a-t-il des classes de fonctions pour lesquelles on sait faire cette  
tranformation ?
(par exemple, cette transformation est possible avec fibonacci et une  
pile de taille 2).
    Je travaille actuellement sur ce thème dans le cadre d'un TER.

Merci pour vos réponses.

----------------------------------------------------------------------------------
Hello,

    Is there in the literature some results about the automatic  
transformation of non tail-recursive functions definitions, into  
tail-recursive ones using a bounding stack ?
    The general problem is probably undecidable. But maybe there is  
some family of functions for which we know how to transform.
(for example, the transformation is possible for fibonacci sequence  
and a stack of size 2).
    I'm currently Master student (TER) working on that.

Thanks for yours responses.



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-03-27 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-27 10:25 Récursivité terminale / tail-recursivity David.Bulone

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).