AlexanderSkvortsov / protobuf-embedded-c

Automatically exported from code.google.com/p/protobuf-embedded-c
0 stars 0 forks source link

Option "optimize_for" should be ignored #33

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
The option "optimize_for" should be ignored by the compiler.

Protobuf-Embedded-C is "lightweight" in any way and at the moment there is not 
much room for optimizations like "SPEED" or "LITE_RUNTIME", etc.

The main objective is to optimize the generated code for "STATIC/PREDICTABLE" 
memory and runtime consumption.

Original issue reported on code.google.com by wolfgang.schwitzer on 14 Mar 2013 at 9:16

GoogleCodeExporter commented 9 years ago
Issue 32 has been merged into this issue.

Original comment by wolfgang.schwitzer on 14 Mar 2013 at 9:17

GoogleCodeExporter commented 9 years ago

Original comment by wolfgang.schwitzer on 14 Mar 2013 at 9:25