| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
This wasn't causing problems but it looked wrong
|
|
|
|
|
|
|
|
|
|
|
|
|
|
All tydescs are static now, there's no need to worry about
marshalling them between threads anymore.
|
|
Issue #1982
|
|
We are no longer generating dynamic tydescs or dicts.
Issue #1982
|
|
|
|
Instead of a two-level lookup, just use one big table
|
|
It still utterly dominates some benchmarks with busy waiting, but at least it
doesn't create lock contention while doing so.
|
|
Still a mess.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
There's not a real race here, but it makes helgrind happy and is arguably
less prone to future errrors.
|
|
|
|
|
|
This reverts commit cb7022cfc20b89947ff3fa96d4617f9fe64d2f3e.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|