RodrigoDornelles / 3bc-lang

Low-level language, tiny virtual machine, minimal runtime, intermediate representation, embeddable, easy for beginners. (Friendly Punched cards)
https://3bc-lang.org
GNU General Public License v3.0
242 stars 27 forks source link

allow hypervisor to extend across threads/process? #334

Open RodrigoDornelles opened 2 years ago

RodrigoDornelles commented 2 years ago

for security reasons the kernel is limited to the amount of memory and uptime per single process, it would be interesting to enable multithreading for platforms that support it.