2011/5/6 Rémi Forax <[email protected]>: > Mozilla new JavaScript engine will use type inference ! > http://www.infoq.com/news/2011/05/ionmonkey > > What about your own engine ?
I hope Rhino will see significant performance improvements over the next few months. I'll be starting to work on a "hidden classes" branch inspired by John Rose's classy branch shortly. This will allow as to implement proper callsites at last, and there's a GSoC project I'm mentoring for using invokedynamic on top of this. The reason I'll probably not start from John's branch directly is it is based on invokedynamic from the ground up, and we need to support Java 6 and earlier for the foreseeable future. As for type inference, specialization etc.: that is certainly interesting, but right now property access seems to be the most significant bottleneck, so it seems like a good idea to target that first. Hannes > Rémi > > > > -- > 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. > > -- 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.
