issues
search
snazzy-d
/
sdc
The Snazzy D Compiler
MIT License
249
stars
55
forks
source link
issues
Newest
Newest
Most commented
Recently updated
Oldest
Least commented
Least recently updated
Always terminate helper thread when testing suspend.
#400
schveiguy
closed
6 days ago
0
Fix issue with entering busy state from pre-suspend hook
#399
schveiguy
closed
6 days ago
1
Fix race condition with destroying tls range.
#398
schveiguy
closed
1 week ago
2
Zero slabs when collecting if they contain pointers.
#397
schveiguy
opened
1 week ago
0
Reduce reallocs of the worklist
#396
schveiguy
closed
1 week ago
4
Zero slabs that are freed that contain pointers, so when they are
#395
schveiguy
closed
1 week ago
1
Only scan used capacity on large allocations.
#394
schveiguy
closed
2 weeks ago
0
Add activate/deactivate hook for implementing GC.enable/disable
#393
schveiguy
closed
3 weeks ago
2
Add get allocation slice hook.
#392
schveiguy
closed
3 weeks ago
0
wrong boolean check for validating capacity.
#391
schveiguy
closed
3 weeks ago
0
Add capacity hook for dmd.
#390
schveiguy
closed
3 weeks ago
0
add reserve hook.
#389
schveiguy
closed
3 weeks ago
0
add extend function for druntime to call when appending.
#388
schveiguy
closed
3 weeks ago
0
Add functions to do both extending and shrinking used capacity.
#387
schveiguy
closed
3 weeks ago
0
Add allocation routine for druntime support
#386
schveiguy
closed
3 weeks ago
0
Add resize function.
#385
schveiguy
closed
1 month ago
0
Zero out the portion of allocation that was not requested
#384
schveiguy
closed
2 weeks ago
3
Add mechanism to track pages in page filler.
#383
schveiguy
closed
1 month ago
9
Add specialized allocation functions for when a new piece of memory
#382
schveiguy
closed
1 month ago
4
Fix issue with collecting sparse slabs with metadata
#381
schveiguy
closed
1 month ago
1
sdfmt: Explicitly parse shortened function syntax
#380
maxhaton
opened
1 month ago
0
Add block tracking to regions, for use in running automatic collections.
#379
schveiguy
closed
2 months ago
0
Add autocollection capabilities by measuring allocated blocks in each region allocator.
#378
schveiguy
closed
1 month ago
2
Add API for druntime
#377
schveiguy
closed
2 months ago
0
[GC] Make sure we clear metadata flags on collect.
#376
deadalnix
closed
3 months ago
1
Avoid deadlock if libc pthread_create fails.
#375
schveiguy
closed
3 months ago
0
Adapt the bin refill based on real usage
#374
deadalnix
opened
3 months ago
0
Deprioritize extents that are used for Huge allocations.
#373
deadalnix
opened
3 months ago
0
Add an allocation fast path
#372
deadalnix
opened
3 months ago
0
Fill out roots API
#371
schveiguy
closed
3 months ago
1
Add slab finalizers.
#370
schveiguy
closed
3 months ago
2
Use extern(C) call for druntime for thread scanning.
#369
schveiguy
closed
5 months ago
5
Add finalizer calls from collection cycle for large blocks
#368
schveiguy
closed
4 months ago
12
sdalloc - Why does this function accept a range of pointers?
#367
schveiguy
closed
3 months ago
1
Fix some typos/grammar in dalloc description
#366
schveiguy
closed
5 months ago
1
Fix typo in function name lexStrignSuffix to lexStringSuffix
#365
MrSmith33
closed
6 months ago
0
Fix octal escape sequence not working with leading zero
#364
MrSmith33
closed
6 months ago
1
sdfmt: Support stdin input and `--assume-filename` option
#363
kinke
opened
6 months ago
6
Purge N dirty blocks, from currently dirtiest region(s).
#362
dsm9000
opened
8 months ago
0
Mechanism to track currently-dirtiest region.
#361
dsm9000
opened
9 months ago
0
There is now a dub.selections.json file checked in.
#360
maxhaton
opened
9 months ago
3
Formatting of functions using `=>` instead of return
#359
nordlow
opened
9 months ago
0
One-shot purge of dirty blocks per region.
#358
dsm9000
opened
9 months ago
0
Add Context.registerFile that accepts content string
#357
MrSmith33
closed
9 months ago
0
Realloc huge allocation in place if possible.
#356
deadalnix
opened
10 months ago
0
bitmap.nextSetRange()
#355
dsm9000
closed
10 months ago
1
Pack region metadata into bitfield.
#354
dsm9000
closed
10 months ago
1
Autoformat without parallel
#353
0xEAB
closed
10 months ago
2
Multi-platform glue for madvise().
#352
dsm9000
closed
10 months ago
1
Denominate region size in blocks.
#351
dsm9000
closed
10 months ago
1
Next