-
While calculating offsets and such, there are often `Add` and `Mul` opcodes that are unnecessarily added in the asm. This makes asm gen itself cleaner but introduces redundancies. We should add an opt…
-
- Convert Field to FieldComposed algorithm. However, problem is that we can not simply set FieldComposed dependent on all fields it includes. Need not to evaluate all composed field , but just those a…
-
**Background**
I am currently using StateSmith to develop state machines on low-power embedded platforms, specifically an STM32F103 microcontroller with a 72MHz clock speed.
The xxxSm_dispatch_event…
-
I did my best to ensure that this issue has not already been reported. I apologise if I missed an existing issue.
## Description
I cam across some specific cases where tagging assembly as `memor…
-
### This issue respects the following points:
- [x] This is a **bug**, not a question or a configuration issue; Please visit our forum or chat rooms first to troubleshoot with volunteers, before crea…
-
## FFmpeg Version 5.1
## Command Line
```
C:\Users\Frank\FFmpeg>.\project_generate.exe --disable-asm
Project generator (this may take several minutes, please wait)...
Passing configur…
-
The .NET 6 linker no longer runs TypeMapStep for assemblies up-front. Instead the linker discovers base types on-demand (and the known overrides at any given point may be incomplete).
CoreTypeMapSt…
-
On the CLI we have 3 options for compiling Yul, and they're different but their descriptions do not explain how. To users `--yul` seems like the natural choice and the result is confusion (e.g. [How t…
-
-
Currently we only support self-contained applications to be trimmed. Allowing framework-dependent applications could be possible but would require some new functionality:
* Some optimizations assume …