File tree Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Expand file tree Collapse file tree 3 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -449,11 +449,6 @@ can end. The `curr_thread` check is not to lock itself (figure 1).
449449<div class="image">
450450<img src="images/ch_load_loadwait.jpg" alt="(loadwait)"><br>
451451Figure 1: Serialisation of loads
452- * スレッド thread
453- * ロック lock
454- * ロード開始 loading is started
455- * ロード完了 loading is completed
456- * アンロック unlock
457452</div>
458453
459454h2. Loading of Ruby programs
@@ -813,9 +808,6 @@ it is resolving undefined symbols.
813808<div class="image">
814809<img src="images/ch_load_link.jpg" alt="(link)"><br>
815810Figure 2: object files and linking
816- * 提供する名前 the providing names
817- * 必要な名前 the necessary names
818- * オブジェクトファイル object file
819811</div>
820812
821813Logically this is how it is, but in reality a program can't run only because of
You can’t perform that action at this time.
0 commit comments