<rdar://problem/20402026> Remove scope entry/exit log entries

Don't emit scope entry/exit logging code in instrumentation for
playgrounds if -playground-high-performance option is passed.

Swift SVN r27046
This commit is contained in:
Chris Willmore
2015-04-06 22:09:20 +00:00
parent c5f65bd7a4
commit d3a977d824
7 changed files with 71 additions and 10 deletions

View File

@@ -196,6 +196,10 @@ public:
/// Indicates whether the playground transformation should be applied.
bool PlaygroundTransform = false;
/// Indicates whether the playground transformation should omit
/// instrumentation that has a high runtime performance impact.
bool PlaygroundHighPerformance = false;
/// Indicates whether standard help should be shown.
bool PrintHelp = false;