[MLton] commit r4241: First cut at fixing -codegen c -profile time

Andreas Rossberg AndreasRossberg@web.de
Fri, 18 Nov 2005 10:48:36 +0100


"Matthew Fluet" <fluet@mlton.org> wrote:
> [fluet@localhost native]$ mlprof -thresh 2.0 hamlet mlmon.out
> 25.98 seconds of CPU time (4.54 seconds GC)
>          function            cur
> --------------------------- -----
> <gc>                        14.9%
> Sequence.Slice.collate.loop 12.7%

Just out of interest: what is Sequence.Slice.collate.loop doing? Something
to do with string comparison?

  - Andreas