[libre-riscv-dev] offtopic: memory safety

Hendrik Boom hendrik at topoi.pooq.com
Thu Jul 18 17:39:38 BST 2019


On Thu, Jul 18, 2019 at 02:37:53AM -0700, Jacob Lifshay wrote:
> 
> rust has a runtime similar to C or C++ in that you don't pay for what you
> don't use and it's minimal when needed (I think it'll work with just memcpy
> and friends if you don't use FP, otherwise it needs libm too -- useful for
> embedded). The compiler design philosophy includes that any feature should
> be just as performant as hand-written code.

FP ?

-- hendrik




More information about the libre-riscv-dev mailing list