issues
search
snazzy-d
/
sdc
The Snazzy D Compiler
MIT License
250
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Replace invalid use of toStringz with concatenation.
#410
schveiguy
opened
35 minutes ago
0
Returning the result of a void function in a void function fails to compile
#409
schveiguy
opened
11 hours ago
0
Create threadpool for GC parallel tasks
#408
schveiguy
opened
1 day ago
3
Move marking code for sparse slabs and large extents into extent for consistency.
#407
schveiguy
closed
10 hours ago
1
Move marking code for dense slabs into extent for consistency.
#406
schveiguy
closed
8 hours ago
0
Move code to get sparse marks into extent for consistency.
#405
schveiguy
opened
3 days ago
0
Move code to get dense marks into extent for consistency.
#404
schveiguy
opened
3 days ago
0
[GC] Fix an issue where a collection finalizer may actually put a free
#403
schveiguy
closed
5 days ago
2
Fix roots mechanism to avoid deadlocks and asserts
#402
schveiguy
closed
5 days ago
6
Fix hangs where a lock is held by a suspended thread.
#401
schveiguy
opened
1 week ago
4
Always terminate helper thread when testing suspend.
#400
schveiguy
closed
1 month ago
0
Fix issue with entering busy state from pre-suspend hook
#399
schveiguy
closed
1 month ago
1
Fix race condition with destroying tls range.
#398
schveiguy
closed
1 month ago
2
Zero slabs when collecting if they contain pointers.
#397
schveiguy
opened
1 month ago
0
Reduce reallocs of the worklist
#396
schveiguy
closed
1 month ago
4
Zero slabs that are freed that contain pointers, so when they are
#395
schveiguy
closed
1 month ago
1
Only scan used capacity on large allocations.
#394
schveiguy
closed
1 month ago
0
Add activate/deactivate hook for implementing GC.enable/disable
#393
schveiguy
closed
1 month ago
2
Add get allocation slice hook.
#392
schveiguy
closed
1 month ago
0
wrong boolean check for validating capacity.
#391
schveiguy
closed
2 months ago
0
Add capacity hook for dmd.
#390
schveiguy
closed
1 month ago
0
add reserve hook.
#389
schveiguy
closed
2 months ago
0
add extend function for druntime to call when appending.
#388
schveiguy
closed
2 months ago
0
Add functions to do both extending and shrinking used capacity.
#387
schveiguy
closed
2 months ago
0
Add allocation routine for druntime support
#386
schveiguy
closed
2 months ago
0
Add resize function.
#385
schveiguy
closed
2 months ago
0
Zero out the portion of allocation that was not requested
#384
schveiguy
closed
1 month ago
3
Add mechanism to track pages in page filler.
#383
schveiguy
closed
2 months ago
9
Add specialized allocation functions for when a new piece of memory
#382
schveiguy
closed
2 months ago
4
Fix issue with collecting sparse slabs with metadata
#381
schveiguy
closed
2 months ago
1
sdfmt: Explicitly parse shortened function syntax
#380
maxhaton
opened
3 months ago
0
Add block tracking to regions, for use in running automatic collections.
#379
schveiguy
closed
3 months ago
0
Add autocollection capabilities by measuring allocated blocks in each region allocator.
#378
schveiguy
closed
2 months ago
2
Add API for druntime
#377
schveiguy
closed
3 months ago
0
[GC] Make sure we clear metadata flags on collect.
#376
deadalnix
closed
4 months ago
1
Avoid deadlock if libc pthread_create fails.
#375
schveiguy
closed
4 months ago
0
Adapt the bin refill based on real usage
#374
deadalnix
opened
4 months ago
0
Deprioritize extents that are used for Huge allocations.
#373
deadalnix
opened
4 months ago
0
Add an allocation fast path
#372
deadalnix
opened
4 months ago
0
Fill out roots API
#371
schveiguy
closed
4 months ago
1
Add slab finalizers.
#370
schveiguy
closed
4 months ago
2
Use extern(C) call for druntime for thread scanning.
#369
schveiguy
closed
6 months ago
5
Add finalizer calls from collection cycle for large blocks
#368
schveiguy
closed
5 months ago
12
sdalloc - Why does this function accept a range of pointers?
#367
schveiguy
closed
4 months ago
1
Fix some typos/grammar in dalloc description
#366
schveiguy
closed
6 months ago
1
Fix typo in function name lexStrignSuffix to lexStringSuffix
#365
MrSmith33
closed
7 months ago
0
Fix octal escape sequence not working with leading zero
#364
MrSmith33
closed
7 months ago
1
sdfmt: Support stdin input and `--assume-filename` option
#363
kinke
opened
7 months ago
6
Purge N dirty blocks, from currently dirtiest region(s).
#362
dsm9000
opened
9 months ago
0
Mechanism to track currently-dirtiest region.
#361
dsm9000
opened
10 months ago
0
Next