John Wilson wrote: > I was thinking of creating an instance of FrameData for every call > site. I think that would make the combinations immutable. The cost > would be that you generate quite a few instances of course!
That's actually an interesting idea...and an even simpler way to reduce that cost would be to just have the call site object itself *be* the static parts of the frame. Then I'd just set that one entry for some number of items. Interesting! - 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 -~----------~----~----~----~------~----~------~--~---
