Browse thread
Warning on not-tail recursive functions
- tmp123@m...
[
Home
]
[ Index:
by date
|
by threads
]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
[ Message by date: previous | next ] [ Message in thread: previous | next ] [ Thread: previous | next ]
| Date: | -- (:) |
| From: | tmp123@m... |
| Subject: | Warning on not-tail recursive functions |
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.