October 28, 2018
I plan to use function pointer least significant bit to store some information.

If there is no GC on my system,  I think it will help the memory is well aligned.

The question is all the function least significant bit is zero ?
October 27, 2018
On 10/27/2018 09:16 PM, learnfirst1 wrote:
> I plan to use function pointer least significant bit to store some information.
> 
> If there is no GC on my system,  I think it will help the memory is well aligned.
> 
> The question is all the function least significant bit is zero ?
Most definitely. Related presentation:

  http://dconf.org/2016/talks/sechet.html

Ali