iu-parfunc / lvars

The LVish Haskell library
http://hackage.haskell.org/package/lvish
81 stars 14 forks source link

Performance bug: scalability problems on LVish sched not seen on Trace #50

Open rrnewton opened 10 years ago

rrnewton commented 10 years ago

For example consider the nbody benchmark:

This could conceivably be related to the excessive work-duplication bug (#28). We need to dig deeper.

rrnewton commented 10 years ago

Debugging strategy: run a full test suite with GET_ONCE turned on (on master). This will help see if the bad behavior has anything to do with work duplication.