[
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: | James Hague <jhague@d...> |
| Subject: | Re: Numeric programming efficiency question |
Xavier Leroy wrote: > So, it's not too bad, although it might not generate optimal code all > the time due to the rather simple-minded inlining and unboxing > algorithms used in ocamlopt. I found the term "simple-minded" to be highly amusing, considering that OCaml is generally considered to generate the best code of all free implementations of functional languages using a pattern matching syntax! James Hague