Files
cpython-source-deps/src
Richard Henderson 6eec410f15 sparc: Re-add abi compliant structure support
The original code, removed in the "rewrite" patch, was incorrect for
large structures, and required dynamic allocation of a trampoline on
every ffi_call.

Instead, allocate a 4k entry table of all possible structure returns.
The table is 80k, but is read-only and dynamically paged, which ought
to be better than allocating the trampoline.

This is difficult to test with gcc.  One can only use -O0 at present.
See https://gcc.gnu.org/bugzilla/show_bug.cgi?id=63668.
2014-11-12 09:36:11 +01:00
..
2014-11-12 09:31:21 +01:00
2013-06-14 10:06:30 +02:00
2014-11-12 09:32:39 +01:00
2013-10-08 06:45:51 -04:00
2013-03-16 08:12:19 -04:00
2013-03-16 07:46:38 -04:00
2013-10-08 06:45:51 -04:00
2014-02-09 10:38:24 +08:00
2013-02-11 14:25:13 -05:00
2013-10-15 15:33:59 -04:00
2014-09-27 00:56:56 +00:00
2013-10-08 06:45:51 -04:00
2012-03-19 23:07:35 -04:00
2013-10-08 06:45:51 -04:00
2013-01-21 07:07:38 -05:00
2014-06-12 06:30:59 -04:00
2014-11-12 09:35:21 +01:00