Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-03-11 | Update copyright years | Björn-Egil Dahlberg | |
2011-02-02 | compiler Makefile: Turn warnings into errors | Björn Gustavsson | |
We want to ensure that the compiler applications is kept free of warnings. | |||
2010-05-11 | Optimize selective receives in the presence of a large message queue | Björn Gustavsson | |
If a gen_server process has many messages in its message queue and calls another gen_server process, the selective receive in gen_server:call() will have to go through the entire message queue. Have the compiler generate the new mark_recv/1 and mark_recv/1 instructions that can avoid going through the entire message queue. | |||
2010-02-10 | Merge branch 'ks/compiler' into ccase/r13b04_dev | Erlang/OTP | |
* ks/compiler: compiler: keep line numbers for attributes compiler Makefile: alphabetize module names compile.erl: eliminate compiler warning | |||
2010-02-10 | Support the configure option --enable-native-libs | Kostis Sagonas | |
2010-02-10 | compiler Makefile: alphabetize module names | Kostis Sagonas | |
2009-11-20 | The R13B03 release.OTP_R13B03 | Erlang/OTP | |