Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
yerke committed Feb 26, 2024
1 parent fda4a00 commit 82edd4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The project is still very early in development, but it has made significant prog
- [X] Local struct spliting(significantly speeds up for loops, reduces complexity of CIL)
- [X] Auto inlining of trivial functions
- [ ] Full variable lifetime analysis and optimizations based on it.
- [ ] Stack unwinding
- [X] Stack unwinding
- [ ] Exception handling
- [X] Setting value of a reference
- [X] Getting value of a reference
Expand Down Expand Up @@ -63,7 +63,7 @@ The project is still very early in development, but it has made significant prog
- [X] Compiling the `core` Rust crate - *Core now compiles, but is not fully functional.*
- [X] Compiling the `alloc` Rust crate - *Alloc now compiles, but is only paritaly functional.*
- [X] Compiling the `std` Rust crate - *std now compiles, but is only a very small portion of it is functional.*
- [ ] Stack unwinding
- [X] Stack unwinding

## Basic benchmarks

Expand Down

0 comments on commit 82edd4c

Please sign in to comment.