DISQUS

manalang: Have a need to compile your Rails app (o …

  • Jesse Hu · 1 year ago
    That sounds very interesting! Protecting source codes is necessary.
  • Simon · 1 year ago
    And do you observe any performance improvements ?
  • manalang · 1 year ago
    I haven't done any performance tests, but I don't think it'll provide any improvement to performance.
  • Jim Marion · 1 year ago
    Now, after compiling it into Java byte code, I wonder what it looks like when run through a decompiler like Jad or Jode?
  • manalang · 1 year ago
    @jim, here's a sample... original ruby code:

    http://pastie.org/296714

    Decompiled code:

    http://pastie.org/296715
  • Jason · 1 year ago
    The link to the patch is no longer working? Is it still needed?
  • manalang · 1 year ago
    Woops... I forgot I deleted that branch. I'll try to dig up the patch.
  • Benji · 7 months ago
    Is the patch still needed?
  • manalang · 7 months ago
    I haven't tried recently.