"...git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "c7ed09378e0b1808007f62355c3b6f788ce0398c"
-
Jeremy Morse authored
ValueIDNum is supposed to be a value type that boils down to a uint64_t, that has some bitfields for convenience. If we use the default operator=, we end up with each bit field being individually assigned, which is un-necessarily slow. Implement the assignment operator by just copying the uint64_t value of the object. This is quicker, and matches how the comparison operators work already. Doing so is 0.1% faster on the compile-time-tracker.
f1842937
Loading