lks9 / src-tracer

Other
0 stars 0 forks source link

Use mmap #43

Closed lks9 closed 8 months ago

lks9 commented 1 year ago

implements #33

lks9 commented 8 months ago

Closed because merge conflicts. In the mean time, I worked on some branches fork_shared_mmap and segv_handler that are actually more performant. They use a small ring buffer of size 1<<16 instead of a linear memory area of size 1<<36.