Browse thread
[Caml-list] ocamlopt, and generated ASM
- Jonathan Roewen
[
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: | Jonathan Roewen <jonathan.roewen@g...> |
| Subject: | [Caml-list] ocamlopt, and generated ASM |
Hi, I'm having some esoteric problems with my operating system project, and it randomly halting (i.e.: the hlt instruction issued with interrupts off). I've tried grepping the ocaml sources, but to no avail. Could someone who has some in-depth knowledge of the code gneretor for ocamlopt explain where these hlt instructions come from, and more importantly, where abouts they are generated? Perhaps ocaml 3.08.2 has some interesting bugs I'm not aware of? Jonathan