You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Since RecordFlux is intended to be used in an embedded context we should analyze the generated code size.
The code size will be calculated by the size of the .text section of the generated binary minus the size of the .text section of a reference binary that is built from an empty main procedure.
Additionally the impact of the pragmas Restrictions (No_Exception) and Restrictions (No_Secondary_Stack) will be analyzed.
The text was updated successfully, but these errors were encountered:
Since RecordFlux is intended to be used in an embedded context we should analyze the generated code size.
The code size will be calculated by the size of the
.text
section of the generated binary minus the size of the.text
section of a reference binary that is built from an empty main procedure.Additionally the impact of the pragmas
Restrictions (No_Exception)
andRestrictions (No_Secondary_Stack)
will be analyzed.The text was updated successfully, but these errors were encountered: