Lloyd Zusman <[EMAIL PROTECTED]> writes: > Well, Erlang doesn't compile down to native code, but I suppose that > its byte code would still be more than efficient enough for this > application.
Apparently the open source distro comes with a native compiler for popular architectures like SPARC and x86 called "HiPE"[1], available through the '+native' option to erlc. Footnotes: [1] http://www.it.uu.se/research/group/hipe/ _________________________________________________ tmda-workers mailing list ([email protected]) http://tmda.net/lists/listinfo/tmda-workers
