Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-04-19 | Convert XML files to UTF-8 | Hans Bolinder | |
2013-01-25 | Update copyright years | Björn-Egil Dahlberg | |
2012-12-03 | Improve configuration of process and port tables | Rickard Green | |
2011-03-25 | Fix typos in efficiency guide | Tuncer Ayaz | |
2011-01-18 | Lower the maximum arity from 256 to 255 | Björn Gustavsson | |
Historically, for no good reason, a function is allowed to have from 0 to 256 arguments. Thus, the number of arguments *almost* fits into a byte. HiPE only supports up to 255 arguments (because it assumes that the function arity fits into a single byte), and fixing that limitation would require ugly special-case handling. In Dialyzer, the arity type is defined to be a byte (i.e. 0..255). Since no-one uses functions with 256 arguments anyway, lower the limit to 255. | |||
2010-04-28 | OTP-8474 NIF improvements after R13B04 | Sverker Eriksson | |
New NIF API function enif_make_new_binary | |||
2010-03-15 | Merge branch 'bg/efficiency-guide' into dev | Erlang/OTP | |
* bg/efficiency-guide: Efficiency Guide: Recommend external funs over tuple funs Efficiency Guide: The maximum number of atoms can be configured Efficiency Guide: Fix typos OTP-8515 bg/efficiency-guide | |||
2010-02-28 | Efficiency Guide: The maximum number of atoms can be configured | Björn Gustavsson | |
2010-02-28 | Efficiency Guide: Fix typos | Björn Gustavsson | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |