Commit 713c2f4
authored
Micro-optimize zeroMemory / mmapAlloc. NFC (emscripten-core#22713)
We can skip the return statement from zeroMemory and reduce the number
of return statements in mmapAlloc to just one.1 parent 9e37a10 commit 713c2f4
1 file changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
65 | | - | |
66 | 65 | | |
67 | 66 | | |
68 | 67 | | |
| |||
2278 | 2277 | | |
2279 | 2278 | | |
2280 | 2279 | | |
2281 | | - | |
2282 | | - | |
| 2280 | + | |
| 2281 | + | |
2283 | 2282 | | |
2284 | 2283 | | |
2285 | 2284 | | |
| |||
0 commit comments