aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_alloc.types
diff options
context:
space:
mode:
authorSverker Eriksson <[email protected]>2014-01-10 15:41:48 +0100
committerSverker Eriksson <[email protected]>2014-01-10 15:41:48 +0100
commitb49efb826e191a0ef18da7ebdb3dd9e56fe654da (patch)
tree2dc41e4d839349f7fadc0f64f0ebe7b6772ef0a7 /erts/emulator/beam/erl_alloc.types
parent165846b143c8275350972caaf4c1013cfe5db043 (diff)
downloadotp-b49efb826e191a0ef18da7ebdb3dd9e56fe654da.tar.gz
otp-b49efb826e191a0ef18da7ebdb3dd9e56fe654da.tar.bz2
otp-b49efb826e191a0ef18da7ebdb3dd9e56fe654da.zip
erts: Simplify term_to_binary by removing saved ESTACK from root set
We disabled GC (in 522a29666088d5) during trapping and don't need to include the saved ESTACK as part of root set.
Diffstat (limited to 'erts/emulator/beam/erl_alloc.types')
-rw-r--r--erts/emulator/beam/erl_alloc.types4
1 files changed, 2 insertions, 2 deletions
diff --git a/erts/emulator/beam/erl_alloc.types b/erts/emulator/beam/erl_alloc.types
index 32308fae9b..b4e52770e3 100644
--- a/erts/emulator/beam/erl_alloc.types
+++ b/erts/emulator/beam/erl_alloc.types
@@ -1,7 +1,7 @@
#
# %CopyrightBegin%
#
-# Copyright Ericsson AB 2003-2013. All Rights Reserved.
+# Copyright Ericsson AB 2003-2014. All Rights Reserved.
#
# The contents of this file are subject to the Erlang Public License,
# Version 1.1, (the "License"); you may not use this file except in
@@ -150,7 +150,7 @@ type LINK_LH STANDARD PROCESSES link_lh
type SUSPEND_MON STANDARD PROCESSES suspend_monitor
type PEND_SUSPEND SHORT_LIVED PROCESSES pending_suspend
type PROC_LIST SHORT_LIVED PROCESSES proc_list
-type EXTRA_ROOT SHORT_LIVED PROCESSES extra_root
+type SAVED_ESTACK SHORT_LIVED PROCESSES saved_estack
type FUN_ENTRY LONG_LIVED CODE fun_entry
type ATOM_TXT LONG_LIVED ATOM atom_text
type BEAM_REGISTER EHEAP PROCESSES beam_register