diff options
author | Kartik Agaram <vc@akkartik.com> | 2018-09-22 21:56:00 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2018-09-22 22:17:09 -0700 |
commit | 2b36eee9b13eb16fb2e4b05d7e26f6d09f431912 (patch) | |
tree | 6da2091b71b7ea6928e417699641b70bc65381ee /copy_mu | |
parent | 8c580ba1de3a6587c6c8e21387a518c93399e538 (diff) | |
download | mu-2b36eee9b13eb16fb2e4b05d7e26f6d09f431912.tar.gz |
4502 - support string literals directly in code
Doesn't de-duplicate in the data segment, though. If you use the literal "foo" a hundred times in your code segment you're gonna spend a hundred times the space you need to. We can now simplify our test harness a bit in the factorial app, but we still have to put in commandline args to compare with manually. We only support length-prefixed strings, not null-terminated ones.
Diffstat (limited to 'copy_mu')
0 files changed, 0 insertions, 0 deletions