about summary refs log tree commit diff stats
path: root/generic.mu
Commit message (Collapse)AuthorAgeFilesLines
* 332 - example function with multiple clausesKartik K. Agaram2014-11-261-0/+30
I'm still figuring out the idioms, and it doesn't seem like there's an easy way to avoid redundant allocations and arg reading. At least for generic functions we want to optimize for each call-site, we can create subsidiary labels to jump to. Also, this is the first genuine use for random access to a function's arguments.