<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Mon, Apr 3, 2017 at 6:34 PM, Tristan Sloughter <span dir="ltr"><<a href="mailto:t@crashfast.com" target="_blank">t@crashfast.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><u></u>




<div><div>First use case I thought of when I heard this news was 'erlc' itself :). It disables smp by default, right?<br></div></div></blockquote><div><br></div><div>erlc uses the following startup flags: "erl +A0 +sbtu -noinput -mode minimal -boot start_clean"</div><div><br></div><div>So, it uses the smp emulator if available.</div><div> </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div></div>
<div>This gives a few milliseconds speedup in startup time when booting the VM which is mostly a non-issue but nice for cli tools. <br></div></div></blockquote><div><br></div><div>If startup time is important, I think the time would be better spent optimizing the startup time of the smp-emulator, then to maintain the non-smp emulators just for it's startup speed.</div><div><br></div><div>Lukas</div></div></div></div>