Erlang bytecodes and/or VM description?
Andrew Lentvorski
bsder@REDACTED
Thu Jun 1 23:27:05 CEST 2006
Vlad Dumitrescu XX (LN/EAB) wrote:
>> Which compiler version supports "+S" switch? On R10B-11 I get:
>
> You'll have to write
> erlc +'S' mod.erl
> And also to remember that the qutes need to be escaped, so the working
> comand line is:
> erlc +\'S\' mod.erl
>
> Nice! ;-)
> /Vlad
All of the following have been useful, as well:
beam_asm
beam_lib
beam_disasm
genop.tab
-a
More information about the erlang-questions
mailing list