mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
inilne markups
* README.ja: separate inilne markups from multibyte sequence by spaces, so that another implementation can parse them properly. git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@35529 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
aa913eb6fa
commit
4b0e5edaea
1 changed files with 18 additions and 18 deletions
|
@ -165,8 +165,8 @@ UNIXであれば+configure+がほとんどの差異を吸収してくれるは
|
|||
のアーキテクチャが<tt>setjmp()</tt>または<tt>getcontext()</tt>によって全てのレ
|
||||
ジスタを +jmp_buf+ や +ucontext_t+ に格納することと, +jmp_buf+ や
|
||||
+ucontext_t+ とスタックが32bitアラインメントされていることを仮定
|
||||
しています.特に前者が成立しない場合の対応は非常に困難でしょ
|
||||
う.後者の解決は比較的簡単で,+gc.c+でスタックをマークしている
|
||||
しています.特に前者が成立しない場合の対応は非常に困難でしょう.
|
||||
後者の解決は比較的簡単で, +gc.c+ でスタックをマークしている
|
||||
部分にアラインメントのバイト数だけずらしてマークするコードを
|
||||
追加するだけで済みます.<tt>defined(\_\_mc68000\_\_)</tt>で括られてい
|
||||
る部分を参考にしてください.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue