blob: 7a73c07810f49e9950982d5f3d4ee905aa631530 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
Sun Aug 9 11:06:25 MDT 1998 - John Keiser (jkeiser@iname.com)
Reflection is written and running. No known functional changes need to be
made. Now CLI ToReflected* and FromReflected* methods need to be written so
that this stuff can be tested.
Jun 20 1998: John Keiser (jkeiser@iname.com)
Initial Version
Currently Reflection depends heavily on the VMI and JVMDI. The only way I can
think of to deal with this is to make a VMI 1.1 API that handles what JVMDI
does not. When one compiles the 1.1 version of Reflection, it can just use
that.
Field is not done yet. Don't bother compiling it.
This whole thing is quite untested. I am checking in now because I want
Geoffrey, the Serialization dude, to have some reference code to work with.
His stuff is not altogether different from mine, and in order to make his
code efficient he may need to borrow from mine.
|