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

Shorten the generated code with ./release-rs.sh --features short #22

Merged
merged 27 commits into from
Nov 30, 2023

Commits on Nov 24, 2023

  1. Generate short code with --features short

    Full command: `./release-rs.sh --features short`
    byeongkeunahn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    ab17df4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b0813d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f06d253 View commit details
    Browse the repository at this point in the history
  4. short: update writer.rs

    byeongkeunahn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    bee6abb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cbe1bc4 View commit details
    Browse the repository at this point in the history
  6. short: update reader.rs

    byeongkeunahn committed Nov 24, 2023
    Configuration menu
    Copy the full SHA
    b6dc2ea View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    76ba8f7 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57b1efd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9865130 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    31124d4 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    f908098 View commit details
    Browse the repository at this point in the history

Commits on Nov 25, 2023

  1. short: remove unnecessary inlining prevention

    This was necessary when we used a hack to support debugging; this is no longer the case since we can now run the built executable natively.
    byeongkeunahn committed Nov 25, 2023
    Configuration menu
    Copy the full SHA
    f63de6c View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2023

  1. short: use custom target to override options

    Specifically, we disable read-only relocations and stack probes.
    byeongkeunahn committed Nov 26, 2023
    Configuration menu
    Copy the full SHA
    9a8e6dc View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2023

  1. Configuration menu
    Copy the full SHA
    811b09f View commit details
    Browse the repository at this point in the history
  2. short: update reader.rs

    byeongkeunahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    cfd4d6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f9dcc5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4296993 View commit details
    Browse the repository at this point in the history
  5. Update services.rs

    byeongkeunahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    93774f0 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cec65a0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3ca0d08 View commit details
    Browse the repository at this point in the history
  8. short: update writer.rs

    byeongkeunahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    f3528eb View commit details
    Browse the repository at this point in the history
  9. short: update mod.rs

    byeongkeunahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    79c2296 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    97ba8a5 View commit details
    Browse the repository at this point in the history
  11. short: update reader.rs

    byeongkeunahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    9b05218 View commit details
    Browse the repository at this point in the history
  12. Update codegen.rs

    byeongkeunahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    c5225a8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3099aef View commit details
    Browse the repository at this point in the history
  14. short: update linux.rs

    byeongkeunahn committed Nov 28, 2023
    Configuration menu
    Copy the full SHA
    46f6f35 View commit details
    Browse the repository at this point in the history