diff options
author | Björn-Egil Dahlberg <[email protected]> | 2015-07-01 15:09:58 +0200 |
---|---|---|
committer | Björn-Egil Dahlberg <[email protected]> | 2015-07-01 15:09:58 +0200 |
commit | 3bda47f2f26dd417fbd65d5f46b2ab8411a2a41f (patch) | |
tree | 1c7e2e71c2c7172f5b41d15624fcaf2f19ef1d20 /erts/emulator/beam/erl_vm.h | |
parent | db2e9773f95a79b40e197031c7b8782392fa9d02 (diff) | |
download | otp-3bda47f2f26dd417fbd65d5f46b2ab8411a2a41f.tar.gz otp-3bda47f2f26dd417fbd65d5f46b2ab8411a2a41f.tar.bz2 otp-3bda47f2f26dd417fbd65d5f46b2ab8411a2a41f.zip |
erts: Remove halfword !HEAP_ON_C_STACK
Diffstat (limited to 'erts/emulator/beam/erl_vm.h')
-rw-r--r-- | erts/emulator/beam/erl_vm.h | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/erts/emulator/beam/erl_vm.h b/erts/emulator/beam/erl_vm.h index 2d4141ac8d..cfc978b5a5 100644 --- a/erts/emulator/beam/erl_vm.h +++ b/erts/emulator/beam/erl_vm.h @@ -40,14 +40,6 @@ #define MAX_ARG 255 /* Max number of arguments allowed */ #define MAX_REG 1024 /* Max number of x(N) registers used */ -/* Scheduler stores data for temporary heaps if - !HEAP_ON_C_STACK. Macros (*TmpHeap*) in global.h selects if we put temporary - 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 ERL_ARITH_TMP_HEAP_SIZE 4 /* as does erl_arith... */ -#define BEAM_EMU_TMP_HEAP_SIZE 2 /* and beam_emu... */ - /* * The new arithmetic operations need some extra X registers in the register array. * so does the gc_bif's (i_gc_bif3 need 3 extra). |