aboutsummaryrefslogtreecommitdiffstats
path: root/erts/emulator/beam/erl_process_dict.h
diff options
context:
space:
mode:
authorBjörn-Egil Dahlberg <[email protected]>2015-12-09 10:23:20 +0100
committerBjörn-Egil Dahlberg <[email protected]>2015-12-09 10:23:20 +0100
commit7fb587a24b340dd94378a06bd12282a966f7ae24 (patch)
tree6bc407f960fe612afabc87fb086627d0bbb6a354 /erts/emulator/beam/erl_process_dict.h
parentebfca92e52ca3c857bf3873639b274c9ef851160 (diff)
parentc97f3332aeddf039ee2207196229b9ff07047c72 (diff)
downloadotp-7fb587a24b340dd94378a06bd12282a966f7ae24.tar.gz
otp-7fb587a24b340dd94378a06bd12282a966f7ae24.tar.bz2
otp-7fb587a24b340dd94378a06bd12282a966f7ae24.zip
Merge branch 'egil/pd-opt-get/OTP-13167'
* egil/pd-opt-get/OTP-13167: erts: Add i_get_hash instruction erts: Use internal hash for process dictionaries
Diffstat (limited to 'erts/emulator/beam/erl_process_dict.h')
-rw-r--r--erts/emulator/beam/erl_process_dict.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/beam/erl_process_dict.h b/erts/emulator/beam/erl_process_dict.h
index cc53800eb5..9aa21b7c38 100644
--- a/erts/emulator/beam/erl_process_dict.h
+++ b/erts/emulator/beam/erl_process_dict.h
@@ -39,5 +39,6 @@ void erts_deep_dictionary_dump(int to, void *to_arg,
Eterm erts_dictionary_copy(struct process *p, ProcDict *pd);
Eterm erts_pd_hash_get(struct process *p, Eterm id);
+Eterm erts_pd_hash_get_with_hx(Process *p, Uint32 hx, Eterm id);
#endif