CozySynthesizer / cozy

The collection synthesizer
https://cozy.uwplse.org
Apache License 2.0
209 stars 18 forks source link

Cozy ignores many command-line options #122

Closed Calvin-L closed 3 years ago

Calvin-L commented 4 years ago

119 (specifically commit e7d11ec) has broken many of Cozy's command-line options, such as --verbose. Previously, the in-memory values of these options were copied to synthesis workers implicitly as they were fork()'d off. Now that there is more isolation between workers and no use of fork(), we need code to explicitly copy option values to the workers.