SkillAgentSearch skills...

Ytljit

Native Code Generator for Ruby compiler

Install / Use

/learn @miura1729/Ytljit
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

  1. What is ytljit?

Ytljit is a native code generator for compiler. You can generate native code using methods whose name is X86 mnemonic. Why I deverop ytljit instead of using llvm? Because according to my yarv2llvm's experience I think llvm don't have enough power for Ruby compiler. I need rewriting native code and operation to raw stack and refer to CPU flags (carry,zero,negative and so on).

  1. Install

You can install by gem. Type gem install ytljit

If you want install manually, please do the following steps.

Install iseq gem before installing ytljit gem install iseq

Compile extend library writting in C (ext/*).

Copy extend library and main program writting in Ruby (lib/*) to your ruby library directory.

  1. License

Ruby's

  1. Author

Miura Hideki m-72 at tf6.so-net.ne.jp (e-mail) http://twitter.com/miura1729 (twitter) http://d.hatena.ne.jp/miura1729 (blog in japanese)

View on GitHub
GitHub Stars49
CategoryDevelopment
Updated1y ago
Forks7

Languages

Ruby

Security Score

60/100

Audited on Oct 13, 2024

No findings