https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc
File src/compiler/pipeline.cc (right):
https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc#newcode94
src/compiler/pipeline.cc:94: FILE* turbo_cfg_file =
base::OS::FOpen("turbo.cfg", "a+");
Please use std::ofstream here.
https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc#newcode146
src/compiler/pipeline.cc:146: FILE* turbo_cfg_file =
base::OS::FOpen("turbo.cfg", "a+");
Please use std::ofstream here.
https://codereview.chromium.org/637313002/diff/70001/src/compiler/pipeline.cc#newcode155
src/compiler/pipeline.cc:155: FILE* turbo_cfg_file =
base::OS::FOpen("turbo.cfg", "a+");
Please use std::ofstream here.
https://codereview.chromium.org/637313002/diff/70001/src/isolate.cc
File src/isolate.cc (right):
https://codereview.chromium.org/637313002/diff/70001/src/isolate.cc#newcode1935
src/isolate.cc:1935: FILE* turbo_cfg_file = base::OS::FOpen("turbo.cfg",
"w+");
Please use std::ofstream here.
https://codereview.chromium.org/637313002/
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.