Paul Sokolovsky
d3b1f0b627
py/runtime: mp_stack_ctrl_init() should be called immediately on startup.
...
Calling it from mp_init() is too late for some ports (like Unix), and leads
to incomplete stack frame being captured, with following GC issues. So, now
each port should call mp_stack_ctrl_init() on its own, ASAP after startup,
and taking special precautions so it really was called before stack variables
get allocated (because if such variable with a pointer is missed, it may lead
to over-collecting (typical symptom is segfaulting)).
2016-01-29 02:13:42 +02:00
..
2016-01-27 12:30:36 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-11-25 13:19:36 +02:00
2015-12-22 21:00:20 +00:00
2015-12-16 00:38:36 +00:00
2016-01-11 00:49:27 +00:00
2015-11-25 13:19:36 +02:00
2016-01-11 00:49:27 +00:00
2015-11-25 23:53:26 +00:00
2016-01-11 00:49:27 +00:00
2015-12-22 21:00:20 +00:00
2015-12-22 21:00:20 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2016-01-29 02:13:42 +02:00
2016-01-07 16:34:11 +00:00
2016-01-23 21:53:04 +00:00
2016-01-07 16:34:11 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-12-22 21:00:20 +00:00
2016-01-07 16:34:11 +00:00
2016-01-19 12:29:47 +00:00
2015-12-16 11:07:58 +00:00
2016-01-11 00:49:27 +00:00
2015-11-23 23:23:07 +00:00
2016-01-26 15:27:00 +00:00
2015-10-31 19:14:30 +03:00
2015-10-31 19:14:30 +03:00
2015-11-01 23:23:39 +00:00
2015-10-31 19:14:30 +03:00
2015-10-31 19:14:30 +03:00
2016-01-11 00:49:27 +00:00
2015-11-09 22:10:31 +02:00
2015-10-31 19:14:30 +03:00
2016-01-19 12:29:47 +00:00
2016-01-11 00:49:27 +00:00
2015-12-04 12:05:05 +00:00
2015-12-22 21:00:20 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-12-16 00:38:36 +00:00
2015-12-22 21:00:20 +00:00
2015-12-09 09:56:36 +00:00
2015-11-25 23:53:26 +00:00
2015-11-24 16:57:13 +00:00
2015-11-23 23:23:07 +00:00
2016-01-11 00:49:27 +00:00
2016-01-11 00:49:27 +00:00
2015-11-30 13:07:20 +00:00
2016-01-11 00:49:27 +00:00
2015-12-09 09:56:36 +00:00
2015-12-09 09:56:36 +00:00
2015-10-31 19:14:30 +03:00
2016-01-11 00:49:27 +00:00