Initial implementation of atomic reference counting.
GCC builtins are used for atomic add/sub and fetch. May be extended with assembly for other compilers later. Commit refs #993.
Loading
Please register or sign in to comment
Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
GCC builtins are used for atomic add/sub and fetch. May be extended with assembly for other compilers later. Commit refs #993.