From praveenvelliengiri at gmail.com Tue Apr 2 14:04:32 2019 From: praveenvelliengiri at gmail.com (preejackie) Date: Tue, 2 Apr 2019 19:34:32 +0530 Subject: New LLVM JIT Features - Views! Message-ID: <2009ca63-1820-335c-fd3c-272f7be76257@gmail.com> Hi I'm Praveen Velliengiri, student from India. I'm working on developing a Speculative compilation support in LLVM ORC JIT Infrastructure and proposing the same for GSoC19 with LLVM. As LLVM ORC supports compiling in multiple backend threads, it would be effective if we compile the functions speculatively before they are called by the executing function. So when we request JIT to compile a function, JIT will immediately returns the function address for raw executable bits. This will greatly reduce the JIT latencies in modern multi-core machines. And also I'm working on designing a ORC in-place dynamic profiling support, by this JIT will automatically able to identify the hot functions, and compile it in higher optimization level to achieve good performance. I'm proposing this project for GSoC 2019. It would be helpful to know how this new features are effective to clasp, so that I include your comments in "View from Clients" section in my GSoC proposal. Please reply :) -- Have a great day! PreeJackie -------------- next part -------------- An HTML attachment was scrubbed... URL: