Browse thread
Re: [Caml-list] Runtime overflow and what to do
[
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: | Xavier Leroy <xavier.leroy@i...> |
| Subject: | Re: [Caml-list] Runtime overflow and what to do |
> But it is the lower bit that is ignored, no, si i guess incrementing an > ocaml integer by 1, correspond to incrementing the machine integer by > two, and would set the overflow flag in the processor status register > all the same, would it not ? Yes, except that not all processors have overflow flags. The Alpha and the MIPS don't, for instance. Integer arithmetic modulo a power of 2 is unpleasant for certain applications (and very useful for others, e.g. hash functions and cryptography), but this is really all what today's processors offer. - Xavier Leroy ------------------- 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