Browse thread
Efficiency of let/and
[
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: | 2005-09-26 (16:11) |
From: | Stefan Monnier <monnier@i...> |
Subject: | Re: Ant: Efficiency of let/and |
> Syntactically and semantically there is no difference. I was wondering if > the ocamlopt compiler took advatange of the implicit paralellism at all. If someone tries to use such things as `and' or unspecified-argument-evaluation-order in the hopes that the compiler will extract some imagined parallelism is simply deluding himself. In some cases, the freedom to execute in any order does lead to better code, but that code rarely if ever uses any kind of parallelism. Stefan