Matthew Parkinson

Results 160 comments of Matthew Parkinson

> > Why would you want this? > > COBOL has a different concurrency model from the traditional multithreaded one. The language instead uses multiple separate processes running concurrently, exchanging...

> Generally looks quite nice. ISTR `snmalloc` of old had the ability to conditionally keep stats or not; perhaps it would be worth having an empty implementation of the `Stat`...

So I ran a single pass of mimalloc-bench on this ``` #------------------------------------------------------------------ # test alloc time rss user sys page-faults page-reclaims cfrac sn-m0 06.36 3312 6.35 0.00 0 434 cfrac...

Originally, the pagemap was only 16MiB (i.e. in the paper). So at that point it could have worked reasonably. I am thinking we should drop OpenBSD from the CI?

@devnexen sorry for the delay in running the CI. It looks like there are a few failures in the tests, and clangformat is not happy.

I think it is the last line here: ``` Check fail: dst[u] == i in /home/runner/work/snmalloc/snmalloc/src/test/func/memcpy/func-memcpy.cc on 200 in test void check_overlaps2(size_t) [after = false] overlap error: 0x4 0x2 ```...

Are there any current work arounds for this issue? I have recently got a Kitronik Air Quality board, but I am not able to build a data logger without over...

Thanks for contribution to `mimalloc-bench`. I am a little worried about compiling Linux completely in memory for the CI machines. Last time I checked they only had 7GiB of RAM....

I am not sure this is actually running in CI. The set `tests_all3` which linux is added to does not seem to be part of the CI job.

> It's not. I wasn't thinking about the CI, I just didn't want to force it into `allt`, given it runs for about 2 minutes. Shall I move it to...