[erlang-questions] Building / releasing with HIPE / native

Kostis Sagonas kostis@REDACTED
Wed Apr 2 22:44:04 CEST 2014


On 04/02/2014 10:40 PM, Loïc Hoguin wrote:
> Isn't there a big potential boost in performance by enabling native code
> for SSL and related apps? Do you know if anyone has experimented with it?

No idea. But there is nothing that prevents one from trying it out. The 
change required is to add the following lines:

ifeq ($(NATIVE_LIBS_ENABLED),yes)
ERL_COMPILE_FLAGS += +native
endif

immediately before the

ERL_COMPILE_FLAGS += ....

line in the corresponding Makefile. (e.g in lib/ssl/src/Makefile)

Kostis





More information about the erlang-questions mailing list