Browse thread
Re: VLIW & caml: how?
- Christopher Oliver
[
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: | Christopher Oliver <oliver@f...> |
| Subject: | Re: VLIW & caml: how? |
Todd Lewis writes: > I've been reading that VLIW as implemented on the IA-64/Merced will post > problems for conventional compilers such as gcc which don't have a very > expansive view of the code they're compiling. How well will o'caml deal > with optimizing for this sort of architecture? Any thoughts? Well... since no one in the free software community knows much about Merced, and Intel is not talking, this chip isn't yet real as far as authors of compiler back ends for free languages. I think we should make sure Intel doesn't play Appendix H games again before wasting much time speculating on how any compiler handles optimization on this architecture. -- Christopher Oliver Traverse Internet Systems Coordinator 223 Grandview Pkwy, Suite 108 oliver@traverse.net Traverse City, Michigan, 49684 let magic f = fun x -> x and more_magic n f = fun x -> f ((n f) x);;