Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-11-24 | Merge branch 'bjorn/remove-regexp-module/OTP-9737' | Björn Gustavsson | |
* bjorn/remove-regexp-module/OTP-9737: stdlib: Remove the deprecated regexp module | |||
2011-10-27 | stdlib: Remove the deprecated regexp module | Björn Gustavsson | |
2011-10-27 | Remove unused */doc/src/make.dep files | Björn Gustavsson | |
These dependency files was once used when building the documentation, but are no longer needed. | |||
2011-10-24 | otp: Update profiling doc with eprof | Björn-Egil Dahlberg | |
2011-09-21 | system documentation: Support parallel make | Björn Gustavsson | |
2011-05-20 | Update copyright years | Björn-Egil Dahlberg | |
2011-03-25 | Fix typos in efficiency guide | Tuncer Ayaz | |
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
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: Recommend external funs over tuple funs | Björn Gustavsson | |
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 | |