issues
search
DenialAdams
/
roland
Roland programming language
https://www.brick.codes/roland
Apache License 2.0
48
stars
0
forks
source link
Low level wasm optimizations that we could do with an additional IR
#115
Open
DenialAdams
opened
1 year ago
DenialAdams
commented
1 year ago
Elide trailing return call in procedures
Elide trailing continue in loops
replace sequential local.set/local.get with local.tee
replace a series of const additions and subtractions with a single add/subtract (except, overflow?)