Skip to content
  • Simon Marlow's avatar
    [project @ 2005-11-28 14:39:47 by simonmar] · d3d69395
    Simon Marlow authored
    Small performance improvement to STM: reduce the size of an atomically
    frame from 3 words to 2 words by combining the "waiting" boolean field
    with the info pointer, i.e. having two separate info tables/return
    addresses for an atomically frame, one for the normal case and one for
    the waiitng case.
    d3d69395