|
|
|
|
|
by pshc
3637 days ago
|
|
1. A special case could be added for `main`, but it's no big deal. 2. This seems difficult as the C arguments were mutable; the algorithm would have to start doing analysis rather than direct translation. 3. Quite difficult to "know" that this printf doesn't write to its arguments, especially since the printf is manually declared. |
|
https://github.com/jameysharp/corrode/issues/20