arjunr2 wrote:

Removing changes from the linker to a separate RT leaves pretty much primarily 
front-end changes.

WALI, as per the research paper and Rust, (currently) virtualizes the 64-bit 
Linux syscall interfaces across many ISAs. It requires 64-bit long to adhere to 
the Host-ABIs (i.e. x86-64, arm64, and riscv64). In the long term, there may 
exist another intrefaces specifically for 32-bit Linux platforms or a 
compatibility layer over this to accomplish the same.   

https://github.com/llvm/llvm-project/pull/156087
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to