aboutsummaryrefslogtreecommitdiff
path: root/lib/objc-asm.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* misc. objc trimmingscomex2015-01-171-1/+1
|
* fixes and test - both tests work on all archscomex2015-01-171-8/+9
|
* imp forwarding workscomex2015-01-171-95/+44
|
* this is all wrong.comex2015-01-161-36/+77
| | | | | | | 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/+81
forwarding functions for atomicity