caffeine icon indicating copy to clipboard operation
caffeine copied to clipboard

Optimize/Inline `as_int` and `as_ptr`

Open everythingfunctional opened this issue 1 year ago • 0 comments

Based on my explorations it should be "valid" to implement these as transfer(p, i) and transfer(i, p) respectively and not need to call C functions. That said we should potentially safeguard that with a check that sizeof(i) == sizeof(p).

everythingfunctional avatar Feb 21 '24 19:02 everythingfunctional