Small todo update

This commit is contained in:
Brendan Hansknecht 2021-01-16 17:10:37 -08:00
parent 2561620c18
commit ea3d7cfd3f

View file

@ -12,5 +12,6 @@
It should be a nice optimization for little cost. Just be sure to make it optional, otherwise our tests will do nothing. 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. 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. - Add ability to wrap functions with exceptions or return a results.
Will need to start dealing with overflows and such to return errors. Will need to start dealing with overflows and such to return errors.