trifork / erjang

A JVM-based Erlang VM
http://www.erjang.org
Apache License 2.0
725 stars 62 forks source link

Special-case tuple classes for N>=K where K<=256 #78

Open eriksoe opened 10 years ago

eriksoe commented 10 years ago

Java does not support more than 255 arguments to a method. And in any case, Erlang programs using variable-length tuples (using, e.g. addelement() a thousand times) should not generate a class for each arity.