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

Improve the VM capabilities detection from the image #43

Open
tesonep opened this issue Oct 23, 2019 · 1 comment
Open

Improve the VM capabilities detection from the image #43

tesonep opened this issue Oct 23, 2019 · 1 comment

Comments

@tesonep
Copy link
Collaborator

tesonep commented Oct 23, 2019

We need to have a better way of talking with the VM to query about its capabilities and how it is running.

Ex: Do we have console? Are we running headless? Is the VM embedded? What is the path of the image? What are the parameters?

This requires:

  • A nice API in the image side.
  • A reification of some of the attributes
  • A nice API in the VM side
  • An extensible solution in both the VM and the image
  • Have it as a plugin that is outside the main vm DLL

Today there is a VM object in the image but its interface is not intuitive nor extensible.

@hogoww
Copy link
Contributor

hogoww commented Oct 25, 2019

We're thinking about using a static array of association that are queried from the image side.
This will be extendable until the max number of parameters is reach.

hogoww added a commit to hogoww/opensmalltalk-vm that referenced this issue Dec 23, 2021
hogoww added a commit to hogoww/opensmalltalk-vm that referenced this issue Dec 23, 2021
…thod [ numPointerSlotsOf: ] KILLED by 2/12 test cases.
hogoww added a commit to hogoww/opensmalltalk-vm that referenced this issue Dec 29, 2021
…false ] on method [ isValidObjStackPage:myIndex:firstPage: ]
hogoww added a commit to hogoww/opensmalltalk-vm that referenced this issue Dec 29, 2021
…alse ] on method [ isValidObjStackPage:myIndex:firstPage: ] KILLED by 1/29 test cases.
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

No branches or pull requests

2 participants