Erkam Murat Bozkurt via llvm-dev
2019-Jun-27 11:17 UTC
[llvm-dev] About PCYNLITX project and its innovations ( for C+++ multi-threading )
Previously, I have presented my project to you. The current name of my project is PCYNLITX. PCYNLITX platform offers completely new programming technology which can be named as Programmable Meta-Programming System and PCYNLITX platform is just a particular application of this new programming methodology. Basically, PCYNLITX is an intelligent integrated development environment ( IDE ) which can produce an application-specific multi-threading library based on your needs and assists you in multi-thread software development process. PCYNLITX is not a multi-threading library. Instead, it is a multi-threading library generator. You can find out very comprehensive documentation about pcynlitx project from both project web site and source code repository. The addresses of the project web page and source code repository are given in below links. www.pcynlitx.tech https://sourceforge.net/projects/pcynlitx The outcome of the PCYNLITX platform acts as an autonomous thread management system provides deterministic scheduling of the threads. You can control the thread with the numbers given by you and determine the relation of the threads. In other words, different from the other multi-threading tools, you can directly schedule the threads independently from the operating system. The scientific journal of the project is under review on IEEE Transactions on Software Engineering. Currently, the PCYNLITX platform only works on Linux based operating systems and the other versions ( Windows and McOSx ) are under development. The License of the PCYNLITX platform is GNU GPLv3 Free Software License. You can find out many other documents including scientific introduction of the project (“Technical Introduction” ), code examples and GUI tutorial form the project web sites. You can also find out a documents introducing std::thread programming, pthread programming and OpenMP programming on the web sites. I am always waiting your valuable comments and contributions. Thanks and best regards. Erkam Murat Bozkurt M.Sc in Control Systems -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190627/71ae2e8a/attachment.html>
Mehdi AMINI via llvm-dev
2019-Jun-27 16:14 UTC
[llvm-dev] About PCYNLITX project and its innovations ( for C+++ multi-threading )
Hi, I quickly looked at the doc, but I can't figure out how are you using LLVM in this tool? Are there some clang plugins/tools involved? I think it'd be nice to have a more technical explanation of the process of this tool and how it involves LLVM, if you have any pointer to a white paper or other documentation. -- Mehdi On Thu, Jun 27, 2019 at 4:17 AM Erkam Murat Bozkurt via llvm-dev < llvm-dev at lists.llvm.org> wrote:> Previously, I have presented my project to you. The current name of my > project is PCYNLITX. > > PCYNLITX platform offers completely new programming technology which can > be named as Programmable Meta-Programming System and PCYNLITX platform is > just a particular application of this new programming methodology. > > Basically, PCYNLITX is an intelligent integrated development environment ( > IDE ) which can produce an application-specific multi-threading library > based on your needs and assists you in multi-thread software development > process. PCYNLITX is not a multi-threading library. Instead, it is a > multi-threading library generator. You can find out very comprehensive > documentation about pcynlitx project from both project web site and source > code repository. The addresses of the project web page and source code > repository are given in below links. > > www.pcynlitx.tech > > https://sourceforge.net/projects/pcynlitx > > The outcome of the PCYNLITX platform acts as an autonomous thread > management system provides deterministic scheduling of the threads. You can > control the thread with the numbers given by you and determine the relation > of the threads. In other words, different from the other multi-threading > tools, you can directly schedule the threads independently from the > operating system. > > The scientific journal of the project is under review on IEEE Transactions > on Software Engineering. > > Currently, the PCYNLITX platform only works on Linux based operating > systems and the other versions ( Windows and McOSx ) are under development. > The License of the PCYNLITX platform is GNU GPLv3 Free Software License. You > can find out many other documents including scientific introduction of the > project (“Technical Introduction” ), code examples and GUI tutorial form > the project web sites. You can also find out a documents introducing > std::thread programming, pthread programming and OpenMP programming on the > web sites. > > I am always waiting your valuable comments and contributions. > > Thanks and best regards. > > Erkam Murat Bozkurt > > M.Sc in Control Systems > _______________________________________________ > LLVM Developers mailing list > llvm-dev at lists.llvm.org > https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20190627/807213b0/attachment.html>