Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Don't call static desructors when Fatal() errors occur (#1722) | Sam Clegg | 2018-11-02 | 1 | -2/+2 |
* | Simplify ThreadPool::isRunning (#1391) | Alon Zakai | 2018-01-30 | 1 | -2/+1 |
* | ThreadPool refactoring (#1389) | Alon Zakai | 2018-01-26 | 1 | -31/+31 |
* | Threading fixes (#1377) | Alon Zakai | 2018-01-24 | 1 | -4/+20 |
* | Thread fixes (#1205) | Alon Zakai | 2017-10-02 | 1 | -1/+8 |
* | New binaryen.js (#922) | Alon Zakai | 2017-03-24 | 1 | -0/+4 |
* | Replace std::unique<T>(new T()) with make_unique<T>(). | Logan Chien | 2016-08-26 | 1 | -3/+4 |
* | use WASM_UNUSED in some places to fix compiler warning/error on unused variab... | Alon Zakai | 2016-06-08 | 1 | -0/+2 |
* | refactor a getNumCores method | Alon Zakai | 2016-06-02 | 1 | -5/+9 |
* | Add missing algorithm and string headers | JF Bastien | 2016-04-23 | 1 | -0/+2 |
* | fix ThreadPool::size, we don't have any thread objects created if there is ju... | Alon Zakai | 2016-04-18 | 1 | -1/+1 |
* | allow limiting # of cores in thread pool, useful for debugging | Alon Zakai | 2016-04-18 | 1 | -0/+3 |
* | Function parallelism (#343) | Alon Zakai | 2016-04-15 | 1 | -0/+181 |