aboutsummaryrefslogtreecommitdiff
path: root/test/test-imp-forwarding.m (follow)
Commit message (Collapse)AuthorAgeFilesLines
* imp forwarding workscomex2015-01-171-9/+34
|
* this is all wrong.comex2015-01-161-3/+12
| | | | | | | since we don't know whether it's stret, we don't mark the block stret. thus imp_implementationWithBlock doesn't do the stret/block swap, even though it would for a real block, so we can and must always assume the block is first
* and now for something completely different: assembly maybestret-IMPLcomex2015-01-161-0/+26
forwarding functions for atomicity