Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • U uPython-mirror
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • TASTETASTE
  • uPython-mirror
  • Repository
Switch branch/tag
  • uPython-mirror
  • py
  • objfloat.c
Find file BlameHistoryPermalink
  • Paul Sokolovsky's avatar
    Replace global "static" -> "STATIC", to allow "analysis builds". Part 1. · d5df6cd4
    Paul Sokolovsky authored Feb 12, 2014
    Some tools do not support local/static symbols (one example is GNU ld map file).
    Exposing all functions will allow to do detailed size comparisons, etc.
    
    Also, added bunch of statics where they were missing, and replaced few identity
    functions with global mp_identity().
    d5df6cd4