Skip to content

asm fn_ptr support - #534

Merged
Firestar99 merged 5 commits into
mainfrom
asm_fn_ptr2
Feb 25, 2026
Merged

asm fn_ptr support#534
Firestar99 merged 5 commits into
mainfrom
asm_fn_ptr2

Conversation

@Firestar99

@Firestar99Firestar99 commented Feb 19, 2026

Copy link
Copy Markdown
Member

With the infrastructure in place for asm!-based entry points, we can now begin designing a new entry point API. The Plan is to have a regular rust derive macro be able to generate these asm! blocks, while being easy to use, modify by users and cargo expand-able. Power users can also build their own macros to emit custom asm! for whatever special entry point they need, like the ones needed for #524 descriptor heaps.

@Firestar99Firestar99 mentioned this pull request Feb 19, 2026
@Firestar99
Firestar99 marked this pull request as ready for review February 19, 2026 11:45
@Firestar99
Firestar99 added this pull request to the merge queueFeb 25, 2026
Merged via the queue into main with commit 00f5d28Feb 25, 2026
13 checks passed
@Firestar99
Firestar99 deleted the asm_fn_ptr2 branch February 25, 2026 22:45
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@Firestar99@LegNeato