[erlang-questions] MPI and Erlang. (fun experiment)

Daniel Luna daniel@REDACTED
Fri Jun 17 16:32:49 CEST 2011


On 17 June 2011 16:04, Joel Reymont <joelr1@REDACTED> wrote:
> How can you check what HiPE is doing here?
>
> Is there an option to dump some pseudo-code that shows what's being boxed, unboxed, allocated, etc.?

hipe:c(MODULE, [pp_asm]).

will probably do what you want. There is also pp_beam and pp_icode (and pp_all).

pp_icode could be the level you want.

Cheers,

Daniel
-- 
http://havebackpack.com - Exploring the world with a 30L backpack.
Available for fun challenging assignments anywhere in the world.



More information about the erlang-questions mailing list