2 comments

[ 4.7 ms ] story [ 13.2 ms ] thread
"no better fix" - what? just Implement memset with assembly, then let gcc emit calls to it.
That might be better in one case, but then if gcc starts optimizing other functions which look like stdlib functions, should you really have to implement them all in assembly before being able to test anything?