Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 467 Bytes

Ideas.md

File metadata and controls

13 lines (10 loc) · 467 Bytes
  1. Idea: Create Jasmin (or Jasmin-like) ports in Rust, and target this assembler format? In lieu of generating the bytecode directly, that is.

Advantages:

  • more robust and consistent
  • easier to debug and maintain
  • modular, can be decoupled and replaced

Disadvantages:

  • extra steps
  • more complexity
  • possibly less performance
  1. Look into using JVM Attributes for specific features support in the Oyi Runtime.