-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
VM should implement lazy initialization of static variables #3558
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Milestone
Comments
Issue #3554 has been merged into this issue. |
See also issue #3549 . This should be fixed only after the libraries have been converted to use const variables where needed. Per spec 10.1. |
There is still a test (language/lazt_static3_test) marked as failing and referring to this bug? |
gbracha
added
Type-Defect
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
labels
Jun 4, 2013
This issue was closed.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area-vm
Use area-vm for VM related issues, including code coverage, and the AOT and JIT backends.
Per language issue #3557.
The text was updated successfully, but these errors were encountered: