v.24.2Performance Improvement

Improve Int8 Performance with Strict Aliasing Implementation

Improve performance of the Int8 type by implementing strict aliasing (we already have it for UInt8 and all other integer types). #59485 (Raúl Marín).