Implemented dead code elimination

This commit is contained in:
2024-06-27 17:36:45 +02:00
parent d86d411959
commit 526b92aa09
7 changed files with 51 additions and 17 deletions

View File

@ -13,4 +13,8 @@ print(address, length) {
write(fd, address, length) {
syscall(1, fd, address, length)
}
empty() {
}