Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Are there plans to support smaller generated code? #664

Open
iamjustadd opened this issue Sep 23, 2024 · 1 comment
Open

Are there plans to support smaller generated code? #664

iamjustadd opened this issue Sep 23, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@iamjustadd
Copy link

Hi team,

Im now suffering from big size of generated code, actually most code are not useful for me in my client side.

  1. Exception: as I used crc check after received net packages and also used major version as part of my request url when acquiring data, all try/catch code are actually not used in my code.
  2. all WRITE logic are not used in client side code, like setxxx() addxxx().

Do you have plan to shrimp these logic? like add some parameters in jar binary to let user can generate cpp code without throw and WRITE logic?

@iamjustadd iamjustadd added the enhancement New feature or request label Sep 23, 2024
@mikir
Copy link
Contributor

mikir commented Sep 23, 2024

Hello,

thanks for the post.

Maybe, you could use the command line argument -withoutWriterCode for this?

@Roland-Homeier Roland-Homeier pinned this issue Oct 7, 2024
@mikir mikir unpinned this issue Oct 10, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants