64bitised
64bitised is a term used to describe the process of converting software, systems, or data to operate on 64-bit computing architectures. It typically involves enabling 64-bit pointers and integers, enlarging the addressable memory space, and adjusting code to accommodate the LP64 or LLP64 data models used by target platforms such as x86-64, ARM64, or others.
It can include recompiling source code with a 64-bit compiler, porting a program to a 64-bit ABI,
64bitisation often enables access to more memory and can improve performance on memory-intensive workloads, though benefits