SciRuby / rubex

rubex - A Ruby-like language for writing Ruby C extensions.
BSD 2-Clause "Simplified" License
451 stars 21 forks source link

Optimize output code to minimize gcc warnings #53

Open v0dro opened 6 years ago

v0dro commented 6 years ago

Currently, gcc gives many compiler warnings for most non-trivial Rubex programs. Rubex code should be ideally optimized to minimize these warnings so as to produce optimal C code.