Implemented dead code elimination
This commit is contained in:
parent
d86d411959
commit
526b92aa09
7 changed files with 51 additions and 17 deletions
|
@ -13,4 +13,8 @@ print(address, length) {
|
|||
|
||||
write(fd, address, length) {
|
||||
syscall(1, fd, address, length)
|
||||
}
|
||||
|
||||
empty() {
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue