Skip to content

Any idea why the .so is so big? #82

@smprather

Description

@smprather

I noticed that the verilog.so is huge compared to all of my other parsers. Due to offline environments, I rsync my nvim configs around a lot, so I was looking for the biggest files.

I checked for signs of static linking, but all the so's have the same ldd output. That doesn't rule out static linking of something else, but I'm guessing the tree-sitter template and build environment is not likely to have been messed with.

   28.4 MiB [####################################]  verilog.so                                                                                                                                                                                                    1.3 MiB [#                                   ]  bash.so
    1.1 MiB [#                                   ]  vim.so
  612.0 KiB [                                    ]  c.so
  468.0 KiB [                                    ]  python.so
  364.0 KiB [                                    ]  markdown.so
  352.0 KiB [                                    ]  markdown_inline.so
  200.0 KiB [                                    ]  yaml.so
  164.0 KiB [                                    ]  vimdoc.so
  136.0 KiB [                                    ]  luadoc.so
   64.0 KiB [                                    ]  lua.so
   40.0 KiB [                                    ]  query.so
   36.0 KiB [                                    ]  html.so
   36.0 KiB [                                    ]  diff.so
   28.0 KiB [                                    ]  gitignore.so
   16.0 KiB [                                    ]  json.so
    0.0   B [                                    ]  .gitignore

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions