简体   繁体   English

Windows 10上的Erlang HIPE?

[英]Erlang HIPE on Windows 10?

When compiling Erlang or Elixir code on Windows 10 I get this warning: this system is not configured for native-code compilation. 在Windows 10上编译Erlang或Elixir代码时,我收到此警告: this system is not configured for native-code compilation. Is HIPE available for Windows 10? HIPE适用于Windows 10吗?

Trying to find an "official" answer to this question, I stumbled upon an erlang-questions post by Mikael Pettersson, June 2011: 试图找到这个问题的“正式”答案,我偶然发现了2011年6月Mikael Pettersson的一篇问题

What exactly is the status of HiPE on the Windows platform? HiPE在Windows平台上的状态究竟是什么?

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. 与以前相同,即它不受支持,但如果您接受4KB的每本机线程内存消耗惩罚,则可能支持它。 FP exn handling must also be implemented, but I did a prototype of that some time ago. 还必须实现FP exn处理,但是我之前做了一个原型。

I believe that HiIPE is not supported on Windows. 我相信Windows 支持HiIPE。 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." 根据最近的RabitMQ文档,我看到很多较旧的评论,“HiPE在某些平台上根本不可用,特别是包括Windows。”

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM