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

drop snprintf #373

Open RodrigoDornelles opened 1 year ago

RodrigoDornelles commented 1 year ago

the excess of calling functions to use a generic snprintf is killing the stack, it would be interesting to drop this default function for a custom one optimized for the virtual machine.