Re: speed of 32 bit versus 64 installations
| Newsgroups | gmane.comp.lang.ocaml.beginners |
|---|---|
| Message-ID | <CAAxsn=Ed1a3RvUuC3xFr3d9dgqnakTvPKyhCxkJe5nwHrGq-eA@mail.gmail.com> |
On 25 January 2015 at 22:28, [email protected] [ocaml_beginners] <[email protected]> wrote: > Another question. The ocaml version on try.ocamlpro.com has 32-bit > integers. max_int is 2147483647. I've never seen a release of ocaml > with 32 bit integers. Normally it is 31 bits or 63 bits. What gives? It's running a version of OCaml that has been compiled to JavaScript using js_of_ocaml, which uses JavaScript numbers to represent integers.