Reputation: 14519
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?
Upvotes: 3
Views: 476
Reputation: 41528
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.
Upvotes: 3
Reputation: 2173
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."
Upvotes: 2