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
232 stars 25 forks source link

allow hypervisor to extend across threads/process? #334

Open RodrigoDornelles opened 1 year ago

RodrigoDornelles commented 1 year 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.