We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92af1a0 commit 0fac66dCopy full SHA for 0fac66d
3 files changed
images/ch_load_link.jpg
706 Bytes
images/ch_load_loadwait.jpg
3.53 KB
load.textile
@@ -449,11 +449,6 @@ can end. The `curr_thread` check is not to lock itself (figure 1).
449
<div class="image">
450
<img src="images/ch_load_loadwait.jpg" alt="(loadwait)"><br>
451
Figure 1: Serialisation of loads
452
-* スレッド thread
453
-* ロック lock
454
-* ロード開始 loading is started
455
-* ロード完了 loading is completed
456
-* アンロック unlock
457
</div>
458
459
h2. Loading of Ruby programs
@@ -813,9 +808,6 @@ it is resolving undefined symbols.
813
808
814
809
<img src="images/ch_load_link.jpg" alt="(link)"><br>
815
810
Figure 2: object files and linking
816
-* 提供する名前 the providing names
817
-* 必要な名前 the necessary names
818
-* オブジェクトファイル object file
819
811
820
812
821
Logically this is how it is, but in reality a program can't run only because of
0 commit comments