about summary refs log tree commit diff stats
path: root/cpp/.traces/convert_names_transforms_record_elements
Commit message (Collapse)AuthorAgeFilesLines
* 961 - done converting names?Kartik K. Agaram2015-03-201-0/+31
I'm making two changes to how I compute field offsets: a) I just replace offset names up front, before I even manage field names. I don't bother disallowing x:integer and x:offset in the same function. Let's see if that leads us astray. Certainly saves code. b) I don't bother canonizing the first arg of a get since we know it has to have a type that is some number of 'address' followed by a record. Just assume that we have the right number of 'deref's.