Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 27 Mar 2022 21:00:38 +0000
From:      "Dave Cottlehuber" <dch@freebsd.org>
To:        erlang@FreeBSD.org
Subject:   CFT: OTP25-rc2 patches
Message-ID:  <a2f675d1-6f18-4f31-b0b6-34bd613fe89a@www.fastmail.com>

next in thread | raw e-mail | index | archive | help
hey everybody,

OTP-25 is now at RC2 status, and as it has arm64 JIT compiler
support I was especially keen on giving it a try! The diff
below means you can, too.

https://reviews.freebsd.org/D34675

has the current patch, but due to a limitation in my ports
skills, you'll need to manually fetch the renamed source file
and drop it into your /usr/ports/distfiles/erlang/ folder:

curl -#LO --output-dir /usr/ports/distfiles/erlang/ \
   https://people.freebsd.org/~dch/tmp/erlang-otp-25.0rc2_GH0.tar.gz

For the JIT on arm64, it looks like we need a FreeBSD src patch,
andrew@ has provided a first cut, which works very well for me
here. https://github.com/erlang/otp/issues/5817 has the details.

A+
Dave



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a2f675d1-6f18-4f31-b0b6-34bd613fe89a>