Commits
Click on a commit to change the comparison rangeperf(minifier): avoid repeated `Atom` creation in `InjectGlobalVariables` (#4802)
Re-use `Atom`s in `InjectGlobalVariables` minifier plugin.
Instead of allocating a new `Atom` on every replacement, create `Atom` lazily when making first replacement, and cache it.
As discussed in: https://github.com/oxc-project/oxc/pull/4759#discussion_r17116694641 year ago
by overlookmotel