Skip to content

Commit e87e072

Browse files
committed
Add Additional Point
1 parent c8166cb commit e87e072

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

_posts/2024-10-14-out-of-process-execution-for-clangrepl_gsoc_final_blog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -120,6 +120,13 @@ With these changes, `clang-repl` now supports out-of-process execution. We can r
120120
clang-repl --oop-executor=path/to/llvm-jitlink-executor --orc-runtime=path/to/liborc_rt.a
121121
```
122122

123+
### **Future Work**
124+
125+
- **Crash Recovery and Session Continuation** :
126+
Investigate and develop ways to enhance crash recovery so that if something goes wrong, the session can seamlessly resume without losing progress. This involves exploring options for an automatic process to restart the executor in the event of a crash.
127+
- **Finalize Auto Library Loading in ORC JIT** :
128+
Wrap up the feature that automatically loads libraries in ORC JIT. This will streamline symbol resolution for both loaded and unloaded dynamic libraries by ensuring that any required dylibs containing symbol definitions are loaded as needed.
129+
123130
### **Conclusion**
124131

125132
Thanks to this project, **Clang-Repl** now supports **out-of-process execution** for

0 commit comments

Comments
 (0)