Thinking about JVM tail calls again. Starting to get time to do something about it... http://cr.openjdk.java.net/~jrose/draft/vm-tailcall-jep.html …
@oxnrtr I'm interested to see equiv of this in C#: trait Foo[A]{def p(x:A,y:A):A};class IntFoo extends Foo[Int]{...} - does it spec IntFoo?
-
-
@oxnrtr eg since it knows the type is known at runtime, will it generate specialized methods at compile time? Or does it wait for JIT? -
@tixxit No. The whole point of preserving type info is that you don't need to pre-compute specialized classes. It happens on-demand.
End of conversation
New conversation -
Loading seems to be taking a while.
Twitter may be over capacity or experiencing a momentary hiccup. Try again or visit Twitter Status for more information.