Skip to content

singleuse: make git grep faster, add Apple nm support - #15070

Closed
vszakats wants to merge 2 commits into
curl:masterfrom
vszakats:singleuse-mac-and-opt
Closed

singleuse: make git grep faster, add Apple nm support#15070
vszakats wants to merge 2 commits into
curl:masterfrom
vszakats:singleuse-mac-and-opt

Conversation

@vszakats

@vszakats vszakats commented Sep 26, 2024

Copy link
Copy Markdown
Member
  • avoid regexp in grep to make it run faster.
  • add support for parsing Apple nm output:
    • skip leading underscore from function names.
    • pick object name from output.

@vszakats vszakats added performance tests script appleOS specific to an Apple operating system labels Sep 26, 2024
@vszakats vszakats changed the title singleuse: make run faster, add Apple nm support singleuse: make git grep faster, add Apple nm support Sep 26, 2024
@vszakats vszakats closed this in fcc8961 Sep 27, 2024
@vszakats
vszakats deleted the singleuse-mac-and-opt branch September 27, 2024 08:28
pps83 pushed a commit to pps83/curl that referenced this pull request Apr 26, 2025
- avoid regexp in grep to make it run faster.
- add support for parsing Apple `nm` output:
  - skip leading underscore from function names.
  - pick object name from output.

Closes curl#15070
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

appleOS specific to an Apple operating system performance script tests

Development

Successfully merging this pull request may close these issues.

1 participant