To make testb3 available on 32 bit, we'd like a way to speak of the arguments being passed to the test body in generic terms; right now this requires manually assigning the correct registers for each parameter; we can extend Air's model of the calling convention to automatically find the correct registers (for the limited kinds of calls used by testb3)
Pull request: https://github.com/WebKit/WebKit/pull/14312
<rdar://problem/110084335>