AccelerateHS/accelerate

Object file loading on Windows

Open

#395 建立於 2017年8月23日

在 GitHub 查看
 (5 留言) (0 反應) (0 負責人)Haskell (112 fork)batch import
help wantedllvm-cpuwindows

倉庫指標

Star
 (830 star)
PR 合併指標
 (平均合併 40天) (30 天內合併 1 個 PR)

描述

The CPU backend is currently broken on windows because it lacks an object file loader (here).

This is the same as what GHCi does, but a bit simpler because we only need to handle the most basic types of relocations etc. Unfortunately we can't use that one due to GHC#13624 (unless that does not affect windows, but I doubt it)

Any windows hackers interested in writing one? @RyanGlScott

貢獻者指南