Chris Jenkins
Results
2
issues of
Chris Jenkins
Do a timing test to see the performance difference between using Aarch64 native context switching assembly vs the ucontext.h library. Process I follow: 1. Make change to `config/qthread_check_swapcontext.m4` file 2....
Comparison of synchronization primitives on x86_64 for these 3 cases: - pthread mutex - compiler built-ins - custom assembly