]> git.tdb.fi Git - libs/gl.git/commitdiff
Pass Tag by value, not by reference
authorMikko Rasa <tdb@tdb.fi>
Fri, 9 Apr 2021 21:40:39 +0000 (00:40 +0300)
committerMikko Rasa <tdb@tdb.fi>
Sat, 10 Apr 2021 00:47:27 +0000 (03:47 +0300)
Since the tag object is small, it can be passed in a register.

Keeping a deprecated version would make it hard to tell which version
is being called.


No differences found