diff options
| author | Andrew Lytvynov <awly@tailscale.com> | 2023-12-20 09:12:26 -0600 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-20 07:12:26 -0800 |
| commit | 7a2eb22e948ba315522f855ee18bad2c2ff99e28 (patch) | |
| tree | bee4c12aad4e1e74ff55ec8e7b80319beaf350ad /control/controlknobs | |
| parent | 09136e59959e13e3a2437c3c451245652b1a9ee1 (diff) | |
| download | tailscale-7a2eb22e948ba315522f855ee18bad2c2ff99e28.tar.xz tailscale-7a2eb22e948ba315522f855ee18bad2c2ff99e28.zip | |
ipn: remove use of reflect.MethodByName (#10652)
Using reflect.MethodByName disables some linked deadcode optimizations
and makes our binaries much bigger.
Difference before/after this commit:
```
-rwxr-xr-x 1 awly awly 30M Dec 19 15:28 tailscaled.after*
-rwxr-xr-x 1 awly awly 43M Dec 19 15:27 tailscaled.before*
```
Fixes #10627
Signed-off-by: Andrew Lytvynov <awly@tailscale.com>
Diffstat (limited to 'control/controlknobs')
0 files changed, 0 insertions, 0 deletions
