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

[Please test] Optimize g_fxo and future typemaps #9714

Merged
merged 6 commits into from
Mar 2, 2021

Commits on Mar 2, 2021

  1. Configuration menu
    Copy the full SHA
    aa7e237 View commit details
    Browse the repository at this point in the history
  2. typeindices.hpp: upgrade with size and align info

    This allows contiguous allocation (as in an aggregate).
    Nekotekina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    5cc9bd7 View commit details
    Browse the repository at this point in the history
  3. auto_typemap.hpp: reduce indirection

    Implement is_init() method.
    Implement optional Size template arg for further optimization.
    Nekotekina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    8a9320c View commit details
    Browse the repository at this point in the history
  4. fixed_typemap.hpp: reduce indirection

    Backported some changes from auto_typemap.hpp
    Implemented methods init(), reset(), clear()
    Disabled recreation support.
    Nekotekina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    d788b12 View commit details
    Browse the repository at this point in the history
  5. named_thread: fix bugs in std::forward usage

    Fix few misused threads and other bugs.
    Nekotekina committed Mar 2, 2021
    Configuration menu
    Copy the full SHA
    bbf52f3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ea5e837 View commit details
    Browse the repository at this point in the history