[developer] KeymanWeb compiler needs to optimise static stores
Open
developer/
developer/compilers/
feat
- Dominant language
- Pascal
- Stars
- 534
- Forks
- 143
- Avg merge
- 2d 10h
- Merged PRs (30d)
- 113
Description
When compiling a keyboard with repeated platform statements, this generates many repeated stores. For an example, see https://github.com/silcam/Cameroon-Keyboard/blob/BrokenRules/src/km/cameroon_qwerty/source/cameroon_qwerty.kmn
If repeated stores are not used as a variable store, then they should be optimised to a single reference at compile time.
Contributor guide
Assessment
This issue has not been assessed yet.