08-03-2023 07:17 AM
Timestamp to Text is re-entrant (pre-allocated clone with inline) and Text to Timestamp isn't re-entrant
Is this intended or just a mistake?
We have two ears and one mouth so that we can listen twice as much as we speak.
Epictetus
08-03-2023 02:32 PM
The first is a more obvious thing to inline, as it is small and has dead-code elimination options. The second is much bigger internally, so it's not clear if it should be inclined.