annotate doc/ChangeLog.txt @ 94:11e2a9eba9c1

Remove unused subdirectory in CMakeLists
author Yasutaka Higa <e115763@ie.u-ryukyu.ac.jp>
date Tue, 26 Jan 2016 17:32:55 +0900
parents 907c69e21e56
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
15
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
1 Mon Apr 13 20:13:54 JST 2015 kkb
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
2
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
3 version 管理も built in であるべき
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
4 プログラムを走らせるときに使うコードセグメントの集合は決まってる
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
5 unix の command に相当
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
6 context がすべて知っている必要がある
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
7 プログラムの走り方で dynamic loding liblary が変わる
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
8 Reflection を意識したプログラミング
907c69e21e56 modify allocate
Shohei KOKUBO <e105744@ie.u-ryukyu.ac.jp>
parents: 14
diff changeset
9
14
d98961bfd0f2 Code linkage information
innparusu
parents:
diff changeset
10 Fri Apr 10 17:52:46 JST 2015 Tatsuki IHA
d98961bfd0f2 Code linkage information
innparusu
parents:
diff changeset
11
d98961bfd0f2 Code linkage information
innparusu
parents:
diff changeset
12 context.hにdata segmentの型を定義
d98961bfd0f2 Code linkage information
innparusu
parents:
diff changeset
13 code segmentのaddressはcontextが持つ
d98961bfd0f2 Code linkage information
innparusu
parents:
diff changeset
14 呼ぶcode segmentはenumで持つ
d98961bfd0f2 Code linkage information
innparusu
parents:
diff changeset
15 code segmentにはdefaultで一つdata segmentを持つ