Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make foreign context kernel procedures static #894

Open
Fumuran opened this issue Sep 23, 2024 · 0 comments
Open

Make foreign context kernel procedures static #894

Fumuran opened this issue Sep 23, 2024 · 0 comments
Assignees
Labels
kernels Related to transaction, batch, or block kernels

Comments

@Fumuran
Copy link
Contributor

Fumuran commented Sep 23, 2024

What should be done?

Original comment: #890 (comment).
start_foreign_context_offset and end_foreign_context_offset kernel procedures should be reworked to become static instead of being executed dynamically.

How should it be done?

Offsets of the start_foreign_context_offset and end_foreign_context_offset procedures should be removed to make it possible to execute them only using syscall.<proc_name> (instead of syscall.exec_kernel_proc).

When is this task done?

The task is done when it will be possible to invoke these procedures only by their names.

Additional context

No response

@Fumuran Fumuran self-assigned this Sep 23, 2024
@bobbinth bobbinth added the kernels Related to transaction, batch, or block kernels label Sep 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kernels Related to transaction, batch, or block kernels
Projects
None yet
Development

No branches or pull requests

2 participants