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

[jit][edge] Reclaim some binary size. #70255

Closed
wants to merge 9 commits into from

Commits on Dec 21, 2021

  1. [jit][edge] Reclaim some binary size.

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    50ba9eb View commit details
    Browse the repository at this point in the history
  2. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Dec 21, 2021
    Configuration menu
    Copy the full SHA
    c6978d9 View commit details
    Browse the repository at this point in the history

Commits on Dec 24, 2021

  1. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Dec 24, 2021
    Configuration menu
    Copy the full SHA
    405f820 View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    37586ff View commit details
    Browse the repository at this point in the history
  2. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    d185aee View commit details
    Browse the repository at this point in the history

Commits on Dec 30, 2021

  1. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Dec 30, 2021
    Configuration menu
    Copy the full SHA
    85a96da View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    90fd422 View commit details
    Browse the repository at this point in the history

Commits on Jan 5, 2022

  1. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Jan 5, 2022
    Configuration menu
    Copy the full SHA
    a46dfa8 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Update on "[jit][edge] Reclaim some binary size."

    Should give us 1-2KB back on mobile due to removal of redundant container copy and shared_ptr decrement.
    
    Differential Revision: [D33230514](https://our.internmc.facebook.com/intern/diff/D33230514/)
    
    [ghstack-poisoned]
    zhxchen17 committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    e83c5f6 View commit details
    Browse the repository at this point in the history