diff options
author | Lukas Larsson <[email protected]> | 2011-10-11 17:18:15 +0200 |
---|---|---|
committer | Lukas Larsson <[email protected]> | 2011-10-11 17:18:15 +0200 |
commit | 5afcc1900d858984143c673aca5c1639d12f9e84 (patch) | |
tree | 320ece0dcd59bb568297773265e8030aa0ee4c05 /erts/emulator/beam/erl_vm.h | |
parent | 1224324e4ee4526397725c4aaaf8885ec7da0c4e (diff) | |
download | otp-5afcc1900d858984143c673aca5c1639d12f9e84.tar.gz otp-5afcc1900d858984143c673aca5c1639d12f9e84.tar.bz2 otp-5afcc1900d858984143c673aca5c1639d12f9e84.zip |
Update heauristic to work on halfword
Diffstat (limited to 'erts/emulator/beam/erl_vm.h')
-rw-r--r-- | erts/emulator/beam/erl_vm.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_vm.h b/erts/emulator/beam/erl_vm.h index ed9139518c..f810392e60 100644 --- a/erts/emulator/beam/erl_vm.h +++ b/erts/emulator/beam/erl_vm.h @@ -55,7 +55,7 @@ heap data on the C stack or if we use the buffers in the scheduler data. */ #define TMP_HEAP_SIZE 128 /* Number of Eterm in the schedulers small heap for transient heap data */ -#define CMP_TMP_HEAP_SIZE 16 /* cmp wants its own tmp-heap... */ +#define CMP_TMP_HEAP_SIZE 32 /* cmp wants its own tmp-heap... */ #define ERL_ARITH_TMP_HEAP_SIZE 4 /* as does erl_arith... */ #define BEAM_EMU_TMP_HEAP_SIZE 2 /* and beam_emu... */ |