summaryrefslogtreecommitdiff
path: root/rts/StaticPtrTable.c
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix various #include issuesBen Gamari2022-04-061-1/+1
* rts: Specialize hashing at call site rather than in struct.Crazycolorz52019-12-111-8/+9
* Update Wiki URLs to point to GitLabTakenobu Tani2019-03-251-2/+2
* More efficient, non-allocating unsafeLookupStaticPtrÖmer Sinan Ağacan2018-11-161-1/+2
* Finish stable splitDavid Feuer2018-08-291-1/+1
* Fix a few GCC warningsMichal Terepeta2018-05-131-7/+8
* Prefer #if defined to #ifdefBen Gamari2017-04-281-3/+3
* Add support for StaticPointers in GHCiBen Gamari2017-02-021-4/+8
* Protect StablPtr dereference with the StaticPtr table lock.Facundo Domínguez2016-09-021-1/+4
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-131-7/+54
* Implement -XStaticValuesFacundo Domínguez2014-12-091-0/+57