On Wednesday 24 May 2017 17:25:02 Jon Foster wrote: > > MSElang is using LLVM, right? Are you using an upstream provided x86 back > end or did you have to write that?
MSElang produces LLVM bitcode http://llvm.org/docs/BitCodeFormat.html which will be optimized ("opt") and compiled to machine code ("llc") or runned by a just in time compiler or interpreter ("lli"). Martin ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, Slashdot.org! http://sdm.link/slashdot _______________________________________________ mseide-msegui-talk mailing list mseide-msegui-talk@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mseide-msegui-talk