We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Optimize code
1 parent ca40b25 commit 2e4b07dCopy full SHA for 2e4b07d
ROADMAP.md
@@ -15,7 +15,8 @@
15
}
16
```
17
- [ ] Constant-folding: `x := 2 * 2;` => `x := 4;`.
18
-- [ ] Optimize code.
+- [ ] Optimize code, inline functions/methods annotated with `inline`,
19
+ delete unused code, etc.
20
- [ ] (Atomic) Reference-Counting for traits, boxed enums, strings and vectors.
21
- [ ] Better support for embedded structs.
22
- [ ] `undefined` for uninitialized variables: `x: [5]uint8 := undefined;`.
0 commit comments