search for: injectect

Displaying 3 results from an estimated 3 matches for "injectect".

Did you mean: injected
2013 Apr 12
2
[LLVMdev] GSoC project questions.
...probably for C/C++. The application is compiled using clang and ran with an injected initialization code. Then, when a source file is modified, a filesystem watcher or an IDE plugin notices this change. After that a diff is performed on the file and clang is used(somehow) to see if this edit can be injectected into the running application - basically it checks if the edit is inside a non-inlined non-lamba function(s). The code that was injected at the initialization of the application started an IPC thread to communicate with the hypervisor which does the modification watch and file diff. After the dif...
2013 Apr 12
0
[LLVMdev] GSoC project questions.
...The application is compiled using clang and ran with > an injected initialization code. Then, when a source file is modified, a > filesystem watcher or an IDE plugin notices this change. After that a diff > is performed on the file and clang is used(somehow) to see if this edit can > be injectected into the running application - basically it checks if the > edit is inside a non-inlined non-lamba function(s). The code that was > injected at the initialization of the application started an IPC thread to > communicate with the hypervisor which does the modification watch and file >...
2013 Apr 12
2
[LLVMdev] GSoC project questions.
...is compiled using clang and ran with >> an injected initialization code. Then, when a source file is modified, a >> filesystem watcher or an IDE plugin notices this change. After that a diff >> is performed on the file and clang is used(somehow) to see if this edit can >> be injectected into the running application - basically it checks if the >> edit is inside a non-inlined non-lamba function(s). The code that was >> injected at the initialization of the application started an IPC thread to >> communicate with the hypervisor which does the modification watch a...