about summary refs log tree commit diff stats
path: root/cpp/.traces/get_indirect
Commit message (Collapse)AuthorAgeFilesLines
* 952Kartik K. Agaram2015-03-181-1/+0
|
* 949 - paving the way for jumps to labelsKartik K. Agaram2015-03-171-8/+9
| | | | Addresses for reagents are now computed after all transforms.
* 941 - c++: basic break/loop conversionKartik K. Agaram2015-03-161-0/+5
|
* 940 - c++: some changes to instruction modelKartik K. Agaram2015-03-161-9/+9
|
* 832 - call-stack for C++ versionKartik K. Agaram2015-02-251-4/+4
| | | | | | | | | | 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?
* 819Kartik K. Agaram2015-02-221-2/+4
|
* 817Kartik K. Agaram2015-02-221-0/+29
d='n167' href='#n167'>167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200