This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
surinx /
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Jun 14 22:55:04 -0700 2009 | |
| |
README.txt | Wed Aug 26 02:24:12 -0700 2009 | |
| |
bin/ | Wed Aug 26 02:24:12 -0700 2009 | |
| |
examples/ | Fri Sep 11 05:53:01 -0700 2009 | |
| |
lib/ | Fri Sep 11 05:53:01 -0700 2009 | |
| |
nbproject/ | Wed Aug 26 02:24:12 -0700 2009 | |
| |
src/ | Sun Sep 06 19:22:36 -0700 2009 | |
| |
test/ | Fri Sep 04 15:03:02 -0700 2009 |
README.txt
==Preparing to run Surinx== You will need MLVM/Da Vinci machine with current patches. Compile the bootstrap class: javac src/com/headius/surinx/SimpleJavaBootstrap.java ==Compiling Surinx source== jruby -J-cp src -J-XX:+EnableInvokeDynamic bin/surinxc <src.jb> or jruby -J-cp src -J-XX:+EnableInvokeDynamic bin/surinxc -e "surinx script here" The latter will produce a "dash_e.class" ==Running the compiled result== java -XX:+EnableInvokeDynamic -cp src:. <classname> ==Notes==







