-
Notifications
You must be signed in to change notification settings - Fork 0
Feature: Syntax options for memory control #7
Copy link
Copy link
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
Activity
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
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.tomlmanifest file.What will this option do?
This option will allow exposure to low level types eg:
Byte,short,longas 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.