You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Optimize report_impl for binary size by using memcpy instead of a switch
statement.
On my machine, this shrinks quick-lint-js-vscode-node_darwin-x64.node
from 902 KiB to 866 KiB.
This commit should not change behavior.
0 commit comments