These are tiny assembly functions that can account for over 3% in profiles (though set_sp_limit is used less often). Write a benchmark where these are used a lot, rewrite them to be inline C functions containing inline assembly, measure the difference in performance.
These are tiny assembly functions that can account for over 3% in profiles (though
set_sp_limitis used less often). Write a benchmark where these are used a lot, rewrite them to be inline C functions containing inline assembly, measure the difference in performance.