IRC.git
15 years agosmall change
adash [Fri, 27 Feb 2009 21:05:45 +0000 (21:05 +0000)]
small change

15 years agoBasic RainForest benchmark that compiles...needs more work
adash [Fri, 27 Feb 2009 21:01:01 +0000 (21:01 +0000)]
Basic RainForest benchmark that compiles...needs more work

15 years agoBug fix in detecting EOF for input streams in readLine
jjenista [Fri, 27 Feb 2009 19:56:19 +0000 (19:56 +0000)]
Bug fix in detecting EOF for input streams in readLine

15 years agoextend library class
jjenista [Fri, 27 Feb 2009 18:56:59 +0000 (18:56 +0000)]
extend library class

15 years agochanges
bdemsky [Fri, 27 Feb 2009 06:19:22 +0000 (06:19 +0000)]
changes

15 years agoThread local hack to make transRead faster...
bdemsky [Fri, 27 Feb 2009 04:34:51 +0000 (04:34 +0000)]
Thread local hack to make transRead faster...
1) make transrecords threadlocal so we don't pass them around anymore
2) inline the clookup into the code...call transread only if we miss on the transaction
cache

This doesn't help much for the current benchmark set, but should make a significant
difference if benchmarks read fields a lot.

15 years agochanges to machine ip for running files on calit2 machines
adash [Fri, 27 Feb 2009 01:45:12 +0000 (01:45 +0000)]
changes to machine ip for running files on calit2 machines

15 years agoadd script for running jvm and java versions of dc-1 through dc-8
adash [Fri, 27 Feb 2009 01:39:58 +0000 (01:39 +0000)]
add script for running jvm and java versions of dc-1 through dc-8

15 years agoremove generated output files
jjenista [Fri, 27 Feb 2009 00:40:52 +0000 (00:40 +0000)]
remove generated output files

15 years agotagger benchmark
jjenista [Thu, 26 Feb 2009 23:26:37 +0000 (23:26 +0000)]
tagger benchmark

15 years agoextensions to library classes
jjenista [Thu, 26 Feb 2009 23:21:27 +0000 (23:21 +0000)]
extensions to library classes

15 years agoadd new files for jvm implementation
adash [Thu, 26 Feb 2009 03:41:41 +0000 (03:41 +0000)]
add new files for jvm implementation

15 years agofix compilation error for RAW version
jzhou [Wed, 25 Feb 2009 23:40:49 +0000 (23:40 +0000)]
fix compilation error for RAW version

15 years agoFix a bug in scheduling search algorithm: it can not find the best scheduling for...
jzhou [Wed, 25 Feb 2009 23:34:11 +0000 (23:34 +0000)]
Fix a bug in scheduling search algorithm: it can not find the best scheduling for JGFSeries benchmark. Also direct all the intermediate outputs, including scheduling graphs and simulation results, to directory specified with -outputdir option

15 years agoAdd remove operation to LinkedListIterator and fix bug with LinkedList.removeFirst...
jjenista [Wed, 25 Feb 2009 20:04:55 +0000 (20:04 +0000)]
Add remove operation to LinkedListIterator and fix bug with LinkedList.removeFirst() and removeLast()

15 years ago*** empty log message ***
jihoonl [Wed, 25 Feb 2009 09:10:33 +0000 (09:10 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
jihoonl [Wed, 25 Feb 2009 08:58:46 +0000 (08:58 +0000)]
*** empty log message ***

15 years agoset the TCP_NODELAY socket option
adash [Wed, 25 Feb 2009 02:39:43 +0000 (02:39 +0000)]
set the TCP_NODELAY socket option

15 years agobug fix and boost socket performance for writes
adash [Wed, 25 Feb 2009 02:37:58 +0000 (02:37 +0000)]
bug fix and boost socket performance for writes

15 years agoQuick-and-dirty LinkedList implementation with Iterators that other container-ish...
jjenista [Wed, 25 Feb 2009 00:06:08 +0000 (00:06 +0000)]
Quick-and-dirty LinkedList implementation with Iterators that other container-ish classes can make their own iterators from

15 years agodefault make just analyzes benchmark
jjenista [Wed, 25 Feb 2009 00:05:05 +0000 (00:05 +0000)]
default make just analyzes benchmark

15 years agostable mlp version
jjenista [Tue, 24 Feb 2009 19:44:59 +0000 (19:44 +0000)]
stable mlp version

15 years agoadded intToByteArray , bytearrayToInt support
adash [Tue, 24 Feb 2009 08:06:01 +0000 (08:06 +0000)]
added intToByteArray , bytearrayToInt support

15 years agoremove files not necessary
adash [Tue, 24 Feb 2009 07:25:04 +0000 (07:25 +0000)]
remove files not necessary

15 years agoJava version of lookupservice
adash [Tue, 24 Feb 2009 07:23:48 +0000 (07:23 +0000)]
Java version of lookupservice

15 years agominor changes of Benchmarks
jzhou [Tue, 24 Feb 2009 00:42:02 +0000 (00:42 +0000)]
minor changes of Benchmarks

15 years agomissing commit for specifying output dir for simulation result
jzhou [Tue, 24 Feb 2009 00:39:48 +0000 (00:39 +0000)]
missing commit for specifying output dir for simulation result

15 years agosupport for new scheduling search algorithm
jzhou [Mon, 23 Feb 2009 23:25:18 +0000 (23:25 +0000)]
support for new scheduling search algorithm

15 years agochange to new scheduling search algorithm: search part of the whole space -> simulate...
jzhou [Mon, 23 Feb 2009 23:22:47 +0000 (23:22 +0000)]
change to new scheduling search algorithm: search part of the whole space -> simulate to find the best one -> analyze its critical path -> try to optimize the critical path and thus get another set of possible scheduling to simulate and optimize

15 years agonew mlp benchmark
jjenista [Mon, 23 Feb 2009 23:18:41 +0000 (23:18 +0000)]
new mlp benchmark

15 years agoCatch Error objects at task and method level for reporting
jjenista [Mon, 23 Feb 2009 23:16:52 +0000 (23:16 +0000)]
Catch Error objects at task and method level for reporting

15 years agojust added some spaces to improve error message
jjenista [Mon, 23 Feb 2009 23:15:31 +0000 (23:15 +0000)]
just added some spaces to improve error message

15 years agoconstructor to specify initial capacity
jjenista [Mon, 23 Feb 2009 23:14:33 +0000 (23:14 +0000)]
constructor to specify initial capacity

15 years agoallow common non-string arguments to print methods
jjenista [Mon, 23 Feb 2009 23:13:04 +0000 (23:13 +0000)]
allow common non-string arguments to print methods

15 years agoAdd a doubleValue() method
jjenista [Mon, 23 Feb 2009 23:10:35 +0000 (23:10 +0000)]
Add a doubleValue() method

15 years agoAdd a readLine() method
jjenista [Mon, 23 Feb 2009 23:09:59 +0000 (23:09 +0000)]
Add a readLine() method

15 years agoadd new option to specify the directory to output scheduling simulation result
jzhou [Mon, 23 Feb 2009 22:45:12 +0000 (22:45 +0000)]
add new option to specify the directory to output scheduling simulation result

15 years agobug
bdemsky [Mon, 23 Feb 2009 00:29:53 +0000 (00:29 +0000)]
bug

15 years agochanges
bdemsky [Mon, 23 Feb 2009 00:13:04 +0000 (00:13 +0000)]
changes

15 years agoThread support
bdemsky [Sun, 22 Feb 2009 20:54:12 +0000 (20:54 +0000)]
Thread support

15 years agofew more changes
bdemsky [Sun, 22 Feb 2009 11:43:32 +0000 (11:43 +0000)]
few more changes

15 years agooptimizations
bdemsky [Sun, 22 Feb 2009 11:16:00 +0000 (11:16 +0000)]
optimizations

15 years ago1) tweak hash tables
bdemsky [Sun, 22 Feb 2009 08:56:05 +0000 (08:56 +0000)]
1) tweak hash tables
2) optimize range prefetching

15 years agofix Jim's bug
bdemsky [Fri, 20 Feb 2009 22:43:33 +0000 (22:43 +0000)]
fix Jim's bug

15 years agonew files...still need work
adash [Fri, 20 Feb 2009 20:19:36 +0000 (20:19 +0000)]
new files...still need work

15 years agoChange throwing of Error objects into IOException objects in lexer so that main class...
jjenista [Fri, 20 Feb 2009 17:52:49 +0000 (17:52 +0000)]
Change throwing of Error objects into IOException objects in lexer so that main class catches it and reports the source file also.

15 years agoChanges to prefetch object stores
bdemsky [Fri, 20 Feb 2009 04:49:31 +0000 (04:49 +0000)]
Changes to prefetch object stores

15 years agoallow printing of objects with toString()
jjenista [Thu, 19 Feb 2009 20:51:16 +0000 (20:51 +0000)]
allow printing of objects with toString()

15 years agoA start for array initializers. THIS IS NOT A WORKING IMPLEMENTATION\! I checked...
jjenista [Thu, 19 Feb 2009 19:28:20 +0000 (19:28 +0000)]
A start for array initializers.  THIS IS NOT A WORKING IMPLEMENTATION\!  I checked in a short circuit to bomb out in BuildIR.java until I have time to go back and finish it.

15 years agoExtend library classes
jjenista [Thu, 19 Feb 2009 19:24:01 +0000 (19:24 +0000)]
Extend library classes

15 years agoSwap System.out for System...No need to hack Java source all the time for this.
bdemsky [Wed, 18 Feb 2009 23:04:13 +0000 (23:04 +0000)]
Swap System.out for System...No need to hack Java source all the time for this.

15 years agoadd new print command
bdemsky [Wed, 18 Feb 2009 22:39:20 +0000 (22:39 +0000)]
add new print command

15 years agoupdating mlp benchmarks, extending class library
jjenista [Wed, 18 Feb 2009 22:20:32 +0000 (22:20 +0000)]
updating mlp benchmarks, extending class library

15 years agoadd escape sequences for single quote and backslash
jjenista [Wed, 18 Feb 2009 19:00:52 +0000 (19:00 +0000)]
add escape sequences for single quote and backslash

15 years agolast bug
bdemsky [Wed, 18 Feb 2009 09:48:11 +0000 (09:48 +0000)]
last bug

15 years agoremaining hacks
bdemsky [Wed, 18 Feb 2009 09:41:37 +0000 (09:41 +0000)]
remaining hacks

15 years agofew more changes
bdemsky [Wed, 18 Feb 2009 09:26:19 +0000 (09:26 +0000)]
few more changes

15 years agobug fixes
bdemsky [Wed, 18 Feb 2009 09:07:21 +0000 (09:07 +0000)]
bug fixes

15 years agobug fix
bdemsky [Wed, 18 Feb 2009 09:06:19 +0000 (09:06 +0000)]
bug fix

15 years agoMassive commit...
bdemsky [Wed, 18 Feb 2009 08:54:42 +0000 (08:54 +0000)]
Massive commit...
Changes:
1) Put Class Library files in directories by when we use them
2) Change class paths in buildscript
3) Only load/compile classes that we actually use

15 years agotd can be null
bdemsky [Tue, 17 Feb 2009 23:41:59 +0000 (23:41 +0000)]
td can be null

15 years agobug fix
jzhou [Mon, 16 Feb 2009 19:56:08 +0000 (19:56 +0000)]
bug fix

15 years agobug fix
jzhou [Mon, 16 Feb 2009 17:36:56 +0000 (17:36 +0000)]
bug fix

15 years agobug fix
jzhou [Mon, 16 Feb 2009 17:19:37 +0000 (17:19 +0000)]
bug fix

15 years agofinal corrections
bdemsky [Sun, 15 Feb 2009 20:26:48 +0000 (20:26 +0000)]
final corrections

15 years agofix bug
bdemsky [Sun, 15 Feb 2009 20:19:48 +0000 (20:19 +0000)]
fix bug

15 years agoPerformance benchmark for Bristlecone
bdemsky [Sat, 14 Feb 2009 00:30:54 +0000 (00:30 +0000)]
Performance benchmark for Bristlecone

15 years agochanges towards being 64 bit clean
bdemsky [Fri, 13 Feb 2009 22:25:42 +0000 (22:25 +0000)]
changes towards being 64 bit clean

15 years agofix a typo
jzhou [Fri, 13 Feb 2009 21:59:28 +0000 (21:59 +0000)]
fix a typo

15 years ago*** empty log message ***
jzhou [Fri, 13 Feb 2009 21:42:02 +0000 (21:42 +0000)]
*** empty log message ***

15 years agoremove redundant comments
jzhou [Fri, 13 Feb 2009 21:38:57 +0000 (21:38 +0000)]
remove redundant comments

15 years agoadd support for new benchmark
jzhou [Fri, 13 Feb 2009 21:38:02 +0000 (21:38 +0000)]
add support for new benchmark

15 years agoadd c version for JGFMonteCarlo benchmark and did some tunning of the Bamboo version
jzhou [Fri, 13 Feb 2009 21:37:20 +0000 (21:37 +0000)]
add c version for JGFMonteCarlo benchmark and did some tunning of the Bamboo version

15 years agoremove redundant commented code
jzhou [Fri, 13 Feb 2009 21:35:36 +0000 (21:35 +0000)]
remove redundant commented code

15 years agoadd new benchmark Fractal for Bamboo
jzhou [Fri, 13 Feb 2009 21:34:59 +0000 (21:34 +0000)]
add new benchmark Fractal for Bamboo

15 years agoforgotten classes
bdemsky [Fri, 13 Feb 2009 06:59:39 +0000 (06:59 +0000)]
forgotten classes

15 years agoruntime stuff for instanceof
bdemsky [Fri, 13 Feb 2009 06:59:02 +0000 (06:59 +0000)]
runtime stuff for instanceof

15 years agoInstanceof checks for jim
bdemsky [Fri, 13 Feb 2009 06:46:42 +0000 (06:46 +0000)]
Instanceof checks for jim

15 years agobug fixes
adash [Fri, 13 Feb 2009 06:38:26 +0000 (06:38 +0000)]
bug fixes

15 years agoNew changes
adash [Fri, 13 Feb 2009 06:14:30 +0000 (06:14 +0000)]
New changes

15 years agobug fix
bdemsky [Thu, 12 Feb 2009 04:21:26 +0000 (04:21 +0000)]
bug fix

15 years agochange
bdemsky [Thu, 12 Feb 2009 04:00:20 +0000 (04:00 +0000)]
change

15 years agoParse the final keyword but don't enforce its meaning
jjenista [Wed, 11 Feb 2009 22:36:16 +0000 (22:36 +0000)]
Parse the final keyword but don't enforce its meaning

15 years ago*** empty log message ***
navid [Wed, 11 Feb 2009 22:08:19 +0000 (22:08 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
navid [Wed, 11 Feb 2009 22:02:18 +0000 (22:02 +0000)]
*** empty log message ***

15 years agobug fixes in manual prefetch for LookService benchmark
adash [Wed, 11 Feb 2009 20:46:55 +0000 (20:46 +0000)]
bug fixes in manual prefetch for LookService benchmark

15 years agoweird typo
bdemsky [Wed, 11 Feb 2009 03:55:12 +0000 (03:55 +0000)]
weird typo

15 years agofixed a bug, not an analysis bug, just a bug that writes shadow nodes to the dot...
jjenista [Wed, 11 Feb 2009 00:09:41 +0000 (00:09 +0000)]
fixed a bug, not an analysis bug, just a bug that writes shadow nodes to the dot files unnecessarily

15 years agobug fix and latest changes to LookUpService
adash [Tue, 10 Feb 2009 23:33:09 +0000 (23:33 +0000)]
bug fix and latest changes to LookUpService

15 years agogetpot benchmark in place
jjenista [Tue, 10 Feb 2009 22:19:15 +0000 (22:19 +0000)]
getpot benchmark in place

15 years agonew changes to LookUp service
adash [Tue, 10 Feb 2009 22:18:23 +0000 (22:18 +0000)]
new changes to LookUp service

15 years agoadded tertiary expression
jjenista [Tue, 10 Feb 2009 20:47:50 +0000 (20:47 +0000)]
added tertiary expression

15 years agoadd tertiary expressions
bdemsky [Tue, 10 Feb 2009 19:19:42 +0000 (19:19 +0000)]
add tertiary expressions

15 years ago*** empty log message ***
navid [Tue, 10 Feb 2009 17:50:20 +0000 (17:50 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
navid [Tue, 10 Feb 2009 05:29:03 +0000 (05:29 +0000)]
*** empty log message ***

15 years ago*** empty log message ***
navid [Tue, 10 Feb 2009 03:15:21 +0000 (03:15 +0000)]
*** empty log message ***

15 years agoadded files for new dsm directory
adash [Tue, 10 Feb 2009 01:34:56 +0000 (01:34 +0000)]
added files for new dsm directory

15 years agomoved files to new directory
adash [Tue, 10 Feb 2009 01:34:16 +0000 (01:34 +0000)]
moved files to new directory

15 years agosmall changes and major changes to LookUpService
adash [Tue, 10 Feb 2009 01:31:45 +0000 (01:31 +0000)]
small changes and major changes to LookUpService

15 years agojava benchmark with disjointness annotations
jjenista [Tue, 10 Feb 2009 01:00:26 +0000 (01:00 +0000)]
java benchmark with disjointness annotations