Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | move the dispatch table to be per-instance | Aaron Patterson | 2014-09-22 | 1 | -4/+4 |
| | | | | | | | visitors are not shared among threads, so any mutations to the cache should be OK. The cache is also pre-populated on construction, but we should pull that out so we can share the cache among visitors in the future. | ||||
* | push reduction visitors to a reduction base class | Aaron Patterson | 2014-04-08 | 1 | -0/+25 |
this lets our old depth first and dot visitors to work normally |