H2O: Inhibit some compiler optimizations (#3275)
Semantically, the code used to do exactly what the JSON serialization
test required (instantiating an object for every request), but the
optimizer could remove the creation of the object completely, and
propagate its field values (known at compile time) to the JSON
generator arguments.