▲ | charleslmunger 5 days ago | ||||||||||||||||||||||||||||||||||
Out of curiosity, does this idiom work in fil-c? https://github.com/protocolbuffers/protobuf/blob/cb873c8987d...
It does use the implementation defined behavior that a char pointer + 1 casted to uintptr is the same as casting to uintptr then adding 1. | |||||||||||||||||||||||||||||||||||
▲ | pizlonator 5 days ago | parent [-] | ||||||||||||||||||||||||||||||||||
Yeah that should just work Code that strives to preserve provenance works in Fil-C | |||||||||||||||||||||||||||||||||||
|