-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
FeatureThis issue or PR contains a new feature.This issue or PR contains a new feature.FutureThis issue or PR is something that will be added in the future.This issue or PR is something that will be added in the future.Low PriorityNot an important issueNot an important issue
Description
This is a bit long but the TLDR of it is, you will be able to toggle a memory control compiler option in your slice.toml manifest file.
What will this option do?
This option will allow exposure to low level types eg: Byte, short, long as well as direct access to pointers and addresses.
It is important to note that with this option, the compiler will consider everything you type "unsafe" and the compiler will not do anything to try and fix your code that is compiled with this option.
Metadata
Metadata
Assignees
Labels
FeatureThis issue or PR contains a new feature.This issue or PR contains a new feature.FutureThis issue or PR is something that will be added in the future.This issue or PR is something that will be added in the future.Low PriorityNot an important issueNot an important issue