Skip to content
  • Kunshan Wang's avatar
    Added thread-local. · 94fe2b71
    Kunshan Wang authored
    The thread-local object reference gives each thread a reference to an
    arbitrary object, which can hold thread-local states. New API functions
    and new (common) instructions are added. It is also a thread states and
    a GC root.
    94fe2b71