Skip to content
  • Jesper Louis Andersen's avatar
    Do not create a new set of 0-bytes all the time. · 6bfa191f
    Jesper Louis Andersen authored
    Rather than creating a set of <<0,…,0>> every time and then throwing it away,
    we now reuse a constant. They are small enough they are still small-binaries, but a
    process can keep them around and use them whenever it needs to go to the
    low-level area.
    6bfa191f