diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2017-04-28 07:02:45 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2017-04-28 07:02:45 -0700 |
commit | 0f77a3213364452bcf63f0bb09a4049f9f5a4214 (patch) | |
tree | c8fb60138fa6184331a452dce253fff660206f6c /itypes.c | |
parent | f4052f3a57893cab06a44dbae76f78dd7ea885d1 (diff) | |
download | txr-0f77a3213364452bcf63f0bb09a4049f9f5a4214.tar.gz txr-0f77a3213364452bcf63f0bb09a4049f9f5a4214.tar.bz2 txr-0f77a3213364452bcf63f0bb09a4049f9f5a4214.zip |
ffi: setup in functions at type compile time.
* ffi.c (ffi_str_put, ffi_ptr_in_put, ffi_ptr_out_put,
ffi_ptr_in_out_put): Don't set up tft->in pointer at dynamic
time; this is now being done at static time, in
ffi_type_compile.
(ff_struct_put, ffi_array_put): Similarly, don't calculate
whether an in handler is needed or not based on the child type
elements; this is determined statically.
(make_ffi_type_pointer): Take an in function pointer argument,
since all callers need to set this up.
(make_ffi_type_struct): Set up an in handler for this type
if any of the structure element types need one.
(make_ffi_type_array): Set up an in handler for this type
if the element type needs it.
(ffi_type_compile): For the three ptr types, pass the
appropriate in function to make_ffi_type_pointer.
For the str type, set up the in pointer to ffi_freeing_in,
after constructing as a builtin type.
Diffstat (limited to 'itypes.c')
0 files changed, 0 insertions, 0 deletions