Actions
Bug #6145
openinstead using SEGOP_* macros, define full-fledged segop_* functions
Start date:
2015-08-21
Due date:
% Done:
80%
Estimated time:
Difficulty:
Medium
Tags:
needs-triage
Gerrit CR:
Description
This will allow us to do some sanity checking or even implement stub functionality in one place instead of duplicating it wherever these wrappers are used.
Based on benchmark data (llvm compile), the conversion from macros to functions has no negative performance impact. The numbers are very close and so I'm not willing to say that it's faster, but it certainly isn't slower.
Actions