On Sun, 2009-08-02 at 00:23 -0500, Charles Oliver Nutter wrote: > Ability to run 100% precompiled with no runtime code generation > Strip out parser, interpreter, compiler, and bytecode-generation bits > to shrink the jar > Tidy up the AOT compiler and wire it into the app build process > Generate some Ruby stub logic for the Android APIs, so they'll work > well from Ruby > Strip down the weirder and wilder Ruby features (eval, etc) to allow > fastest-possible execution > > These are all pretty easy, and would be useful for more than just > Android (think embedded uses of JRuby that are all interpreted or all > precompiled or just want a smaller binary).
We are doing just that: We are using JRuby on an embedded device, and we would like to minimize startup time. How would we go about using the new features? A script that takes one or more source directories (or even a running application?) and produces an executable JAR would be perfect :) We are not in an immediate hurry, so if there is something in JRuby 1.4 we can use, we will wait til then. -- With kind regards, Uwe Kubosch Datek Wireless Norway http://datek.no/ --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email
