This follows D51822 and D52113 to add a cheap way of obtaining a unique and relatively stable* numeric identifier for CXXCtorInitializers.
__ *I.e., reproducible across runs but not necessarily across different host machines.
Should we factor out this code? It's a fourth duplication now, probably a generic form should be in the allocator.
Rebase on top of D54486!
Wait, i already did that in D54488.
Should we factor out this code? It's a fourth duplication now, probably a generic form should be in the allocator.