Alex Tkachman wrote: > If I understand correctly for jumps we can get rid of filling stack > trace, so it will be more or less effective.
That's how our "Jump" type in JRuby works: we override fillInStackTrace to do nothing. In cases where there's no mutable data on the jump, we also use a single object instance everywhere. - Charlie --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "JVM Languages" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/jvm-languages?hl=en -~----------~----~----~----~------~----~------~--~---
