diff options
author | Rickard Green <[email protected]> | 2013-07-08 18:04:14 +0200 |
---|---|---|
committer | Rickard Green <[email protected]> | 2013-07-09 14:39:58 +0200 |
commit | b3b0c44ca3f1b87c719f782f09dd0331dbb1a351 (patch) | |
tree | 7aac7a292128d2830389cb522ed5143645988af2 /erts/emulator/beam/global.h | |
parent | dbd97f2569af24ef395fa3d60bb2b00543296ce8 (diff) | |
download | otp-b3b0c44ca3f1b87c719f782f09dd0331dbb1a351.tar.gz otp-b3b0c44ca3f1b87c719f782f09dd0331dbb1a351.tar.bz2 otp-b3b0c44ca3f1b87c719f782f09dd0331dbb1a351.zip |
Make information about use of jump table available via system_info BIF
erlang:system_info(beam_jump_table)
Diffstat (limited to 'erts/emulator/beam/global.h')
-rwxr-xr-x | erts/emulator/beam/global.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/erts/emulator/beam/global.h b/erts/emulator/beam/global.h index 25aedc91c6..e5807b5ce6 100755 --- a/erts/emulator/beam/global.h +++ b/erts/emulator/beam/global.h @@ -1042,6 +1042,8 @@ extern erts_driver_t vanilla_driver; extern erts_driver_t spawn_driver; extern erts_driver_t fd_driver; +int erts_beam_jump_table(void); + /* Should maybe be placed in erl_message.h, but then we get an include mess. */ ERTS_GLB_INLINE Eterm * erts_alloc_message_heap_state(Uint size, |