diff options
author | Björn Gustavsson <[email protected]> | 2014-03-04 12:26:31 +0100 |
---|---|---|
committer | Björn Gustavsson <[email protected]> | 2014-03-04 12:26:31 +0100 |
commit | 6ddc3479026b9a8d77ff62125b222abed7f6b5ed (patch) | |
tree | cfcf478ed81cf4e282eb4d52c6c9805dda00cc45 /erts/emulator/hipe/hipe_bif0.tab | |
parent | b5f60940c8cb73873392e3955cbf30a6c7079ccf (diff) | |
parent | 63a653050b5e6ca28cde1e8616c840abafe71100 (diff) | |
download | otp-6ddc3479026b9a8d77ff62125b222abed7f6b5ed.tar.gz otp-6ddc3479026b9a8d77ff62125b222abed7f6b5ed.tar.bz2 otp-6ddc3479026b9a8d77ff62125b222abed7f6b5ed.zip |
Merge branch 'bjorn/hipe/fix-race-condition'
* bjorn/hipe/fix-race-condition:
Delay patching of closures to eliminate a race condition
hipe: Break apart hipe_bif:make_fe/3 into two BIFs
Diffstat (limited to 'erts/emulator/hipe/hipe_bif0.tab')
-rw-r--r-- | erts/emulator/hipe/hipe_bif0.tab | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/erts/emulator/hipe/hipe_bif0.tab b/erts/emulator/hipe/hipe_bif0.tab index ce641365e9..2514b1c3a5 100644 --- a/erts/emulator/hipe/hipe_bif0.tab +++ b/erts/emulator/hipe/hipe_bif0.tab @@ -69,7 +69,8 @@ bif hipe_bifs:atom_to_word/1 bif hipe_bifs:term_to_word/1 #bif hipe_bifs:make_fun/3 -bif hipe_bifs:make_fe/3 +bif hipe_bifs:get_fe/2 +bif hipe_bifs:set_native_address_in_fe/2 #bif hipe_bifs:make_native_stub/2 bif hipe_bifs:find_na_or_make_stub/2 |