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

Move as much data as possible into non-writable text by declaring it const #46

Merged
merged 6 commits into from
Oct 13, 2014
Merged

Move as much data as possible into non-writable text by declaring it const #46

merged 6 commits into from
Oct 13, 2014

Commits on Jul 23, 2014

  1. Configuration menu
    Copy the full SHA
    a73ae67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14e6b16 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2014

  1. Declare most internal, constant tables as const, particularly the

    "specifics" structures and the tables they point to.
    wiml committed Jul 28, 2014
    Configuration menu
    Copy the full SHA
    fb6344e View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2014

  1. Declare the tags[] tables in skeletons as const.

    Constify the PER support structure.
    Constify a few other private tables in the skeleton code.
    wiml committed Jul 29, 2014
    Configuration menu
    Copy the full SHA
    18c2ec9 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2014

  1. Configuration menu
    Copy the full SHA
    ca15fc6 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2014

  1. It's actually more efficient *not* to create a mutable static variabl…

    …e to hold this constant string's address.
    wiml committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    59e8d28 View commit details
    Browse the repository at this point in the history