[
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: | 2006-11-21 (23:20) |
From: | Sean McLaughlin <seanmcl@c...> |
Subject: | optimizing trivial functions |
Hello, Will the Ocaml compiler optimize the following code to let y = ()? I'm designing a program that will depend heavily on whether this code is optimized in this way. let f x1 x2 ... x100 = () let y = f x1 ... x100 Thanks, Sean