Are you positively sure that HHVM by itself offers any object caching that MediaWiki can use?
No I am not. During testing under HHVM I just enabled object caching to see if it worked and it did, and when enabled there is a measurable performance boost compared to a wiki setup without object caching and HHVM so something is happening. It is very hard to find any documentation about this, hence the black box :)
And by what directive exactly did you enable object caching? In HHVM config, I mean.
Thank you. Well, that's why I suspect there is no object caching in HHVM as such. There might be some in APC under HHVM though.
Are you suggesting that APC is somehow running "next" to HHVM? I am pretty sure that I did not install APC on any of the test systems. I was under the impression that as of PHP 5.5 APC is "dead".