feat(allocator)!: remove Allocator::end_ptr method#21871
feat(allocator)!: remove Allocator::end_ptr method#21871graphite-app[bot] merged 1 commit intomainfrom
Allocator::end_ptr method#21871Conversation
How to use the Graphite Merge QueueAdd either label to this PR to merge it via the merge queue:
You must have a Graphite account in order to use the merge queue. Sign up using this link. An organization admin has enabled the Graphite Merge Queue in this repository. Please do not merge from GitHub as this will restart CI on PRs being processed by the merge queue. This stack of pull requests is managed by Graphite. Learn more about stacking. |
Merging this PR will not alter performance
Comparing Footnotes
|
There was a problem hiding this comment.
Pull request overview
This PR removes the Allocator::end_ptr API from the raw-transfer-related methods, reflecting that it’s no longer needed after the allocator chunk metadata refactor introduced in #21869.
Changes:
- Remove the
Allocator::end_ptrmethod (and its documentation) fromfrom_raw_parts-related APIs. - Update module-level docs to stop referencing
Allocator::end_ptr.
c2454c1 to
89d0315
Compare
ff6e93f to
ac3e6e6
Compare
89d0315 to
af714fe
Compare
ac3e6e6 to
7bc3af5
Compare
af714fe to
4cec027
Compare
7bc3af5 to
19eacf6
Compare
Merge activity
|
Remove `Allocator::end_ptr` method. It's no longer required since #21869.
4cec027 to
245f813
Compare
19eacf6 to
0ffbe0d
Compare
### 💥 BREAKING CHANGES - 0ffbe0d allocator: [**BREAKING**] Remove `Allocator::end_ptr` method (#21871) (overlookmotel) ### 🚀 Features - 9593ec8 transformer/jsx: Add jsxDEV source metadata for fragments (#21932) (Ido Rosenthal) ### 🐛 Bug Fixes - 429deac napi/parser: Export `visitorKeys` from `wasm` entrypoint (#21996) (NullVoxPopuli) - e852911 codegen: Preserve legal comments orphaned by upstream passes (#21575) (Dunqing) - e3399ec transformer/class-properties: Preserve RHS in logical-assignment to static private field (#21950) (Dunqing) - c59c199 transformer/typescript: Emit class fields for parameter properties (#21831) (Dunqing) - aaabde4 parser: Attach legal comments to following token (#21670) (Dunqing) ### ⚡ Performance - 0bf0cb9 allocator: Per-platform `Arena::new_fixed_size` implementations (#22088) (overlookmotel) ### 📚 Documentation - 62ec410 allocator: Correct doc comment for `Allocator::from_raw_parts` (#22093) (overlookmotel) - 3e152c6 allocator: Correct typos in comments (#22092) (overlookmotel) - e220855 allocator: Correct doc comment for `Allocator::set_cursor_ptr` (#21866) (overlookmotel) --------- Co-authored-by: Boshen <1430279+Boshen@users.noreply.github.com> Co-authored-by: Cameron Clark <cameron.clark@hey.com>

Remove
Allocator::end_ptrmethod. It's no longer required since #21869.