caml-list - the Caml user's mailing list
 help / color / mirror / Atom feed
* Warning on not-tail recursive functions
@ 2007-08-04 10:58 tmp123
  2007-08-04 12:27 ` [Caml-list] " Brian Hurt
  0 siblings, 1 reply; 6+ messages in thread
From: tmp123 @ 2007-08-04 10:58 UTC (permalink / raw)
  To: caml-list

Hello,

Please, knows someone if "ocamlopt" can print a warning message when a 
recursive function is not tail recursive, and code with the "jmp" 
optimization has not been generated?.

In this case, probably I can correct the function implementation to 
write a better one. Without it, I must always look at the generated 
assembler to check it.

Thanks a lot.


^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2007-08-04 19:24 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-08-04 10:58 Warning on not-tail recursive functions tmp123
2007-08-04 12:27 ` [Caml-list] " Brian Hurt
2007-08-04 12:34   ` Oliver Bandel
2007-08-04 13:26     ` Julien Moutinho
2007-08-04 14:52     ` Brian Hurt
2007-08-04 19:24       ` Oliver Bandel

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).