about summary refs log tree commit diff stats
path: root/cpp/035call
Commit message (Collapse)AuthorAgeFilesLines
* 1179Kartik K. Agaram2015-04-241-5/+6
|
* 1177Kartik K. Agaram2015-04-241-4/+4
|
* 1176Kartik K. Agaram2015-04-241-1/+1
|
* 1175Kartik K. Agaram2015-04-241-3/+0
|
* 1173Kartik K. Agaram2015-04-241-2/+2
|
* 1172Kartik K. Agaram2015-04-241-4/+4
|
* 1171Kartik K. Agaram2015-04-241-3/+7
| | | | | Chip away at eliminating that 'pc' reference by first throwing out the most common expression that uses it: instructions[pc].
* 1170Kartik K. Agaram2015-04-241-3/+4
|
* 1169 - use the global variable god gave youKartik K. Agaram2015-04-241-17/+17
|
* 1162Kartik K. Agaram2015-04-241-2/+2
|
* 1146 - yet another out-of-bounds accessKartik K. Agaram2015-04-221-1/+22
| | | | | | | | | | | | | | There's a test in this commit, but it doesn't actually fail, because by some accident the memory at index 2 of recipe 'f' has data at the is_label offset and breaks out of the loop. Graah. How did I ever misplace that "Reading One Instruction" waypoint? I could swear I was concerned about this possibility when I implemented calls. Today has been tough on my confidence. STL helps avoid memory leaks but doesn't help with buffer overflows nearly as much as I thought. Oh brilliant, valgrind caught the problem! And there weren't any others. I feel much better.
* 1094 - demarcate sections in layersKartik K. Agaram2015-04-171-2/+4
| | | | | | We have tangled vs regular comments, but they highlight the same. So we're still at 3 colors for comments. Anything more starts to seem gratuitous.
* 1077Kartik K. Agaram2015-04-171-2/+3
|
* 1075Kartik K. Agaram2015-04-171-0/+77