Timeline

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

50 most recent check-ins that include changes to files matching 'runt/apis/cldc-compact/cc/squirreljme/runtime/cldc/vki/*'

2019-06-19
00:30
Remove the vki package, it is not longer needed and the important stuff is in the supervisor project now. check-in: 0a30cda103 user: stephanie.gawroriski tags: trunk
2019-05-26
01:12
Use a simpler type for storing class information. check-in: 62339e3e35 user: stephanie.gawroriski tags: trunk
00:36
Move a bunch of JVM specific special stuff into its own package. check-in: a061fe8326 user: stephanie.gawroriski tags: trunk
2019-05-25
17:56
Add Assembly method to perform reference counting on pointers. check-in: 7e1cf5a119 user: stephanie.gawroriski tags: trunk
17:49
Implement array allocation. check-in: fa10fe1818 user: stephanie.gawroriski tags: trunk
17:42
Make BAD_BITS constant. check-in: 3dbaa40fb6 user: stephanie.gawroriski tags: trunk
17:25
Attempt to allocate array bytes once, then try again after garbage collecting. check-in: ed61ea8675 user: stephanie.gawroriski tags: trunk
16:57
Do not allow garbage collection of objects with corrupt classes. check-in: 79bc5504e3 user: stephanie.gawroriski tags: trunk
16:53
Add check to disallow allocating non-array types as arrays. check-in: 7b3b4428a0 user: stephanie.gawroriski tags: trunk
16:49
Add check to make sure invalid classes are not attempted to be used. check-in: c11191be36 user: stephanie.gawroriski tags: trunk
12:14
Prevent allocation of negative sizes. check-in: 032a8f5c4f user: stephanie.gawroriski tags: trunk
00:58
Only check the class type for field/invokes if the class is not known to be directly compatible. check-in: df87a6bfd3 user: stephanie.gawroriski tags: trunk
00:45
Add Assembly.pointerToObjectClassDataV2() to directly convert an object to a V2 type. check-in: 18bd065c79 user: stephanie.gawroriski tags: trunk
00:23
Catch error to determine the last class where some error happened on code export; Implement some of Kernel.jvmIsInstance(). check-in: 0b80f812ba user: stephanie.gawroriski tags: trunk
2019-05-24
23:54
Implement Kernel.jvmIsArray(). check-in: 11e9d4fe48 user: stephanie.gawroriski tags: trunk
22:21
Handle allocation of new objects. check-in: a3b67d8731 user: stephanie.gawroriski tags: trunk
21:31
Remove class table pointer and fixed class IDs. check-in: ddb9b462f5 user: stephanie.gawroriski tags: trunk
18:54
Add base methods for software math for long/float/double. check-in: b90a459a52 user: stephanie.gawroriski tags: trunk
18:40
Add base classes for software math. check-in: 7cf99184ae user: stephanie.gawroriski tags: trunk
17:09
Move ObjectAccess.arrayLength() to Assembly. check-in: 61e90ad12e user: stephanie.gawroriski tags: trunk
14:39
Remove Memory UTF sequence from the fixed class IDs. check-in: cfbc792882 user: stephanie.gawroriski tags: trunk
13:15
Move ApiLevel obtaining to the system call interface. check-in: 25c05490d0 user: stephanie.gawroriski tags: trunk
2019-05-23
23:42
Remove PrimitiveAccess and move the float/double bits to Assembly. check-in: dbf94d0b19 user: stephanie.gawroriski tags: trunk
23:22
Make EXIT a system call. check-in: 5a68aa5516 user: stephanie.gawroriski tags: trunk
23:14
Add GARBAGE_COLLECT system call and remove MemoryAccess (not used anymore). check-in: 7434d31525 user: stephanie.gawroriski tags: trunk
23:07
Move memory information to system calls. check-in: d2e5d8e2e9 user: stephanie.gawroriski tags: trunk
16:48
Remove TimeAccess and replace with system calls. check-in: 79482f1be1 user: stephanie.gawroriski tags: trunk
16:41
Add API levels to system calls. check-in: 21e5cd0712 user: stephanie.gawroriski tags: trunk
16:40
Add and implement with a test a system call for getting the current time. check-in: b6312d2861 user: stephanie.gawroriski tags: trunk
15:43
Correct JavaDoc. check-in: 66130acd1d user: stephanie.gawroriski tags: trunk
15:42
Add base assembly for system calls; Add system call index. check-in: 6c27b7ec91 user: stephanie.gawroriski tags: trunk
2019-05-16
12:14
Add base for JDWP project. check-in: 676635fcf2 user: stephanie.gawroriski tags: trunk
2019-05-15
21:23
Remove ENTRY_MARKER. check-in: ea96b0d25a user: stephanie.gawroriski tags: trunk
2019-05-05
21:39
Increase the minimum static field size from 1K to 4K. check-in: 7953a82546 user: stephanie.gawroriski tags: trunk
21:27
Add means to detect memory corruption in the memory links. check-in: 037cab30b9 user: stephanie.gawroriski tags: trunk
21:18
Add means to detect link start corruption by using some bits. check-in: 6fab81d9a4 user: stephanie.gawroriski tags: trunk
21:09
Add potential means to detect memory link chain corruption. check-in: c1f6d01638 user: stephanie.gawroriski tags: trunk
20:53
Implement C.strcasecmp(). check-in: b7cd11fa3b user: stephanie.gawroriski tags: trunk
20:26
Implement garbage collect and free of object. check-in: 5e17be9d69 user: stephanie.gawroriski tags: trunk
16:44
Do not GC null pointers. check-in: c9441ff914 user: stephanie.gawroriski tags: trunk
13:51
Correct incorrect read when reading the table memory. check-in: c19129372e user: stephanie.gawroriski tags: trunk
13:05
Base work on finding suites, implement some of the C methods. check-in: 9ceb7563a7 user: stephanie.gawroriski tags: trunk
12:21
Always load target pool on invokes; Add C.utf[case]cmp() with pointer and UTF-8 bytes; Use simpler table of contents for suite ROM check-in: f8fdeb3d42 user: stephanie.gawroriski tags: trunk
01:00
Base for task create. check-in: 4462f839f9 user: stephanie.gawroriski tags: trunk
00:44
Load the correct pool when using the kernel. check-in: 9e6d1524f6 user: stephanie.gawroriski tags: trunk
2019-05-04
22:27
Add some more C functions. check-in: 03f6516c93 user: stephanie.gawroriski tags: trunk
18:15
Set next allocation pointer and run test allocation. check-in: 8789390d27 user: stephanie.gawroriski tags: trunk
17:32
Add entry marker to bootstrap, it works because it was executed. check-in: cdc3cbf838 user: stephanie.gawroriski tags: trunk
15:02
Build of the JAR bootstrap area. check-in: dd752a8beb user: stephanie.gawroriski tags: trunk
14:09
Use another class for the bootstrap. check-in: 91a690cba4 user: stephanie.gawroriski tags: trunk