Skip to content
  • Yorick Peterse's avatar
    Change Process.identifier to return an Integer · 510e6d0c
    Yorick Peterse authored
    Ever since Integer.format has been introduced there no longer is a
    reason to have the VM format the identifier as a string. Using an
    integer also saves a heap allocation for cases where we don't need/want
    a string.
    510e6d0c