gingerBill
|
11be0cb4ab
Use `permanent_allocator()` instead of `temporary_allocator()` temporarily to fix a bug
|
17 hours ago |
gingerBill
|
7db57e2d9c
Temporarily disable `TEMPORARY_ALLOCATOR_GUARD`
|
18 hours ago |
gingerBill
|
22261f9e71
Fix `temporary_allocator`
|
18 hours ago |
Jeroen van Rijn
|
e0a97a628d
Merge pull request #5683 from thetarnav/soa-get-safe-contextless
|
23 hours ago |
Damian Tarnawski
|
3e62c2c79a
Add "contextless" to small_array get_safe and get_ptr_safe
|
1 day ago |
gingerBill
|
935d9657a3
Merge pull request #5677 from slowhei/master
|
3 days ago |
Tohei Ichikawa
|
a454633774
Fix addObserver methods and add support for new Objc_Block
|
3 days ago |
gingerBill
|
72f8bafe6c
Merge pull request #5672 from thetarnav/strings-builder-caller-location
|
4 days ago |
gingerBill
|
cf4262d22c
Merge branch 'master' of https://github.com/odin-lang/Odin
|
4 days ago |
gingerBill
|
5ea2e1fe60
Minimize mutex usage when in single threaded mode.
|
4 days ago |
gingerBill
|
8175c3eaa1
Merge pull request #5651 from FourteenBrush/patch-2
|
4 days ago |
gingerBill
|
992cad101c
Minor mutex rearrangement
|
4 days ago |
gingerBill
|
549edcc0f9
Use a `RwMutex` instead of `BlockingMutex`
|
4 days ago |
gingerBill
|
34e3d30780
More thread contention removal
|
4 days ago |
gingerBill
|
0476d33a6c
Remove global `PtrMap<Type *, GenTypesData *>` and store on the `TypeNamed` directly
|
4 days ago |
gingerBill
|
d3602ca634
Removal of some old checks
|
4 days ago |
gingerBill
|
76c0f89535
Merge branch 'master' of https://github.com/odin-lang/Odin
|
4 days ago |
gingerBill
|
bc36ea4170
Use macro instead of a C++ iterator - for speed
|
4 days ago |
Jeroen van Rijn
|
641ccf89a2
Merge pull request #5676 from Kelimion/big-asan
|
4 days ago |
gingerBill
|
228ddd6903
Inline some ptr set iterators
|
4 days ago |
Jeroen van Rijn
|
3c9538c708
Change the way math/big constants are initialized
|
4 days ago |
gingerBill
|
1c648126c7
Move more from `heap_allocator()` to `temporary_allocator()`
|
4 days ago |
gingerBill
|
01258d4817
Multithread "check all scope usages"
|
4 days ago |
gingerBill
|
a36a8722dc
Minimize more thread contention
|
4 days ago |
gingerBill
|
21b1173076
Minor clean up of permanent/temporary arena usage
|
4 days ago |
gingerBill
|
af37ba76c1
Use arena in `calculate_global_init_order`
|
4 days ago |
gingerBill
|
54df0e1a41
Merge branch 'master' of https://github.com/odin-lang/Odin
|
4 days ago |
gingerBill
|
1e0902677f
Multithread min dep set by removing the set itself
|
4 days ago |
gingerBill
|
fef00dda24
Merge pull request #5675 from jfcode4/master
|
4 days ago |
Jacob Friedman
|
9492dccb4a
Fix incorrect json encoding for control characters < 32
|
4 days ago |