I've been playing around with my rebar3_osv tool (which turns an erlang application into an OSv image). I'm trying to move everything to the latest erlang release (24.1).
OTP-24 comes with asmjit which can give quite a performance boost in some cases. However, it requires the use of shm_open and shm_unlink. I don't find this under OSv - whats the status? Is it something that could be done under OSv or am I going to find this is a blocking issue? Currently this is where I'm at: /otp/erts-12.1.1/bin/beam.smp: ignoring missing symbol shm_unlink /otp/erts-12.1.1/bin/beam.smp: ignoring missing symbol shm_open dlsym: No error information Aborted Cheers, Rick -- You received this message because you are subscribed to the Google Groups "OSv Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/osv-dev/491e69e8dd9f8e748d96c545cf8159556da1ba47.camel%40rossfell.co.uk.
