commit | 8e92838b8179d0b4a3022889c3446100b7ef831e | [log] [tgz] |
---|---|---|
author | Jim Stichnoth <stichnot@chromium.org> | Mon Feb 02 17:03:08 2015 -0800 |
committer | Jim Stichnoth <stichnot@chromium.org> | Mon Feb 02 17:03:08 2015 -0800 |
tree | e434b350efb98fd05d12645b1a22b012ea721acb | |
parent | 261cae38fd492fbe90b8431d11d2a36014101d71 [diff] |
Subzero: Manage each Cfg as a std::unique_ptr<Cfg>. The Cfg::create() method now returns a unique_ptr. Once the parser fully builds the Cfg, it is released onto the work queue, and then acquired and ultimately deleted by the translator thread. BUG= none R=jfb@chromium.org Review URL: https://codereview.chromium.org/892063002