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 #40

Merged
merged 61 commits into from
Dec 9, 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

Commits on Nov 30, 2023

  1. Merge pull request #22 from byeongkeunahn/short-4

    Shorten the generated code with `./release-rs.sh --features short`
    byeongkeunahn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e9225fb View commit details
    Browse the repository at this point in the history
  2. short: support packaging without compression

    Reduces the generated code length for extremely short codes.
    byeongkeunahn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a4e935b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a380b4f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5dff351 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #23 from byeongkeunahn/short-4

    Shorten the generated code in short mode
    byeongkeunahn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    f435c65 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fa484d2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    62e4d4f View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    dd8c4f3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    811c821 View commit details
    Browse the repository at this point in the history
  10. short: update mod.rs

    byeongkeunahn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    21dbb4d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    38b7045 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d68c1db View commit details
    Browse the repository at this point in the history
  13. Update static-pie-prestub-amd64-shorter.asm

    Fix comment
    byeongkeunahn committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    4bb0da7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    6dcd596 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    55b515e View commit details
    Browse the repository at this point in the history
  16. Merge pull request #24 from byeongkeunahn/short-4

    Shorten the generated code in short mode
    byeongkeunahn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    97e6786 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    248313d View commit details
    Browse the repository at this point in the history
  18. Merge pull request #25 from byeongkeunahn/short-4

    Shorten the generated code in short mode
    byeongkeunahn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9f987b4 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    5e9b73a View commit details
    Browse the repository at this point in the history
  20. Merge pull request #26 from byeongkeunahn/short-4

    Update VS Code task + Change python -> python3
    byeongkeunahn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    872afa8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    309a680 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #27 from byeongkeunahn/short-4

    short: fix rsp alignment issue
    byeongkeunahn authored Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a4c6f51 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Configuration menu
    Copy the full SHA
    d672279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f571825 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7800732 View commit details
    Browse the repository at this point in the history
  4. amd64-elf: streamline DYNAMIC section

    We eliminate all entries except necessary relocation-related ones.
    byeongkeunahn committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    1d40959 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #28 from byeongkeunahn/short-4

    Shorten the generated code
    byeongkeunahn authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    ff30bcd View commit details
    Browse the repository at this point in the history
  6. short: introduce shorter template for C/C++

    Enables 156KB/0ms with the shorter generation paradigm.
    byeongkeunahn committed Dec 1, 2023
    Configuration menu
    Copy the full SHA
    fdea9c5 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #29 from byeongkeunahn/short-4

    short: introduce shorter template for C/C++
    byeongkeunahn authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    f3ff9ef View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    571a7dc View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2023

  1. CI: test short

    byeongkeunahn committed Dec 2, 2023
    Configuration menu
    Copy the full SHA
    97fffe1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    041ec04 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8bbf469 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2023

  1. Merge pull request #30 from byeongkeunahn/short-5

    Short: fix rsp alignment bug & add CI test
    byeongkeunahn authored Dec 3, 2023
    Configuration menu
    Copy the full SHA
    a3dadbc View commit details
    Browse the repository at this point in the history