<div dir="ltr">Hi,<div><br></div><div>I want to try -assume-single-threaded option to measure the overhead of atomic operations for reference counting.  However, it seems that the option works as intended with the frontend but not with the driver.  In other words, I tried two commands below, and only the first command replaced atomic operations.</div><div><br></div><div>swiftc -frontend -emit-sil -assume-single-threaded mytest.swift</div><div>swiftc -emit-sil -assume-single-threaded mytest.swift</div><div><br></div><div>Is the option disabled for the driver for some reason?</div><div><br></div><div>Thanks,</div><div>Jiho</div></div>