<div dir="ltr"><div><div>This is the code that I'm working with just for fun:<br>-module(my_module).<br><br>-export([pie/0]).<br><br>pie() -><br>  3.14.<br><br></div>Now, in the Erlang shell, I do c(my_module). and get a .beam file that's 540 bytes. <br>
Ok, no problem.  Now, if I run erlc my_module.erl, I get the same .beam file that <br>604 bytes!  Why?  Shouldn't they be the same?  If not, what are the differences?<br><br></div>I'm running CentOS 6.4 32-bit and Erlang version R16B.<br>
</div>