Skip to content
Snippets Groups Projects
Select Git revision
  • e328a5d4693f9e4a03b296e7a9a7af6660d99515
  • master default protected
2 results

scope.h

Blame
  • user avatar
    Damien George authored
    Taking the address of a local variable is mildly expensive, in code size
    and stack usage.  So optimise scope_find_or_add_id() to not need to take a
    pointer to the "added" variable, and instead take the kind to use for newly
    added identifiers.
    e328a5d4
    History
    scope.h 3.39 KiB