What does the beam '%live' instruction do?
James Hague
james.hague@REDACTED
Mon Mar 28 18:04:48 CEST 2005
Erlang:
sum(A,B) -> A + B.
BEAM:
{bif,'+',{f,0},[{x,0},{x,1}],{x,0}}.
{'%live',1}. <-- What does this do?
return.
More information about the erlang-questions
mailing list