Conversation
Contributor
Monitor Oxc
|
Merging this PR will not alter performance
Comparing Footnotes
|
0e8d58a to
18245ba
Compare
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
💥 BREAKING CHANGES
TSTypePredicateName(perf(ast)!: reduce size ofTSTypePredicateName#21711) (overlookmotel)JSXExpression(perf(ast)!: reduce size ofJSXExpression#21710) (overlookmotel)ArrayExpressionElement(perf(ast)!: reduce size ofArrayExpressionElement#21709) (overlookmotel)CommentNodeId(feat(syntax)!: removeCommentNodeId#21679) (overlookmotel)🚀 Features
Allocator::cursor_ptrmethod (feat(allocator): addAllocator::cursor_ptrmethod #21773) (overlookmotel)🐛 Bug Fixes
Arenaretry allocation when chunk size approaches maximum (fix(allocator):Arenaretry allocation when chunk size approaches maximum #21777) (overlookmotel)Arena::new_chunk_memory_details(fix(allocator): fix arithmetic overflow inArena::new_chunk_memory_details#21745) (overlookmotel)Arena::grow_zeroed(fix(allocator): fix UB inArena::grow_zeroed#21739) (overlookmotel)testingfeature (fix(allocator): clippy warning when building withouttestingfeature #21681) (camc314)#for private ident (fix(codegen): add mapping before printing#for private ident #21619) (camc314)⚡ Performance
Allocator::used_bytesdo not use chunk iterator (perf(allocator):Allocator::used_bytesdo not use chunk iterator #21771) (overlookmotel)Arena::new_chunk_memory_details(perf(allocator): remove check inArena::new_chunk_memory_details#21750) (overlookmotel)Arenause unchecked size round up where guaranteed no overflow (perf(allocator):Arenause unchecked size round up where guaranteed no overflow #21743) (overlookmotel)Arena::try_alloc_layout_slow_impl(perf(allocator): remove unnecessary check fromArena::try_alloc_layout_slow_impl#21732) (overlookmotel)NonNull::offset_from_unsignedinArena::chunk_capacity(perf(allocator): useNonNull::offset_from_unsignedinArena::chunk_capacity#21731) (overlookmotel)#[inline(always)]tonode_idmethods on enums with all variants unboxed (perf(ast): add#[inline(always)]tonode_idmethods on enums with all variants unboxed #21707) (overlookmotel)TriviaBuildercomments in the arena (perf(parser): allocateTriviaBuildercomments in the arena #21512) (Boshen)Token::set_*methods on Rust 1.95.0 (perf(lexer): fix perf ofToken::set_*methods on Rust 1.95.0 #21659) (overlookmotel)Arena::alloc_layout(perf(allocator): move code into cold path inArena::alloc_layout#21622) (overlookmotel)📚 Documentation
as_refandas_mutonNonNullConstandNonNullMuttakeself(docs(data_structures): document whyas_refandas_mutonNonNullConstandNonNullMuttakeself#21800) (overlookmotel)ChunkFooter(docs(allocator): improve doc comments forChunkFooter#21733) (overlookmotel)#[inline(always)]tonode_idmethods on enums (docs(ast): add comments explaining#[inline(always)]tonode_idmethods on enums #21706) (overlookmotel)node:namespace in the example (docs(transform): use thenode:namespace in the example #19998) (루밀LuMir)🛡️ Security