[Prev][Next][Index][Thread]

Re: [Q] Dylan to Java/JVM compiler?



Rob Myers wrote:
> But the dispatch model is so different that Dylan code
> compiled to Java could be very inefficient (although I suppose it would
> "only" be a tree of switch statements for each GF call).

The whole idea in Dylan is to minimize the number of fully-general GF
dispatches that need to be made through compile-time analysis.



Follow-Ups: