search for: mutang

Displaying 6 results from an estimated 6 matches for "mutang".

Did you mean: dutang
2016 Oct 19
3
Is it possible to execute Objective-C code via LLVM JIT?
...n, At this point it seems that the best next step is for Steven to share his code, right? Or is there some other work that can be done in parallel? Lang? Steven? Here’s small note about my interest here: Alex Denisov and I are working on a tool for mutation testing https://github.com/AlexDenisov/mutang <https://github.com/AlexDenisov/mutang>. Alex has made fascinating progress towards mutation testing of C++ code and we would also like to bring mutation testing to iOS where we are by profession. Currently inability to run Objective-C code via JIT is a critical dependency for our progress on...
2016 Nov 11
2
Is it possible to execute Objective-C code via LLVM JIT?
...ly register the implementation to objc runtime. I dont expect this to be a quick task. >> >>> >>> Lang? Steven? >>> >>> Here’s small note about my interest here: Alex Denisov and I are working on a tool for mutation testing https://github.com/AlexDenisov/mutang <https://github.com/AlexDenisov/mutang>. Alex has made fascinating progress towards mutation testing of C++ code and we would also like to bring mutation testing to iOS where we are by profession. Currently inability to run Objective-C code via JIT is a critical dependency for our progress on...
2016 Oct 22
3
Is it possible to execute Objective-C code via LLVM JIT?
...hat, we still need to correctly register the implementation to objc > runtime. I dont expect this to be a quick task. > > > Lang? Steven? > > Here’s small note about my interest here: Alex Denisov and I are working > on a tool for mutation testing https://github.com/AlexDenisov/mutang. > Alex has made fascinating progress towards mutation testing of C++ code and > we would also like to bring mutation testing to iOS where we are by > profession. Currently inability to run Objective-C code via JIT is a > critical dependency for our progress on iOS part so I'll be h...
2016 Oct 14
2
Berlin: LLVM Hackday #1, Betahaus, Oct. 22nd
...m. I think there's a lot of knowhow to share especially about tools > and best practices. I think the best setting to achieve this is > getting together in small teams looking at code :) > > Here's a small selection of projects people work on: > https://github.com/AlexDenisov/mutang > https://github.com/woboq/woboq_codebrowser > https://github.com/weliveindetail/DecisionTreeCompiler > > However, that's only a few and we're looking forward to explore much more! > > Am 14.10.16 um 11:23 schrieb picflo_2 at web.de: > > Hi Stefan, > &...
2016 Nov 11
2
Is it possible to execute Objective-C code via LLVM JIT?
...untime. I dont expect this to be a quick task. >>>> >>>>> >>>>> Lang? Steven? >>>>> >>>>> Here’s small note about my interest here: Alex Denisov and I are working on a tool for mutation testing https://github.com/AlexDenisov/mutang <https://github.com/AlexDenisov/mutang>. Alex has made fascinating progress towards mutation testing of C++ code and we would also like to bring mutation testing to iOS where we are by profession. Currently inability to run Objective-C code via JIT is a critical dependency for our progress on...
2016 Oct 18
2
Is it possible to execute Objective-C code via LLVM JIT?
Hi Stanislav, Lang I have a version of objc metadata parser based on LLVM which can handle objc2 metadata from MachO object and bitcode (bitcode version is even swift compatible). I don't know if there is enough interest for me to upstream it. It probably requires some work to clean up the interface and complete it by adding objc1 support and other object format support. Steven > On Oct