Age | Commit message (Collapse) | Author | |
---|---|---|---|
2011-02-09 | Merge branch 'bjorn/beam-max-args/OTP-9049' into dev | Björn Gustavsson | |
* bjorn/beam-max-args/OTP-9049: Refuse to compile functions with too many arguments Lower the maximum arity from 256 to 255 | |||
2011-02-09 | Merge branch 'bjorn/compiler/eliminate-warnings' into dev | Björn Gustavsson | |
* bjorn/compiler/eliminate-warnings: compiler Makefile: Turn warnings into errors v3_kernel_pp: Add support for pretty-printing #k_literal{} records v3_kernel_pp: Eliminate warning | |||
2011-02-07 | v3_codegen: Use the latest instance of St | Björn Gustavsson | |
By accident a previous instance of St is used, which is harmless in this case, but leads to worse quality of the generated code. | |||
2011-02-05 | Fix a couple typos in driver_entry(3) | Tuncer Ayaz | |
2011-02-03 | HALFWORD ETS match spec heap fragment optimization | Sverker Eriksson | |
Introduce HAllocX to allocate heap fragments with a larger capacity than requested and by that reduce the number of fragments allocated. | |||
2011-02-03 | HALFWORD ETS removed eheap and improved test case t_match_spec_run | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS Further match spec optimization to minimize copying and garbage | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS db_prog_match optimization | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS Fix segv for match spec with several function and guards | Sverker Eriksson | |
Did not properly take care of case when TryMeElse restarted with next match clause. | |||
2011-02-03 | HALFWORD Make system_info mseg_alloc report both low/high mem | Sverker Eriksson | |
2011-02-03 | HALFWORD Fix segv caused by erlang:halt | Sverker Eriksson | |
Faulty use of term on C-stack in heap_dump() | |||
2011-02-03 | HALFWORD Make more allocators use high mem (binary, fixed and driver) | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS 32-bit arch fixes and other cleanups | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS nicer update_element | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS Real matching on relative terms | Sverker Eriksson | |
2011-02-03 | HALFWORD first stab at high mem alloc | Sverker Eriksson | |
2011-02-03 | HALFWORD ETS relative terms | Sverker Eriksson | |
In halfword emulator, make ETS use a variant of the internal term format that uses relative offsets instead of absolute pointers. This will allow storage in high memory (>4G). Preprocessor macros (like list_val_rel(TERM,BASE)) are used to make normal (fullword) emulator almost completely unchanged while still reusing most of the code. | |||
2011-02-03 | Merge branch 'ks/bs_add-fail-labels' into dev | Niclas Axelsson | |
* ks/bs_add-fail-labels: Fix translation of bs_add's fail labels OTP-9044 | |||
2011-02-03 | Fix translation of bs_add's fail labels | Kostis Sagonas | |
2011-02-02 | Update documentation to reflect performance enhancement changes of cover | Lukas Larsson | |
2011-02-02 | Add aync_analyse_to_file function to cover | Lukas Larsson | |
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. | |||
2011-02-02 | v3_kernel_pp: Add support for pretty-printing #k_literal{} records | Björn Gustavsson | |
2011-02-02 | v3_kernel_pp: Eliminate warning | Björn Gustavsson | |
2011-02-01 | Split the cover ets tables into two tables, one with the clause info and one ↵ | Lukas Larsson | |
with the bump info. This will make it faster to search the tables when analyzing and exporting data. Also made cover export more parallel in how data is collected from the different nodes and also how data is read from ets. This should make the performance of cover much better on machines with multiple CPUs. | |||
2011-01-27 | Add process debug tags | Lukas Larsson | |
2011-01-27 | Update remote collect to handle multiple requests at once | Lukas Larsson | |
2011-01-27 | Remove io printout warnings when exporting an imported module | Lukas Larsson | |
2011-01-27 | Update suite callback test timeout so that beam debug test runs do not timeout | Lukas Larsson | |
2011-01-26 | Make the call to cover parallel so that the test_server takes advantage of ↵ | Lukas Larsson | |
the new cool parallel cover features. | |||
2011-01-26 | Update cover to allow multiple analyse and analyze_to_file calls at the same ↵ | Lukas Larsson | |
time. For each call a seperate process will be spawned to handle the request. | |||
2011-01-26 | Refactor cover to prepare it for making analysis parallel | Lukas Larsson | |
2011-01-26 | Merge branch 'uw/xmerl-expand-simple/OTP-9034' into dev | Lars Thorsen | |
* uw/xmerl-expand-simple/OTP-9034: Track parents when expanding #xmlElement records | |||
2011-01-25 | Update escrips to allow the -n or -compile(native) flag, which compiles the ↵ | Lukas Larsson | |
code within the escript with the +native flag. You need an HiPE enabled emulator for this to work. | |||
2011-01-25 | Merge branch 'maint-r14' into dev | Niclas Eklund | |
2011-01-25 | Update remote loading to only load a certain number of modules at a time to ↵ | Lukas Larsson | |
prevent memory usage explosion | |||
2011-01-24 | Mention that "-detached" implies "-noinput" | Holger Weiß | |
Clarify that specifying "-noinput" is unnecessary if the "-detached" flag is given. | |||
2011-01-24 | Merge branch 'ia/ssl-and-public_key/skip-tests-when-no-crypto-fix' into dev | Ingela Anderton Andin | |
* ia/ssl-and-public_key/skip-tests-when-no-crypto-fix: Changed crypto start test so that it works as intended | |||
2011-01-24 | Changed crypto start test so that it works as intended | Ingela Anderton Andin | |
2011-01-24 | Track parents when expanding #xmlElement records | Ulf Wiger | |
The function xmerl_lib:expand_content/1 is mainly for expanding Simple XML, but can also handle xmerl records. This patch fixes an omission that caused expand_content/1 to not maintain the 'parents' list when expanding #xmlElement{} records. No test cases written, since the xmerl test suites have not yet been released. | |||
2011-01-24 | Update so that cover is skipper for applications without a .cover file | Lukas Larsson | |
2011-01-24 | Update minimal build target to include runtime_tools and common_test | Lukas Larsson | |
2011-01-24 | Update ts to start common test with both ts.config and ts.PLATFORM.config | Lukas Larsson | |
2011-01-24 | Update ts scb to add nodenames in all pre_init clauses | Lukas Larsson | |
2011-01-24 | Add release/tests/test_server to path | Lukas Larsson | |
2011-01-24 | Add ts_install_scb which is a common_test SCB that handles making of test ↵ | Lukas Larsson | |
modules. | |||
2011-01-24 | Update ts to work with common test instead of test_server | Lukas Larsson | |
2011-01-24 | Add kill_slavenodes/0 as an exported function | Lukas Larsson | |
2011-01-24 | Change format of remote groups to {group, Module, GroupName}, note that this ↵ | Lukas Larsson | |
is an unsupported feature | |||
2011-01-24 | Add possibility to get all testdata | Lukas Larsson | |