DescriptionRemoved the funky 2-stage initialization of PipelineData.
Use simple old-skool constructors instead. Note that the long repeated
member initializer lists could be reduced a bit by using C++11's
brace-or-equal initializers, which are actually recommended by the
Google C++ style guide in this case, but the ARM toolchain is still
buggy in this area (see patch sets 1 and 2). :-/
Committed: https://crrev.com/acd6715dd91c8bf4190ba2c0ccf612d263162dc1
Cr-Commit-Position: refs/heads/master@{#26654}
Patch Set 1 #Patch Set 2 : Try to make a buggy GCC happy. #Patch Set 3 : Don't use brace-or-equal-initializers *sigh* #Messages
Total messages: 8 (3 generated)
|