Commit Graph

2 Commits

Author SHA1 Message Date
practicalswift
8f11e162d7 [gardening] Fix headers. 2016-12-06 21:39:23 +01:00
Roman Levenstein
354fd29f31 Add a new -assume-single-threaded option
This is a hidden option. It should be used like: -assume-single-threaded

When this function is provided, the compiler assumes that the code will be executed in the single threaded mode. It then performs certain optimizations that can benefit from it, e.g. it  marks as non-atomic all reference counting instructions in the user code being compiled.
2016-12-05 10:05:34 -08:00