Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Mention the other place ops are implemented on the jvm.
  • Loading branch information
pmurias committed Feb 14, 2015
1 parent 4d5827a commit bf84036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HACKING
Expand Up @@ -60,7 +60,7 @@ Example:

Sometimes old code can be scavanged for ways to implement things on node from src/vm/old-runtime-code (warning: crap code lives there).

Looking at src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java can provide insight on how the various ops should work.
Looking at src/vm/jvm/runtime/org/perl6/nqp/runtime/Ops.java and src/vm/jvm/QAST/Compiler.nqp can provide insight on how the various ops should work.

# Reading generated code

Expand Down

0 comments on commit bf84036

Please sign in to comment.