Author | Revisions | Lines of Code | Added Lines of Code | Lines of Code per Change |
---|---|---|---|---|
joewhaley | 59 (80.8%) | 2024 (103.2%) | 3371 (93.5%) | 34.31 |
jwhaley | 10 (13.7%) | -58 (-3.0%) | 226 (6.3%) | -5.80 |
mcmartin | 4 (5.5%) | -4 (-0.2%) | 8 (0.2%) | -1.00 |
Date | Author | File/Message |
---|---|---|
4/29/05 12:38 AM | joewhaley | Added UID for serialization.
(2 Files changed,
10 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.29
(+5
-1)
joeq/Interpreter/BytecodeInterpreter.java 1.18
(+5
-1)
|
9/29/04 8:30 PM | joewhaley | Change usage of Boolean.valueOf
(2 Files changed,
6 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.28
(+3
-2)
joeq/Interpreter/QuadInterpreter.java 1.26
(+3
-2)
|
9/22/04 3:17 PM | joewhaley | Consolidated utility functions into a separate jar file.
(3 Files changed,
13 Lines changed) joeq/Interpreter/BytecodeInterpreter.java 1.17
(+2
-2)
joeq/Interpreter/QuadInterpreter.java 1.25
(+6
-7)
joeq/Interpreter/ReflectiveInterpreter.java 1.27
(+5
-6)
|
5/5/04 11:39 PM | joewhaley | Fix issues reported by FindBugs plugin.
(2 Files changed,
4 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.26
(+2
-2)
joeq/Interpreter/QuadInterpreter.java 1.24
(+2
-2)
|
3/23/04 3:47 AM | joewhaley | Major update to register factory.
Now all registers have unique numbers.
(1 Files changed,
3 Lines changed) joeq/Interpreter/QuadInterpreter.java 1.23
(+3
-3)
|
3/11/04 3:22 PM | mcmartin | Import cleanups
(1 Files changed,
1 Lines changed) joeq/Interpreter/BytecodeInterpreter.java 1.16
(+1
-4)
|
3/9/04 1:56 PM | jwhaley | *** empty log message ***
(3 Files changed,
50 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.25
(+12
-12)
joeq/Interpreter/QuadInterpreter.java 1.22
(+23
-23)
joeq/Interpreter/BytecodeInterpreter.java 1.15
(+15
-15)
|
3/8/04 10:25 PM | jwhaley | *** empty log message ***
(2 Files changed,
4 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.24
(+2
-2)
joeq/Interpreter/BytecodeInterpreter.java 1.14
(+2
-2)
|
3/8/04 9:13 PM | jwhaley | *** empty log message ***
(2 Files changed,
110 Lines changed) joeq/Interpreter/BytecodeInterpreter.java 1.13
(+3
-162)
joeq/Interpreter/ReflectiveInterpreter.java 1.23
(+107
-6)
|
3/8/04 8:04 PM | jwhaley | *** empty log message ***
(3 Files changed,
62 Lines changed) joeq/Interpreter/BytecodeInterpreter.java 1.12
(+19
-19)
joeq/Interpreter/QuadInterpreter.java 1.21
(+28
-28)
joeq/Interpreter/ReflectiveInterpreter.java 1.22
(+15
-15)
|
10/6/03 8:02 PM | joewhaley | Factor out access of compilation state into an interface, and provide different versions of that interface for static/dynamic/bootstrapping modes of compilation.
(2 Files changed,
334 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.21
(+18
-18)
joeq/Interpreter/BytecodeInterpreter.java 1.11
(+316
-316)
|
8/19/03 11:20 AM | joewhaley | Tabs -> spaces.
(1 Files changed,
2 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.20
(+2
-2)
|
7/22/03 7:25 PM | joewhaley | Trace flag from a property.
(1 Files changed,
2 Lines changed) joeq/Interpreter/BytecodeInterpreter.java 1.10
(+2
-2)
|
5/12/03 3:05 AM | joewhaley | Added copyright notices.
(3 Files changed,
16 Lines changed) joeq/Interpreter/QuadInterpreter.java 1.20
(+6
-8)
joeq/Interpreter/ReflectiveInterpreter.java 1.19
(+5
-9)
joeq/Interpreter/BytecodeInterpreter.java 1.9
(+5
-9)
|
3/5/03 12:26 AM | joewhaley | Major refactoring, moved many classes around and methods out of Main.jq.
(3 Files changed,
53 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.18
(+19
-19)
joeq/Interpreter/QuadInterpreter.java 1.19
(+13
-13)
joeq/Interpreter/BytecodeInterpreter.java 1.8
(+21
-21)
|
1/23/03 6:39 PM | joewhaley | Organized imports.
(3 Files changed,
7 Lines changed) joeq/Interpreter/BytecodeInterpreter.java 1.7
(+2
-3)
joeq/Interpreter/ReflectiveInterpreter.java 1.17
(+4
-10)
joeq/Interpreter/QuadInterpreter.java 1.18
(+1
-2)
|
12/23/02 11:38 PM | mcmartin | Removed redundant imports
(1 Files changed,
1 Lines changed) joeq/Interpreter/QuadInterpreter.java 1.17
(+1
-3)
|
12/23/02 11:00 PM | mcmartin | Separated the Quad structure from the underlying VM
(1 Files changed,
3 Lines changed) joeq/Interpreter/QuadInterpreter.java 1.16
(+3
-3)
|
12/14/02 2:52 AM | mcmartin | Startup and Reflection refactorings
(1 Files changed,
3 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.16
(+3
-2)
|
12/10/02 1:56 PM | joewhaley | Major checkin.
(3 Files changed,
73 Lines changed) joeq/Interpreter/ReflectiveInterpreter.java 1.15
(+6
-6)
joeq/Interpreter/QuadInterpreter.java 1.15
(+4
-4)
joeq/Interpreter/BytecodeInterpreter.java 1.6
(+63
-33)
|