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

Eliminate memory allocations in the system call setup_queue #68

Merged
merged 1 commit into from
Oct 14, 2022

Conversation

alanjian85
Copy link
Collaborator

Because the emulator lacks an address translation mechanism and is unable to allocate variables within the process's memory space, This commit grants the user the ability to create queues by passing an additional parameter to the system call that specifies the base address of queues.

@lgtm-com
Copy link

lgtm-com bot commented Oct 14, 2022

This pull request fixes 1 alert when merging 7424277 into e69cc1a - view on LGTM.com

fixed alerts:

  • 1 for FIXME comment

Copy link
Contributor

@jserv jserv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Always execute clang-format -i before submitting patches.

docs/syscall.md Outdated Show resolved Hide resolved
@lgtm-com
Copy link

lgtm-com bot commented Oct 14, 2022

This pull request fixes 1 alert when merging 4f5d2c1 into e69cc1a - view on LGTM.com

fixed alerts:

  • 1 for FIXME comment

Because the emulator lacks an address translation mechanism and is unable to
allocate variables within the process's memory space, This commit grants the
user the ability to create queues by passing an additional parameter to the
system call that specifies the base address of queues.
@lgtm-com
Copy link

lgtm-com bot commented Oct 14, 2022

This pull request fixes 1 alert when merging 1631f28 into 3262d8f - view on LGTM.com

fixed alerts:

  • 1 for FIXME comment

@jserv jserv merged commit 6a69213 into sysprog21:master Oct 14, 2022
Sign up for free to 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