pairochjulrat / python-on-a-chip

Automatically exported from code.google.com/p/python-on-a-chip
Other
0 stars 0 forks source link

Multithread #242

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
I think that needs to be able of running two virtual machines aqueous address 
space. To do this, divide the global variables and heap and specify as a 
parameter in pm_run ().

Some system functions FreeRTOS task block, waiting for the event. In this case, 
Python scheduler is not running.

Original issue reported on code.google.com by c4simba on 6 Sep 2012 at 10:39

GoogleCodeExporter commented 8 years ago
Hello. This is my variant Python-on-a-chip use multithread mode (all functions 
have argument pointer to structure with vm state). Pointer to heap in this is 
struct.

Original comment by c4simba on 11 Sep 2012 at 11:42

Attachments: