Wrap text
Report abuse
|
|
Index: src/org/jruby/internal/runtime/methods/DefaultMethod.java
===================================================================
--- src/org/jruby/internal/runtime/methods/DefaultMethod.java (revision 3384)
+++ src/org/jruby/internal/runtime/methods/DefaultMethod.java (working copy)
@@ -128,10 +128,10 @@
return jitCompiledScript.run(context, self, args, block);
}
- if (!hasBeenTargeted) {
- CreateJumpTargetVisitor.setJumpTarget(this, body);
- hasBeenTargeted = true;
- }
+// if (!hasBeenTargeted) {
+// CreateJumpTargetVisitor.setJumpTarget(this, body);
+// hasBeenTargeted = true;
+// }
// set jump target for returns that show up later, like from evals
context.setFrameJumpTarget(this);
|