Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.13 KB

embedded_asm_or_jit.md

File metadata and controls

17 lines (11 loc) · 1.13 KB

It's difficult enough to get efficient code generated from C, let alone C#. Writing our own JIT may be prudent.

Given the breadth of any instruction set, it's likely easier to provide a string to an assembler than to wrap an API.

F# can target the GPU directly:

http://fsharp.org/use/gpu/