Browse thread
Interactive technical computing
[
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: | Christophe TROESTLER <Christophe.Troestler+ocaml@u...> |
| Subject: | Re: [Caml-list] Interactive technical computing |
On Fri, 9 Mar 2007, Jon Harrop <jon@ffconsultancy.com> wrote: > > > # Vec.(a + b + c) > > > > then Camlp4 could generate code that only needs to create 1 temporary > > vector to hold the result instead of 2 (as is the case in F#). > > I would expect the compiler to automate that deforesting. And how could it do that, not even knowing how to allocate a vector, less how to pass a preallocated vector to an « add » operation (because this, of course, depends on what « + » means...) ? ChriS