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

Implement Array methods #689

Closed
2 of 3 tasks
dmlloyd opened this issue Oct 7, 2021 · 2 comments
Closed
2 of 3 tasks

Implement Array methods #689

dmlloyd opened this issue Oct 7, 2021 · 2 comments
Labels
kind: epic 📜 An aggregate of multiple tasks to fulfill a broad project plan goal

Comments

@dmlloyd
Copy link
Collaborator

dmlloyd commented Oct 7, 2021

Reflective array support is a step towards #674.

@dmlloyd dmlloyd added the kind: epic 📜 An aggregate of multiple tasks to fulfill a broad project plan goal label Oct 7, 2021
@dgrove-oss
Copy link
Collaborator

Array.newArray(Class<?>, int) is the next blocker on interpreter getting through System.initPhase1 (it is eventually needed by VM.saveAndRestoreProperties via a call to toArray on ConcurrentHashMap. Going to work on that piece at least...

@dmlloyd
Copy link
Collaborator Author

dmlloyd commented Jun 23, 2022

Will be resolved by qbicc/qbicc-class-library#231.

@dmlloyd dmlloyd closed this as completed Dec 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind: epic 📜 An aggregate of multiple tasks to fulfill a broad project plan goal
Projects
None yet
Development

No branches or pull requests

2 participants