about summary refs log tree commit diff stats
path: root/cpp/.traces/subtract_literal
Commit message (Collapse)AuthorAgeFilesLines
* 941 - c++: basic break/loop conversionKartik K. Agaram2015-03-161-0/+2
|
* 940 - c++: some changes to instruction modelKartik K. Agaram2015-03-161-3/+3
|
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-1/+1
| | | | | | | | | | These #defines and references now span many different layers. Let's see if the lack of encapsulation causes problems. Also interesting to run into a case where I need to modify a foundational layer and touch every single scenario/trace. Only alternative was to duplicate all the different layers that add instructions. Sign of problems with this model?
* 787 - arithmetic operationsKartik K. Agaram2015-02-191-0/+9
Lots of duplication here; we'll clean it up later.