summaryrefslogtreecommitdiff
path: root/src/mixed_arena.h
Commit message (Expand)AuthorAgeFilesLines
* Fix ArenaVector::swap (#7115)Alon Zakai2024-11-261-6/+3
* Factor IRBuilder utility out of the new wat parser (#5880)Thomas Lively2023-08-221-1/+9
* [NFC] Templatize `makeBlock` so it can be used with any iterable (#5583)Thomas Lively2023-03-161-2/+3
* Fix lock-free MixedArena allocation (#3807)Thomas Lively2021-04-141-1/+1
* Avoid usedElements around code that modifys that value (#3488)Alon Zakai2021-01-141-6/+6
* Fix an index error in ArenaVectorBase (#3486)Heejin Ahn2021-01-141-1/+1
* Extend the C- and JS-APIs (#2586)Daniel Wirtz2020-07-221-0/+21
* clang-tidy braces changes (#2075)Alon Zakai2019-05-011-3/+6
* Apply format changes from #2048 (#2059)Alon Zakai2019-04-261-61/+38
* Change ArenaVector<T>::Iterator to satisfy standard (Legacy)RandomAccessItera...Ryoga2019-03-261-5/+76
* Aligned allocation fixes. Fixes #1845 (#1846)Alon Zakai2019-01-091-8/+9
* standardize on 'template<' over 'template <' (i.e., remove a space) (#1782)Alon Zakai2018-11-291-2/+2
* Fix alignment in MixedAllocator (#1740)Alon Zakai2018-11-131-18/+29
* DeadArgumentElimination Pass (#1641)Alon Zakai2018-09-051-0/+4
* br_table optimizations (#1502)Alon Zakai2018-04-101-0/+5
* Get wasm2asm building again (#1107)Thomas Lively2017-08-021-0/+21
* Code folding (#1076)Alon Zakai2017-06-281-0/+4
* asm2wasm debuginfo (#895)Alon Zakai2017-02-071-0/+1
* use MixedArena in asm.js astAlon Zakai (kripken)2017-01-311-26/+50
* Generate thunks for address-taken imports (#554)Derek Schuff2016-06-021-1/+1
* use atomics on MixedArena list generation instead of locking (#456)Alon Zakai2016-05-071-15/+31
* add an ArenaVector for internal array allocations in expression nodesAlon Zakai2016-04-261-1/+130
* make chunk size flexible in arenasAlon Zakai2016-04-261-5/+9
* refactor arena to allow allocating space directlyAlon Zakai2016-04-261-8/+13
* remove old globalAllocatorAlon Zakai2016-04-261-2/+0
* go back to using a mutex in mixed arena, until we get the atomics workingAlon Zakai2016-04-241-19/+12
* allow allocations on side threads (#365)Alon Zakai2016-04-241-7/+67
* Move wasm-linker into its own cpp file (#375)Derek Schuff2016-04-211-0/+1
* Function parallelism (#343)Alon Zakai2016-04-151-0/+7
* Fix / uniformize include guardsJF Bastien2015-12-221-14/+3
* Fix the license headersJF Bastien2015-12-211-1/+15
* create an AllocatingModule which handles allocation for its elementsAlon Zakai2015-11-241-0/+11
* pass supportAlon Zakai2015-11-131-0/+7
* commentsAlon Zakai2015-11-111-0/+3
* refactor arena codeAlon Zakai2015-11-031-0/+35