75b8c01 PR#5933 type-specialize 'let compare = compare' on ints and strings

Authored and Committed by Gabriel Scherer 11 years ago
    PR#5933 type-specialize 'let compare = compare' on ints and strings
    
    According to the reporter 'sliquister', type-specialized comparison
    can nearly halve compilation time in some cases. This patch applies
    type-specialization throughout the OCaml distribution sources, so not
    all changes will have performance utility, but in this case I think
    it's best to be consistent, as I see no downside to the change.
    
    
    git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@13410 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
    
        
file modified
+1 -1
file modified
+2 -2
file modified
+2 -1
file modified
+1 -1
file modified
+7 -1
file modified
+2 -1
file modified
+2 -2
file modified
+1 -1
file modified
+1 -1
file modified
+1 -1
file modified
+2 -2
file modified
+4 -1
file modified
+4 -1
file modified
+2 -1
file modified
+8 -4
file modified
+1 -1
file modified
+2 -1
file modified
+2 -1