Merge pull request #5272 from extemporalgenome/markdown-typos-20230410

markdown typo fixes
This commit is contained in:
Ayaz 2023-05-03 10:24:52 -05:00 committed by GitHub
commit ba1f8ffe5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
14 changed files with 272 additions and 63 deletions

View file

@ -1,4 +1,4 @@
# Important things to add (Not necessarily in order)
# Important things to add (not necessarily in order)
- Expand to way more builtins and assembly calls.
- Deal with function calling, basic layouts, and all the fun basics of argument passing.
@ -10,7 +10,7 @@
Otherwise, many will always be inlined.
- Add basic const folding? It should be really easy to add as an optimization.
It should be a nice optimization for little cost. Just be sure to make it optional, otherwise our tests will do nothing.
- Automatically build the zig builtins .o file and make it available here.
- Automatically build the Zig builtins .o file and make it available here.
We will need to link against it and use it whenever we call specific builtins.
- Add unwind tables and landing pads.
- Add ability to wrap functions with exceptions or return a results.