Ilya Sher
Ilya Sher
When `pmap()` fails it's difficult to understand which items have failed. To think first: is that something that should be add to `pmap()` at all or orthogonal facility?
See `bash-4.3/execute_cmd.c`, `execute_in_subshell()`, `fds_to_close`
* Optimize obj_is_of_type() * Optimize vm_call matching algorithm * Optimize calling of unrelated methods + such as F f(t:T1) and F f(t:T2) when T1 and T2 are unrelated types *...