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

src: implement per-process native Debug() printer and use it in mkcodecache #31884

Closed
wants to merge 7 commits into from

Commits on Feb 20, 2020

  1. src: make aliased_buffer.h self-contained

    aliased_buffer.h uses MultiplyWithOverflowCheck() implemented
    in util-inl.h
    joyeecheung committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    4439730 View commit details
    Browse the repository at this point in the history
  2. src: refactor debug category parsing

    Move the debug category parsing into a new EnabledDebugList class,
    so that it can be reused outside of Environment.
    joyeecheung committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    2b80488 View commit details
    Browse the repository at this point in the history
  3. src: implement per-process native Debug() printer

    This patch adds a per-process native Debug() printer that can be
    called when an Environment is not available.
    joyeecheung committed Feb 20, 2020
    Configuration menu
    Copy the full SHA
    ce2d7fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9abbce6 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Configuration menu
    Copy the full SHA
    c7c01d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d86480a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    de4b6c7 View commit details
    Browse the repository at this point in the history