Skip to content
Snippets Groups Projects
Select Git revision
  • a0c97814dfcb0debbde8be99539e3d5ca2334e54
  • wip-bootstrap default
  • dualcore
  • ch3/leds
  • ch3/time
  • master
6 results

unix

user avatar
Damien George authored
This patch changes the type signature of .make_new and .call object method
slots to use size_t for n_args and n_kw (was mp_uint_t.  Makes code more
efficient when mp_uint_t is larger than a machine word.  Doesn't affect
ports when size_t and mp_uint_t have the same size.
a0c97814
History