Slide 5
Slide 5 text
1.The Standard C Library doesn’t exist
5
5
- BitVisor provides minimal libraries
- some of the functions are available in BitVisor, such as printf() and
free(), but they may be incompatible to the standard libc ones
- Of course, mruby depends on the libc library
- Mainly string and math related functions are missing
- e.g. memmove, strncmp, pow, floor
Most of libc function calls in the mruby code
should be implemented from scratch