Changes between Initial Version and Version 1 of Ticket #24986, comment 44
- Timestamp:
- 03/19/18 11:10:45 (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24986, comment 44
initial v1 1 Although, I also don't much see the downside to wrapping most mpz_ functions with sig_block/unblock()--any that modify the internal datastructures of one or more of its arguments--and that aren't expected to take long to run. Of course, this would be tedious, so we'd have to generate the wrappers automatically.1 Although, I also don't much see the downside to wrapping most mpz_ functions with sig_block/unblock()--any that modify the internal datastructures (in such a way that involves memory allocations) of one or more of its arguments--and that aren't expected to take long to run. Of course, this would be tedious, so we'd have to generate the wrappers automatically.