Hob Den
Hob Den
+1 for graphviz
This patch only fixes PA1B. Although PA1A specifies that '
>Python/Java 通过 引用计数 (Reference Counting) 对所有的对象进行运行时的动态管理,一套 垃圾回收 (GC, Garbage Collection) 机制会被自动定期触发,每次都会检查所有的对象,如果其引用计数为零则可以将该对象占用的内存从堆上回收以待后续其他的对象使用。这样做完全杜绝了内存安全问题,但是性能开销则很大,而且 GC 触发的时机和每次 GC 的耗时都是无法预测的,还使得软件的执行性能不够确定。 这句话有 citation 吗?Python/Java 的内存管理应该不是基于引用计数的把? 至少主要的 JVM 实现应该都用的是 mark and sweep 的 GC 吧?
阿你说的是哪个分支
哪个文件…… 如果你还记得的话 [汗]
I'm awfully sorry for the late reply, but thank you for the feedback. Yes there're two more cases, and I've cross checked with linux code to filter out false positives,...
Hi @Ramla-I @kevinaboos , sorry for disturbing. I wonder if [the latest bugs](https://github.com/theseus-os/Theseus/issues/960#issuecomment-1600378555) mentioned in the last reply can be confirmed. Thank you very much!