https://d.puremagic.com/issues/show_bug.cgi?id=11532


Iain Buclaw <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]


--- Comment #1 from Iain Buclaw <[email protected]> 2013-11-17 00:18:27 PST ---
They do map to C ABI, just not in the way which you may likely expect.

I'd +1 fixed size arrays, as it is not obvious that eg: int[4] is passed as
struct { int a,b,c,d; }

Though I'd really like to make some sort of exception to the va_list type (in
particular, for x86_64 and PPC). That has been one nagging problem I haven't
yet got round to...

-- 
Configure issuemail: https://d.puremagic.com/issues/userprefs.cgi?tab=email
------- You are receiving this mail because: -------

Reply via email to