-
-
Notifications
You must be signed in to change notification settings - Fork 466
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor(transformer):
HelperLoader
common transform: construct str…
…ing directly in arena (#6596) Small optimization. Avoid allocating a temporary `String` which then gets copied into the arena, by constructing the string directly in the arena. We should probably have a dedicated API for doing this, but for now just do it here.
- Loading branch information
1 parent
c346ebb
commit 679cc68
Showing
1 changed file
with
19 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters