IRC.git
13 years agomore changes...RCR wasn't usable until it was too late...
bdemsky [Wed, 20 Oct 2010 07:49:03 +0000 (07:49 +0000)]
more changes...RCR wasn't usable until it was too late...

13 years agomore changes
bdemsky [Wed, 20 Oct 2010 00:34:25 +0000 (00:34 +0000)]
more changes

13 years agomore work towards working version
bdemsky [Wed, 20 Oct 2010 00:07:43 +0000 (00:07 +0000)]
more work towards working version

13 years agochanges
bdemsky [Tue, 19 Oct 2010 21:33:43 +0000 (21:33 +0000)]
changes

13 years agoAdded support for adding array elements into the hash/queue. Appears to support multi...
stephey [Tue, 19 Oct 2010 10:53:12 +0000 (10:53 +0000)]
Added support for adding array elements into the hash/queue. Appears to support multidimensional arrays as well.

13 years agolet the prefetch go through a register instead...
bdemsky [Tue, 19 Oct 2010 05:14:46 +0000 (05:14 +0000)]
let the prefetch go through a register instead...

13 years agochanges
bdemsky [Tue, 19 Oct 2010 02:43:26 +0000 (02:43 +0000)]
changes

13 years agoswitch to a thread local stall sem for parent to give to children, tinker with prefet...
jjenista [Tue, 19 Oct 2010 00:04:52 +0000 (00:04 +0000)]
switch to a thread local stall sem for parent to give to children, tinker with prefetch in pool alloc, tinker with safe and fast garbage collection at scheduler level

13 years agoAdd support for 'static' fields in multicore gc version w/o tasks. Now we can have...
jzhou [Tue, 19 Oct 2010 00:01:31 +0000 (00:01 +0000)]
Add support for 'static' fields in multicore gc version w/o tasks. Now we can have static fields and access static fields/methods with Class name. Static blocks are also supported but with very simple invocation solution. All the static blocks are executed right before executing the main method and are executed in random order. The initialization for the static field is not supported yet.

13 years agoAdded support for tracking which ConcreteRuntimeObjNodes can be Arrays and which...
stephey [Mon, 18 Oct 2010 09:34:14 +0000 (09:34 +0000)]
Added support for tracking which ConcreteRuntimeObjNodes can be Arrays and which can be array elements. Array elements get their own case statement since if we add the entire array into the queue, then it's probably better to let the switch statement handle what to do with objects from a specific allocation site.

I had more code written, but apparently my workspace was not up to date. The changes I made need changes, so I omitted them. It's okay since I need to ask Yonghun/Jim about arrays on the C-side anyway.

13 years agomore changes towards oooJava version 2
bdemsky [Mon, 18 Oct 2010 07:34:12 +0000 (07:34 +0000)]
more changes towards oooJava version 2

13 years agochanges to buildscript
bdemsky [Mon, 18 Oct 2010 06:49:23 +0000 (06:49 +0000)]
changes to buildscript

13 years agomore changes towards new version of oooJava
bdemsky [Mon, 18 Oct 2010 06:48:46 +0000 (06:48 +0000)]
more changes towards new version of oooJava

13 years agochanges
bdemsky [Mon, 18 Oct 2010 03:59:39 +0000 (03:59 +0000)]
changes

13 years agocompute average processor ticks per event in parsed output
jjenista [Fri, 15 Oct 2010 21:34:44 +0000 (21:34 +0000)]
compute average processor ticks per event in parsed output

13 years agoTweaks to microbenchmarks, one stall semaphore per thread changes have been backed...
jjenista [Fri, 15 Oct 2010 21:34:12 +0000 (21:34 +0000)]
Tweaks to microbenchmarks, one stall semaphore per thread changes have been backed out while exploring micro benchmark issues

13 years agoAdd process of global thread queue in gc, not tested yet
jzhou [Thu, 14 Oct 2010 22:16:44 +0000 (22:16 +0000)]
Add process of global thread queue in gc, not tested yet

13 years agomicro benchmarks for OoOJava task dispatch improvement, but behavior or ooo version...
jjenista [Thu, 14 Oct 2010 21:48:30 +0000 (21:48 +0000)]
micro benchmarks for OoOJava task dispatch improvement, but behavior or ooo version just looks wrong...

13 years agoAdd test for reentrant feature of the synchronized blocks
jzhou [Thu, 14 Oct 2010 18:06:29 +0000 (18:06 +0000)]
Add test for reentrant feature of the synchronized blocks

13 years agoAdd Test for multicore gc version w/o tasks
jzhou [Thu, 14 Oct 2010 17:59:34 +0000 (17:59 +0000)]
Add Test for multicore gc version w/o tasks

13 years agoSynchronized block is now working. A simple test is passed.
jzhou [Thu, 14 Oct 2010 17:51:15 +0000 (17:51 +0000)]
Synchronized block is now working.  A simple test is passed.

13 years agoname pool alloc, useful for seeing its effective reduction of mallocs
jjenista [Thu, 14 Oct 2010 17:49:16 +0000 (17:49 +0000)]
name pool alloc, useful for seeing its effective reduction of mallocs

13 years agocoreprof updates, nothing huge
jjenista [Thu, 14 Oct 2010 17:48:32 +0000 (17:48 +0000)]
coreprof updates, nothing huge

13 years agohash of OIDs should not bit shift
jjenista [Thu, 14 Oct 2010 17:47:51 +0000 (17:47 +0000)]
hash of OIDs should not bit shift

13 years agoFix bug in termination of the multicore gc version w/o tasks
jzhou [Thu, 14 Oct 2010 16:54:08 +0000 (16:54 +0000)]
Fix bug in termination of the multicore gc version w/o tasks

13 years agoAdd the runtime for multicore gc version w/o tasks. Now can start multiple threads...
jzhou [Thu, 14 Oct 2010 01:09:55 +0000 (01:09 +0000)]
Add the runtime for multicore gc version w/o tasks. Now can start multiple threads on Tilera. But still have some problem with the termination schem. Syncronized block is not test yet.

13 years agobug fixes for oooJava, some debug events for coreprof for exploring things not worth...
jjenista [Wed, 13 Oct 2010 23:16:56 +0000 (23:16 +0000)]
bug fixes for oooJava, some debug events for coreprof for exploring things not worth keeping

13 years agojust a convenient script to repeat the official problem size
jjenista [Wed, 13 Oct 2010 23:15:38 +0000 (23:15 +0000)]
just a convenient script to repeat the official problem size

13 years agoadded prefetch when grabbing a record for next one, and fixed a malloc to RUNMALLOC
jjenista [Wed, 13 Oct 2010 23:15:00 +0000 (23:15 +0000)]
added prefetch when grabbing a record for next one, and fixed a malloc to RUNMALLOC

13 years agoupdates for some convenient debug events and a covnert to txt mode
jjenista [Wed, 13 Oct 2010 23:07:35 +0000 (23:07 +0000)]
updates for some convenient debug events and a covnert to txt mode

13 years agochanges...plus a little optimization
bdemsky [Wed, 13 Oct 2010 21:35:18 +0000 (21:35 +0000)]
changes...plus a little optimization

13 years agoa new buildscript option to save teh source code in tmp.c after preprocessor is done...
jjenista [Wed, 13 Oct 2010 18:56:06 +0000 (18:56 +0000)]
a new buildscript option to save teh source code in tmp.c after preprocessor is done iwht it

13 years agochanges
bdemsky [Wed, 13 Oct 2010 03:33:47 +0000 (03:33 +0000)]
changes

13 years agoChanges to accommodate the runtime for multicore gc w/o tasks
jzhou [Wed, 13 Oct 2010 00:17:52 +0000 (00:17 +0000)]
Changes to accommodate the runtime for multicore gc w/o tasks

13 years agomore code towards working...it actually compiles now...doesn't work of course yet
bdemsky [Tue, 12 Oct 2010 23:27:14 +0000 (23:27 +0000)]
more code towards working...it actually compiles now...doesn't work of course yet

13 years agoadd test script for raytracer
yeom [Tue, 12 Oct 2010 23:02:20 +0000 (23:02 +0000)]
add test script for raytracer

13 years agook, this is a wacky commit, purposefully leaving a half-implemented forward Q change...
jjenista [Tue, 12 Oct 2010 22:22:30 +0000 (22:22 +0000)]
ok, this is a wacky commit, purposefully leaving a half-implemented forward Q change in, but benign, because pool allocation by itslef might have fixed ray tracer up very nicely, but gotta check it out first

13 years agomore changes
bdemsky [Tue, 12 Oct 2010 22:06:24 +0000 (22:06 +0000)]
more changes

13 years agoa hack to enable when adding new language features to our compiler
jjenista [Tue, 12 Oct 2010 17:57:17 +0000 (17:57 +0000)]
a hack to enable when adding new language features to our compiler

13 years agobug fix
jjenista [Tue, 12 Oct 2010 17:07:32 +0000 (17:07 +0000)]
bug fix

13 years agotowards getting the compiler to run
bdemsky [Tue, 12 Oct 2010 00:23:59 +0000 (00:23 +0000)]
towards getting the compiler to run

13 years agochanges
bdemsky [Mon, 11 Oct 2010 19:45:48 +0000 (19:45 +0000)]
changes

13 years agotwo methods for generating a reach graph at any desired program point, one is a dummy...
jjenista [Mon, 11 Oct 2010 19:11:16 +0000 (19:11 +0000)]
two methods for generating a reach graph at any desired program point, one is a dummy System method, the other is a dummy FlatNode, turns out dummy FlatNode works fine except that joptimize will optimize it out, could fix that later but its still useful for debugging

13 years agoan example showing empty reach state propagation that we considered for CC submission...
jjenista [Mon, 11 Oct 2010 19:09:04 +0000 (19:09 +0000)]
an example showing empty reach state propagation that we considered for CC submission, and an example of generating reach graphs at a desired program point

13 years agoWe modify benchmarks to run the suite in different ways, just modularized the hefty...
jjenista [Mon, 11 Oct 2010 18:55:27 +0000 (18:55 +0000)]
We modify benchmarks to run the suite in different ways, just modularized the hefty part and only leave source file macros in the local makefiles, should save time and prevent errors when running for paper results

13 years agoAdded rough draft of how a remove from the hashStructure should work. Added method...
stephey [Mon, 11 Oct 2010 09:18:01 +0000 (09:18 +0000)]
Added rough draft of how a remove from the hashStructure should work. Added method signature into the header file.

The remove method needs insight on how to remove read bins. Details are in the comments.

13 years agotest case for rcr
bdemsky [Mon, 11 Oct 2010 07:59:25 +0000 (07:59 +0000)]
test case for rcr

13 years agoclean up printing some more
bdemsky [Mon, 11 Oct 2010 07:58:03 +0000 (07:58 +0000)]
clean up printing some more

13 years agohack OoOJava RCR to not run disjointness twice...we don't need fine-grained conflicts...
bdemsky [Mon, 11 Oct 2010 07:48:19 +0000 (07:48 +0000)]
hack OoOJava RCR to not run disjointness twice...we don't need fine-grained conflicts with RCR...

13 years agoclean up printing formatting a little...make it easier for me to read generated code
bdemsky [Sat, 9 Oct 2010 09:01:04 +0000 (09:01 +0000)]
clean up printing formatting a little...make it easier for me to read generated code

13 years agofix several bugs...
bdemsky [Sat, 9 Oct 2010 08:41:25 +0000 (08:41 +0000)]
fix several bugs...

13 years agochanges.
yeom [Fri, 8 Oct 2010 23:35:43 +0000 (23:35 +0000)]
changes.

13 years agochanges on moldyn.
yeom [Fri, 8 Oct 2010 21:03:37 +0000 (21:03 +0000)]
changes on moldyn.

13 years agoremoving backup version for yong hun
jjenista [Fri, 8 Oct 2010 17:03:48 +0000 (17:03 +0000)]
removing backup version for yong hun

13 years agoMoldyn benchmark.
yeom [Fri, 8 Oct 2010 05:36:13 +0000 (05:36 +0000)]
Moldyn benchmark.

13 years agoFix alias locks. KMeans is now serialized but the execution is stucked somewhere...
jzhou [Fri, 8 Oct 2010 00:56:04 +0000 (00:56 +0000)]
Fix alias locks.  KMeans is now serialized but the execution is stucked somewhere.  Need more investigation and bug fixing

13 years agoRemove debug messages
jzhou [Thu, 7 Oct 2010 22:35:25 +0000 (22:35 +0000)]
Remove debug messages

13 years agoForgot to check in bug fixes of Tracking benchmark
jzhou [Thu, 7 Oct 2010 22:31:56 +0000 (22:31 +0000)]
Forgot to check in bug fixes of Tracking benchmark

13 years agoBug fix for generating shared locks for aliased objects
jzhou [Thu, 7 Oct 2010 22:26:34 +0000 (22:26 +0000)]
Bug fix for generating shared locks for aliased objects

13 years agobug fix
jzhou [Thu, 7 Oct 2010 00:14:43 +0000 (00:14 +0000)]
bug fix

13 years agoupdates
jjenista [Tue, 5 Oct 2010 23:13:22 +0000 (23:13 +0000)]
updates

13 years agotry to get more information about flagged sites.
yeom [Tue, 5 Oct 2010 19:15:39 +0000 (19:15 +0000)]
try to get more information about flagged sites.

13 years agofix bugs to run without pool allocation like the ppopp paper experiments
jjenista [Tue, 5 Oct 2010 18:27:04 +0000 (18:27 +0000)]
fix bugs to run without pool allocation like the ppopp paper experiments

13 years agocpaturing some makefile updates and have OoOJava print number of sites disjoint reach...
jjenista [Tue, 5 Oct 2010 17:07:03 +0000 (17:07 +0000)]
cpaturing some makefile updates and have OoOJava print number of sites disjoint reachability 2nd pass flagged

13 years agoConfig the size of the shared heap for TSP benchmark
jzhou [Mon, 4 Oct 2010 18:10:44 +0000 (18:10 +0000)]
Config the size of the shared heap for TSP benchmark

13 years agoFix bugs in cache adapt verion.
jzhou [Fri, 1 Oct 2010 23:34:35 +0000 (23:34 +0000)]
Fix bugs in cache adapt verion.

13 years agoWork-In-Progress check in. Will not error out if RCR is not enabled HOWEVER it will...
stephey [Fri, 1 Oct 2010 08:29:10 +0000 (08:29 +0000)]
Work-In-Progress check in. Will not error out if RCR is not enabled HOWEVER it will error out if you compile with RCR. The reason is that the RCR output is not yet connected with the C-side and some of the functions it prints out are just place holder Strings for me to visually check if the output is correct.

13 years agoforgot an #endif at the end of the file
stephey [Fri, 1 Oct 2010 08:05:32 +0000 (08:05 +0000)]
forgot an #endif at the end of the file

13 years agoAdded C files from oooJava folder + minor modifications to names to prevent conflicts
stephey [Fri, 1 Oct 2010 03:34:27 +0000 (03:34 +0000)]
Added C files from oooJava folder + minor modifications to names to prevent conflicts

13 years agofor timing disjoint reachability in oooJava benchmarks
jjenista [Fri, 1 Oct 2010 01:52:27 +0000 (01:52 +0000)]
for timing disjoint reachability in oooJava benchmarks

13 years agovarious hacks...
bdemsky [Wed, 29 Sep 2010 22:23:25 +0000 (22:23 +0000)]
various hacks...
clean up cases if we have duplicate...

13 years agoget rid of truncate macro...just stick it into the bit shifting...
bdemsky [Wed, 29 Sep 2010 21:03:54 +0000 (21:03 +0000)]
get rid of truncate macro...just stick it into the bit shifting...

13 years agoClean up the code
jzhou [Wed, 29 Sep 2010 00:15:56 +0000 (00:15 +0000)]
Clean up the code

13 years agoClean up the code: clean up debug msgs
jzhou [Tue, 28 Sep 2010 18:18:33 +0000 (18:18 +0000)]
Clean up the code: clean up debug msgs

13 years agonames
jjenista [Tue, 28 Sep 2010 18:03:51 +0000 (18:03 +0000)]
names

13 years agobuildscript options to enable exaclty which coreprof events are needed, keeps instrum...
jjenista [Mon, 27 Sep 2010 22:03:37 +0000 (22:03 +0000)]
buildscript options to enable exaclty which coreprof events are needed, keeps instrumentation overhead at minimum, will help for new events to imrpove SOR

13 years agobug fix, new events
jjenista [Mon, 27 Sep 2010 22:02:05 +0000 (22:02 +0000)]
bug fix, new events

13 years agoTested and Debugged versions of waitingQueue for the hashStructure.
stephey [Sun, 26 Sep 2010 05:44:16 +0000 (05:44 +0000)]
Tested and Debugged versions of waitingQueue for the hashStructure.

13 years agoChanges
stephey [Sun, 26 Sep 2010 05:39:52 +0000 (05:39 +0000)]
Changes

13 years agoremoved locking for waitingQueue add since it's not really needed.
stephey [Sun, 26 Sep 2010 05:22:59 +0000 (05:22 +0000)]
removed locking for waitingQueue add since it's not really needed.

13 years agoWaitingQueue Correctness tests for RCR. FAKE mlp_lock.* and RuntimeConflictResolver...
stephey [Sun, 26 Sep 2010 05:08:24 +0000 (05:08 +0000)]
WaitingQueue Correctness tests for RCR. FAKE mlp_lock.* and RuntimeConflictResolver.* are included so that the waitingQueue can be tested without compiling/including the rest of the project

13 years agofound a bug, wasn't returning pointer at end of poolcreate--pool allocation doesn...
jjenista [Fri, 24 Sep 2010 23:44:38 +0000 (23:44 +0000)]
found a bug, wasn't returning pointer at end of poolcreate--pool allocation doesn't seem to improve SOR speedup

13 years agoClean up the code: remove commented code
jzhou [Fri, 24 Sep 2010 22:59:23 +0000 (22:59 +0000)]
Clean up the code: remove commented code

13 years agothere is definitely an uninitialized mem bug, temp fix is to zero allocated task...
jjenista [Fri, 24 Sep 2010 19:48:00 +0000 (19:48 +0000)]
there is definitely an uninitialized mem bug, temp fix is to zero allocated task records, however even with workaround pool allocation crashes SOR

13 years agosome outstanding mods to coreprof parsing
jjenista [Fri, 24 Sep 2010 19:30:05 +0000 (19:30 +0000)]
some outstanding mods to coreprof parsing

13 years agoworking on task mem pool, there is a crash bug, use -ooodebug-disable-task-mem-pool...
jjenista [Thu, 23 Sep 2010 23:54:19 +0000 (23:54 +0000)]
working on task mem pool, there is a crash bug, use -ooodebug-disable-task-mem-pool if you want to run OoOJava programs for the time being

13 years agowhile working on memory pool for task records, fixed bug where mem Q hashtable entrie...
jjenista [Thu, 23 Sep 2010 19:17:12 +0000 (19:17 +0000)]
while working on memory pool for task records, fixed bug where mem Q hashtable entries had to wait for pointer value but used the wrong object id (oid)

13 years agouse buildscript option to give benchmarks enough heap memory
jjenista [Thu, 23 Sep 2010 19:07:50 +0000 (19:07 +0000)]
use buildscript option to give benchmarks enough heap memory

13 years agosupport for optimizations later, leaf tasks need less data
jjenista [Thu, 23 Sep 2010 19:06:54 +0000 (19:06 +0000)]
support for optimizations later, leaf tasks need less data

13 years agobug fix in gc cache adaption
jzhou [Thu, 23 Sep 2010 00:25:13 +0000 (00:25 +0000)]
bug fix in gc cache adaption

13 years agobug fix
jzhou [Wed, 22 Sep 2010 18:55:18 +0000 (18:55 +0000)]
bug fix

13 years agoAdded getter method to get all effects (needed for RuntimeConflictResolver.java)
stephey [Wed, 22 Sep 2010 11:55:29 +0000 (11:55 +0000)]
Added getter method to get all effects (needed for RuntimeConflictResolver.java)

13 years agoThis version prints out correct C code in terms of where things should be but is...
stephey [Wed, 22 Sep 2010 11:49:24 +0000 (11:49 +0000)]
This version prints out correct C code in terms of where things should be but is only tested on the simplest case. Will try more cases later.

Note: BuildCode.java was also modified to make this work but is not committed since it's only half changed (no stallsite code).

13 years agofix bugs
bdemsky [Wed, 22 Sep 2010 02:29:13 +0000 (02:29 +0000)]
fix bugs

13 years agooptimiz
bdemsky [Wed, 22 Sep 2010 02:26:03 +0000 (02:26 +0000)]
optimiz

13 years agoturn off coreprof by default
jjenista [Tue, 21 Sep 2010 22:13:53 +0000 (22:13 +0000)]
turn off coreprof by default

13 years agofix performance bug
jzhou [Tue, 21 Sep 2010 22:08:15 +0000 (22:08 +0000)]
fix performance bug

13 years agomy changes
jzhou [Tue, 21 Sep 2010 21:46:12 +0000 (21:46 +0000)]
my changes

13 years agoan appropriate test to simulate SOR for new pool allocation
jjenista [Tue, 21 Sep 2010 21:30:47 +0000 (21:30 +0000)]
an appropriate test to simulate SOR for new pool allocation

13 years agodisable coreprof by default
jjenista [Tue, 21 Sep 2010 21:29:11 +0000 (21:29 +0000)]
disable coreprof by default