3

When compiling Erlang or Elixir code on Windows 10 I get this warning: this system is not configured for native-code compilation. Is HIPE available for Windows 10?

Filip Haglund
  • 13,919
  • 13
  • 64
  • 113

2 Answers2

3

Trying to find an "official" answer to this question, I stumbled upon an erlang-questions post by Mikael Pettersson, June 2011:

What exactly is the status of HiPE on the Windows platform?

Same as before, namely that it's not supported but it's probably possible to support it if you accept a 4KB per-native-thread memory consumption penalty. FP exn handling must also be implemented, but I did a prototype of that some time ago.

Community
  • 1
  • 1
legoscia
  • 39,593
  • 22
  • 116
  • 167
2

I believe that HiIPE is not supported on Windows. I see lots of older comments to that effect and, according to recent RabitMQ documentation, "HiPE is not available at all on some platforms, notably including Windows."

Jr0
  • 2,131
  • 13
  • 23