swc/macros
Donny/강동윤 4c983e9158
perf(es/codegen, es/parser): Improve performance (#2406)
ast_node:
 - Make `.span()` inlinable.

swc_ecma_codegen:
 - Reduce call to *heavy* `.span()` calls.

swc_ecma_parser:
 - Reduce `memmove` by using typed-arena.

swc_bundler:
 - Make `Bundle.bundle` take `&mut self`.
 - Make drop concurrent.
2021-10-15 12:49:37 +09:00
..
ast_node perf(es/codegen, es/parser): Improve performance (#2406) 2021-10-15 12:49:37 +09:00
common chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
enum_kind chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
eq_ignore fix(bundler): Prepare renaming of bundler (#2066) 2021-08-13 10:03:04 +00:00
from_variant chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00
string_enum chore(ci): Configure github actions for rustdoc (#1523) 2021-03-31 13:09:10 +09:00