Secure? How?

Discussions on more advanced topics such as monolithic vs micro-kernels, transactional memory models, and paging vs segmentation should go here. Use this forum to expand and improve the wiki!
willedwards
Member
Member
Posts: 96
Joined: Sat Mar 15, 2014 3:49 pm

Re: Secure? How?

Post by willedwards »

What about the same for types like uint32_t?[/quote]

The Mill has a very regular instruction set. The Mill supports saturated arithmetic on all integer sizes (8, 16, 32, 64 and 128 bits), signed and unsigned.

Of course our suggestions and pull requests to GCC and LLVM will cover all sizes and sign :)
Post Reply