Upgrade to Pro — share decks privately, control downloads, hide ads and more …

2020 - MOPCON - 拿到錘子的我想在為控制器上實作 Ruby VM

2020 - MOPCON - 拿到錘子的我想在為控制器上實作 Ruby VM

Avatar for 蒼時弦や

蒼時弦や

October 24, 2020
Tweet

More Decks by 蒼時弦や

Other Decks in Programming

Transcript

  1. Process virtual machines are designed to execute computer programs in

    a platform-independent environment. - Wikipedia
  2. An intermediate representation (IR) is the data structure or code

    used internally by a compiler or virtual machine to represent source code. - Wikipedia
  3. mruby is designed for Embedded System which is Raspberry Pi,

    but mruby-L1VM's target is run under 1KB RAM
  4. The SDK for Development Board usually based on C or

    C++, which means it is possible to run Golang, Ruby, or Python on it.