Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
joewhaley | 23 (56.1%) | 270 (88.2%) | 441 (79.3%) | 11.74 |
jwhaley | 16 (39.0%) | 0 (0.0%) | 55 (9.9%) | 0.00 |
laudney | 2 (4.9%) | 36 (11.8%) | 60 (10.8%) | 18.00 |
Date | Author | File/Message |
---|---|---|
3/23/04 3:48 AM | joewhaley | Fixed atomicCas8 signature.
(1 Files changed,
2 Lines changed) joeq/Memory/HeapAddress.java 1.12
(+2
-2)
|
3/9/04 1:56 PM | jwhaley | *** empty log message ***
(4 Files changed,
16 Lines changed) joeq/Memory/Address.java 1.11
(+3
-3)
joeq/Memory/HeapAddress.java 1.11
(+5
-5)
joeq/Memory/CodeAddress.java 1.9
(+4
-4)
joeq/Memory/StackAddress.java 1.7
(+4
-4)
|
3/8/04 10:25 PM | jwhaley | *** empty log message ***
(4 Files changed,
11 Lines changed) joeq/Memory/StackAddress.java 1.6
(+3
-3)
joeq/Memory/Address.java 1.10
(+2
-2)
joeq/Memory/CodeAddress.java 1.8
(+3
-3)
joeq/Memory/HeapAddress.java 1.10
(+3
-3)
|
3/8/04 8:04 PM | jwhaley | *** empty log message ***
(4 Files changed,
8 Lines changed) joeq/Memory/StackAddress.java 1.5
(+2
-2)
joeq/Memory/CodeAddress.java 1.7
(+2
-2)
joeq/Memory/HeapAddress.java 1.9
(+2
-2)
joeq/Memory/Address.java 1.9
(+2
-2)
|
3/8/04 5:48 PM | jwhaley | *** empty log message ***
(4 Files changed,
20 Lines changed) joeq/Memory/HeapAddress.java 1.8
(+6
-6)
joeq/Memory/CodeAddress.java 1.6
(+5
-5)
joeq/Memory/Address.java 1.8
(+4
-4)
joeq/Memory/StackAddress.java 1.4
(+5
-5)
|
11/4/03 1:39 AM | joewhaley | Rename to avoid name conflict.
(1 Files changed,
1 Lines changed) joeq/Memory/Address.java 1.7
(+1
-1)
|
10/20/03 2:39 PM | joewhaley | Added atomicCas8
(1 Files changed,
3 Lines changed) joeq/Memory/HeapAddress.java 1.7
(+3
-1)
|
5/12/03 3:05 AM | joewhaley | Added copyright notices.
(4 Files changed,
20 Lines changed) joeq/Memory/Address.java 1.6
(+5
-9)
joeq/Memory/HeapAddress.java 1.6
(+5
-9)
joeq/Memory/CodeAddress.java 1.5
(+5
-9)
joeq/Memory/StackAddress.java 1.3
(+5
-9)
|
3/5/03 12:35 AM | joewhaley | *** keyword substitution change ***
(4 Files changed,
0 Lines changed) joeq/Memory/CodeAddress.java 1.4
(+0
-0)
joeq/Memory/Address.java 1.5
(+0
-0)
joeq/Memory/StackAddress.java 1.2
(+0
-0)
joeq/Memory/HeapAddress.java 1.5
(+0
-0)
|
3/5/03 12:26 AM | joewhaley | Major refactoring, moved many classes around and methods out of Main.jq.
(1 Files changed,
0 Lines changed) joeq/Memory/Debug.java 1.2 removed |
12/11/02 5:03 PM | joewhaley | Add dynamic linking.
Add getNull() to CodeAddress.
Fix <clinit> when merging classes.
(1 Files changed,
6 Lines changed) joeq/Memory/CodeAddress.java 1.3
(+6
-0)
|
12/10/02 2:01 PM | joewhaley | Major checkin.
(1 Files changed,
121 Lines changed) joeq/Memory/Debug.java 1.1 added |
12/10/02 1:56 PM | joewhaley | Major checkin.
(2 Files changed,
17 Lines changed) joeq/Memory/Address.java 1.4
(+5
-0)
joeq/Memory/HeapAddress.java 1.4
(+12
-0)
|
9/25/02 8:04 PM | laudney | add class GCBits, a pair of allocbits and markbits.
GCBits is one per-block.
Its heap address is store in the next-to-last word
on each heap.
(2 Files changed,
60 Lines changed) joeq/Memory/Address.java 1.3
(+23
-10)
joeq/Memory/HeapAddress.java 1.3
(+37
-14)
|
9/24/02 3:20 PM | joewhaley | Update addressing to use size() methods, for eventual 64-bit architecture support.
Also override Address types to throw exceptions when calling java.lang.Object methods on them.
(1 Files changed,
17 Lines changed) joeq/Memory/Address.java 1.2
(+17
-0)
|
9/20/02 8:00 AM | joewhaley | Remove obsolete stuff.
(2 Files changed,
2 Lines changed) joeq/Memory/CodeAddress.java 1.2
(+1
-9)
joeq/Memory/HeapAddress.java 1.2
(+1
-1)
|
9/18/02 1:22 AM | joewhaley | Major update - change to use "Address" type.
(4 Files changed,
252 Lines changed) joeq/Memory/HeapAddress.java 1.1 added 77 joeq/Memory/StackAddress.java 1.1 added 68 joeq/Memory/CodeAddress.java 1.1 added 64 joeq/Memory/Address.java 1.1 added 43 |