Author Statistics for laudney

Back to Index Page

Author Details

Login: laudney
Fullname: laudney
Revisions: 15
Lines of Code: 194
Added Lines of Code: 556
Lines of Code per Change: 12.9

Lines Of Code (per Author)

Lines Of Code for laudney (per module)

Activity

Commit Log

DateAuthorFile/Message
9/26/02 5:49 AMlaudney
change class name: StackWalker to StackCodeWalker some bug fixes reformatting (3 Files changed, 66 Lines changed)
joeq/Class/jq_CompiledCode.java 1.11 (+58 -41)
joeq/Class/jq_Member.java 1.17 (+4 -4)
joeq/Main/TraceFlags.java 1.18 (+4 -4)
9/25/02 8:04 PMlaudney
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. (3 Files changed, 196 Lines changed)
joeq/Util/BitString.java 1.7 (+136 -126)
joeq/Memory/Address.java 1.3 (+23 -10)
joeq/Memory/HeapAddress.java 1.3 (+37 -14)
9/25/02 7:07 AMlaudney
preliminary implementation (1 Files changed, 147 Lines changed)
joeq/Main/jq.java 1.12 (+147 -90)
9/25/02 3:09 AMlaudney
Use BitString to replace BitArray (1 Files changed, 0 Lines changed)
joeq/Util/BitArray.java 1.4 removed
9/24/02 6:50 AMlaudney
BitArray (1 Files changed, 1 Lines changed)
joeq/Util/BitArray.java 1.3 (+1 -1)
9/24/02 5:51 AMlaudney
Bug fixes. Temporarily add Util/MyHeapByteBuffer to solve compilation failure. It may later be replaced by John. (3 Files changed, 24 Lines changed)
joeq/Util/MyHeapByteBuffer.java 1.1 added
joeq/Util/MyFileChannelImpl.java 1.2 (+4 -5)
joeq/Util/BitArray.java 1.2 (+4 -4)
9/24/02 5:37 AMlaudney
Added two BitArray to SimpleAllocator: allocbits and markbits (1 Files changed, 58 Lines changed)
joeq/Util/BitArray.java 1.1 added
9/11/02 3:55 AMlaudney
add usage instructions -- Laudney Ren (1 Files changed, 11 Lines changed)
build.xml 1.2 (+11 -5)
9/11/02 3:41 AMlaudney
Apache Jakarta Ant build.xml has been added. It's located under directory "joeq". Before you use it, remember to cutomise 4 directory properties at the beginning of build.xml Currently, build.xml has all the functions as joeq/Makefile, except for compilation with "jikes". -- Laudney Ren (1 Files changed, 53 Lines changed)
build.xml 1.1 added