Re: New LDC feature: dynamic compilation

2017-11-13 Thread kinke via Digitalmars-d-announce
Thanks for this post. Please also consider creating a Wiki page as that's more easily accessible for posterity (and editable) than a forum post here.

Re: New LDC feature: dynamic compilation

2017-11-13 Thread Ivan Butygin via Digitalmars-d-announce
On Monday, 13 November 2017 at 19:58:29 UTC, Michael V. Franklin wrote: Interesting feature. So is the executable linked to an installed instance of LDC/LLVM to make this happen, or is there some limited compiler embedded in the executable or Druntime? More details about the implementation

Re: New LDC feature: dynamic compilation

2017-11-13 Thread Michael V. Franklin via Digitalmars-d-announce
On Monday, 13 November 2017 at 19:04:16 UTC, Ivan Butygin wrote: You need to explicitly compile `@dynamicCompile` functions before using any of them. Interesting feature. So is the executable linked to an installed instance of LDC/LLVM to make this happen, or is there some limited compiler