Browse thread
[Caml-list] Pointers needed for optimization problem.
-
Pal-Kristian Engstad
-
Xavier Leroy
- Markus Mottl
-
Xavier Leroy
[
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: | 2002-08-23 (12:18) |
From: | Markus Mottl <markus@o...> |
Subject: | Re: [Caml-list] Pointers needed for optimization problem. |
On Fri, 23 Aug 2002, Xavier Leroy wrote: > > Now, this is fairly trivial to do, but if you have an architecture > > with SIMD vector floating point registers and opcodes, a whole range > > of new interesting optimizations can be done. > > So, what I am looking for is basically pointers to literature that deal with > > issues like these. > > What you're after is traditionally called "instruction selection". > A Google search on "SIMD instruction selection" gives some relevant > papers. (Follow the PDF links only :-) > > Other sources of potential information: For optimal instruction selection, you might want to consider ocamlburg, which you can find here: http://www.cminusminus.org/tools.html I don't know how useful it generally is for exploiting super-scalar features, but it may be in some cases. Regards, Markus Mottl -- Markus Mottl markus@oefai.at Austrian Research Institute for Artificial Intelligence http://www.oefai.at/~markus ------------------- To unsubscribe, mail caml-list-request@inria.fr Archives: http://caml.inria.fr Bug reports: http://caml.inria.fr/bin/caml-bugs FAQ: http://caml.inria.fr/FAQ/ Beginner's list: http://groups.yahoo.com/group/ocaml_beginners