Pinned
1,624 contributions in the last year
Less
More
Activity overview
Contributed to
AssemblyScript/assemblyscript,
WebAssembly/binaryen,
MaxGraey/as-random
and 5 other
repositories
Contribution activity
September 2021
Created 16 commits in 4 repositories
Created 1 repository
- MaxGraey/wasm4 JavaScript
Created a pull request in WebAssembly/binaryen that received 4 comments
[OptimizeInstructions] Optimize memory.fill with constant arguments
This is reland of #3071
Do similar optimizations as for #3038 but for memory.fill.
memory.fill(d, v, 0) ==> { drop(d), drop(v) } only with ignoreIm…
+475
−84
•
4
comments
Opened 8 other pull requests in 4 repositories
AssemblyScript/assemblyscript
2
merged
1
open
AssemblyScript/website
2
merged
WebAssembly/binaryen
2
open
aduros/wasm4
1
merged
Reviewed 9 pull requests in 4 repositories
AssemblyScript/assemblyscript
6 pull requests
AssemblyScript/website
1 pull request
WebAssembly/binaryen
1 pull request
aduros/wasm4
1 pull request
Created an issue in WebAssembly/binaryen that received 3 comments
[Suggestion] Apply simplify-globals-optimizing until reaching fixed point
I figured out that if apply several simplify-globals-optimizing passes sequentially it reduce / simplify code better
3
comments