diff options
author | Sverker Eriksson <[email protected]> | 2015-08-28 18:08:04 +0200 |
---|---|---|
committer | Sverker Eriksson <[email protected]> | 2015-08-28 19:02:38 +0200 |
commit | 90e0bad70affc23228e3d11d1131aba615895dd5 (patch) | |
tree | 22c738ff90cab95ff02d1753f6d21fbef4761df0 /erts/emulator/hipe | |
parent | c0694699e20ba9985d842c0efaeefbc457bc518c (diff) | |
download | otp-90e0bad70affc23228e3d11d1131aba615895dd5.tar.gz otp-90e0bad70affc23228e3d11d1131aba615895dd5.tar.bz2 otp-90e0bad70affc23228e3d11d1131aba615895dd5.zip |
erts: Fix hipe bug for maps:merge/2
Add forgotten HIPE_WRAPPER_BIF_DISABLE_GC which
could lead to stack-heap overrun if unlucky with the
yielding during maps:merge when called by native hipe code.
Diffstat (limited to 'erts/emulator/hipe')
-rw-r--r-- | erts/emulator/hipe/hipe_bif_list.m4 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/erts/emulator/hipe/hipe_bif_list.m4 b/erts/emulator/hipe/hipe_bif_list.m4 index 1d36ccdb5d..6aa0c9a32e 100644 --- a/erts/emulator/hipe/hipe_bif_list.m4 +++ b/erts/emulator/hipe/hipe_bif_list.m4 @@ -284,6 +284,7 @@ $1, list_to_bitstring_1, hipe_wrapper_$1, $1, send_2, hipe_wrapper_$1, $1, send_3, hipe_wrapper_$1, $1, ebif_bang_2, hipe_wrapper_$1, +$1, maps_merge_2, hipe_wrapper_$1, $1)') define(BIF_LIST,`standard_bif_interface_$3(nbif_$4, CFUN($4))') |