Reduce pinned object table size, part 1 of 2.
commit8333dce45f777ae33385cfe3269dcb31fcc83d20
authorDouglas Katzman <dougk@google.com>
Mon, 3 Apr 2017 02:30:54 +0000 (2 22:30 -0400)
committerDouglas Katzman <dougk@google.com>
Mon, 3 Apr 2017 02:38:21 +0000 (2 22:38 -0400)
tree02a11069752464d050e35341eef521ac4acee7ea
parent161445779a110ce4915450a82eb799cb4e70f159
Reduce pinned object table size, part 1 of 2.

This patch adds a very quick linear probing hash table
without hooking it in to GC yet.
12 files changed:
src/runtime/Config.x86-64-bsd
src/runtime/Config.x86-64-darwin
src/runtime/Config.x86-64-linux
src/runtime/Config.x86-64-sunos
src/runtime/Config.x86-64-win32
src/runtime/Config.x86-bsd
src/runtime/Config.x86-darwin
src/runtime/Config.x86-linux
src/runtime/Config.x86-sunos
src/runtime/Config.x86-win32
src/runtime/hopscotch.c [new file with mode: 0644]
src/runtime/hopscotch.h [new file with mode: 0644]