Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 4502 - support string literals directly in code | Kartik Agaram | 2018-09-22 | 1 | -0/+215 |
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. |