Skip to content
  • Simon Marlow's avatar
    [project @ 2005-07-26 12:14:03 by simonmar] · ac88f113
    Simon Marlow authored
    Add a layer of write buffering over Handle when dumping the output:
    this saves a lot of time because we're doing a lot of small writes,
    and Handle operations have a non-trivial constant overhead due to the
    thread-safety, exception-safety etc.
    
    This improvement results in about a 10% reduction in compile time for
    non-optimised, somewhat less for optimised compilation.
    ac88f113