Skip to content

Commit

Permalink
Mention shorts and unsigned as possible future work.
Browse files Browse the repository at this point in the history
  • Loading branch information
Warren Toomey committed Dec 10, 2019
1 parent 8c445e9 commit e7f716d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions 61_What_Next/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,12 @@ So, we need to add in the `...` token, somehow mark
a function has having either "exactly N" or "N or more"
parameters, and then write the code to use this information.

## Add `short`s

It shouldn't be too hard to add a 16-bit signed `short` type. But Nils
mentions, in his SubC book, that adding `unsigned` integer to a C
compiler is tricky.

## Rewrite the Register Allocation and Spilling

Right now, the mechanism for register allocation and
Expand Down

0 comments on commit e7f716d

Please sign in to comment.