Timeline

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

50 descendants of 7d10eb6c2a640021

2019-04-18
01:14
Add base for memory space; Add more exceptions accordingly. check-in: 49e19603d4 user: stephanie.gawroriski tags: trunk
00:46
Simplify NEG operations. check-in: 8e1f9f854d user: stephanie.gawroriski tags: trunk
00:42
Lookup for super methods. check-in: a7a413dac0 user: stephanie.gawroriski tags: trunk
00:26
Add checks to see if a method can be accessed. check-in: 031f56b255 user: stephanie.gawroriski tags: trunk
00:11
Static fields and methods are stored first, not second. check-in: 2fa34f50a5 user: stephanie.gawroriski tags: trunk
00:08
Add get of class flags; Correct storing instance methods into the wrong map. check-in: a554cc5537 user: stephanie.gawroriski tags: trunk
2019-04-17
23:49
Add some base access checks. check-in: 1df15a335a user: stephanie.gawroriski tags: trunk
23:33
Loading of instance checks. check-in: 26f530e804 user: stephanie.gawroriski tags: trunk
23:14
Add NameAndType to MethodHandle; Base for getting static method handles. check-in: c4d1b5ec31 user: stephanie.gawroriski tags: trunk
22:50
Base for converting handles. check-in: 1ee486aca9 user: stephanie.gawroriski tags: trunk
22:40
Implement merging of enqueue lists. check-in: b5ca6a7943 user: stephanie.gawroriski tags: trunk
22:32
Base handling of more pool entries; Add DEBUG for when classes are being loaded. check-in: 653e50805d user: stephanie.gawroriski tags: trunk
22:23
Add base for string intern method; For now just pass strings as-is and do not create objects for them, they can be interned on demand. check-in: 755cf01edb user: stephanie.gawroriski tags: trunk
22:19
Base processing for the class file. check-in: db3494bf51 user: stephanie.gawroriski tags: trunk
21:59
Base initialization chain for classes. check-in: e45f1e6325 user: stephanie.gawroriski tags: trunk
21:26
Initialize VM StaticMethod, which are just special instances with no real info. check-in: b36f9aa07e user: stephanie.gawroriski tags: trunk
21:16
Implement lookup of static methods (they are plain). check-in: 943083df9c user: stephanie.gawroriski tags: trunk
20:58
Remove compileJar() and just have installJar(). check-in: dacf3506d8 user: stephanie.gawroriski tags: trunk
20:34
Add RuntimeConstantPool which will be something which can initialize the constant pool at run-time when needed. check-in: 9cd9c56f84 user: stephanie.gawroriski tags: trunk
20:27
Do not check super class for null. check-in: 84a62bc3ff user: stephanie.gawroriski tags: trunk
20:27
Object has no super class, so adjust minimizer to allow null super classes. check-in: 5545ecfe6a user: stephanie.gawroriski tags: trunk
20:25
Base for loaded classes. check-in: 96db2b9f22 user: stephanie.gawroriski tags: trunk
19:53
Add native API for compilation and installation of native JARs. check-in: e21af73af0 user: stephanie.gawroriski tags: trunk
19:45
Update day number for 0.4.0. check-in: 68e3972544 user: stephanie.gawroriski tags: trunk
19:44
Remove jvm-common stuff. check-in: ff969fbd74 user: stephanie.gawroriski tags: trunk
19:42
Add library for common JVM functions. check-in: 405d2c650c user: stephanie.gawroriski tags: trunk
17:52
Correct writing of class name list. check-in: 4a358840ac user: stephanie.gawroriski tags: trunk
17:48
Add handlers for the multiply instruction. check-in: 1a5a359847 user: stephanie.gawroriski tags: trunk
17:45
Correct handling of invocations when long/double are used as arguments. check-in: 69fb9eff91 user: stephanie.gawroriski tags: trunk
17:36
Add exception catch to show the processor state if an exception is caught. check-in: ca81547698 user: stephanie.gawroriski tags: trunk
17:29
Remove more debug text in the minimizer. check-in: ad8b261256 user: stephanie.gawroriski tags: trunk
17:27
Remove more pool debugging. check-in: fc4d029d29 user: stephanie.gawroriski tags: trunk
17:26
Do not dump read pool entries. check-in: e992501db7 user: stephanie.gawroriski tags: trunk
17:26
Loading of minimized classes after much frustration. check-in: 72e56b9367 user: stephanie.gawroriski tags: trunk
17:24
Do not debug offset and types. check-in: be61750969 user: stephanie.gawroriski tags: trunk
17:23
Add pool entries for the class names and such before they are used. check-in: e7d44ac640 user: stephanie.gawroriski tags: trunk
16:48
Some corrections. check-in: aade498ed0 user: stephanie.gawroriski tags: trunk
16:36
Add the read padding byte to the error message. check-in: 274fc0cd3e user: stephanie.gawroriski tags: trunk
16:29
Add end of file magic number and check that on read. check-in: bf36d53942 user: stephanie.gawroriski tags: trunk
16:22
Make sure the input byte array length matches the length in the class header. check-in: 0e7a9af42e user: stephanie.gawroriski tags: trunk
16:05
Do not debug add to pool. check-in: a4e744bc83 user: stephanie.gawroriski tags: trunk
16:03
Do not hexdump code. check-in: eea1770dc7 user: stephanie.gawroriski tags: trunk
16:03
Fixups. check-in: 819eece9c9 user: stephanie.gawroriski tags: trunk
15:51
Initialization of minimized class file. check-in: c4c5ceda4f user: stephanie.gawroriski tags: trunk
15:44
Reading of method data. check-in: 2406898b0e user: stephanie.gawroriski tags: trunk
15:33
Reading of fields. check-in: 8e5a504986 user: stephanie.gawroriski tags: trunk
14:15
Base calls for loading class fields and methods. check-in: 7d2c0c8082 user: stephanie.gawroriski tags: trunk
14:00
Pool data is read. check-in: 838a415bd9 user: stephanie.gawroriski tags: trunk
13:50
Read of constant pool entries. check-in: 25dba2477e user: stephanie.gawroriski tags: trunk
12:24
Base for loading of pool entries. check-in: 3a1b4cb8b5 user: stephanie.gawroriski tags: trunk
07:02
Backup developer notes. check-in: 7d10eb6c2a user: squirreljme tags: trunk