Hi all, It is my understanding (as per Erlang Manual) that if a module that has been compiled using HiPE calls a function in a module that is not (compiled using HiPE), then there may be a performance penalty that is due to "mode switching”. Does this assertion hold when HiPE compiled module calls BIF as well? Kind regards V/