diff options
author | Sverker Eriksson <[email protected]> | 2014-01-22 16:24:00 +0100 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2014-01-22 16:24:00 +0100 |
commit | 1b904fd1fcec000efb33446859e75872dc00ef2b (patch) | |
tree | fd206af80968325baac60b6d9fa15ef5d4d4b296 /erts/emulator/beam/erl_process.h | |
parent | d8565ab63de970f01ec1bf80fcbf0b3c692c7bd0 (diff) | |
download | otp-1b904fd1fcec000efb33446859e75872dc00ef2b.tar.gz otp-1b904fd1fcec000efb33446859e75872dc00ef2b.tar.bz2 otp-1b904fd1fcec000efb33446859e75872dc00ef2b.zip |
erts: Refactor big-float compare on HALFWORD to use C-stack
for the temporary conversion from float to big.
Preparation for coming bugfix of 'big_buf' array size.
Diffstat (limited to 'erts/emulator/beam/erl_process.h')
-rw-r--r-- | erts/emulator/beam/erl_process.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/erts/emulator/beam/erl_process.h b/erts/emulator/beam/erl_process.h index e35d1c785c..9c8cce3cb5 100644 --- a/erts/emulator/beam/erl_process.h +++ b/erts/emulator/beam/erl_process.h @@ -499,7 +499,6 @@ struct ErtsSchedulerData_ { Eterm tmp_heap[TMP_HEAP_SIZE]; int num_tmp_heap_used; Eterm beam_emu_tmp_heap[BEAM_EMU_TMP_HEAP_SIZE]; - Eterm cmp_tmp_heap[CMP_TMP_HEAP_SIZE]; Eterm erl_arith_tmp_heap[ERL_ARITH_TMP_HEAP_SIZE]; #endif ErtsSchedulerSleepInfo *ssi; |