ocaml/asmcomp/i386
Benedikt Meurer 6fad047cc0 PR#5181: Merge common floating point constants in ocamlopt.
Instead of generating a unique quadword constant for each and every
floating point constant use within a function, we now collect the floating
point constants on a per-module basis, and generate only one quadword
per floating point constant.

This affects only the amd64 and i386 ports (both Unix/Linux/OS X and Windows).

git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13149 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
2012-12-21 18:33:32 +00:00
..
arch.ml PR#5771: Add primitives for reading 2, 4, 8 bytes in strings and bigarrays 2012-11-09 16:15:29 +00:00
emit.mlp PR#5181: Merge common floating point constants in ocamlopt. 2012-12-21 18:33:32 +00:00
emit_nt.mlp PR#5181: Merge common floating point constants in ocamlopt. 2012-12-21 18:33:32 +00:00
proc.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
reload.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
scheduling.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00
selection.ml remove all $Id keywords 2012-10-15 17:50:56 +00:00