feat: native-image compatibility #3
Labels
No labels
Blocked
ByBug
Blocked
ByDependency
Blocked
ByMissingFeature
Bug
Accepted
Bug
Fixed
Bug
In Progress
Bug
Invalid
Bug
ItWorksOnMyMachine
Bug
MoreInvestigation
Bug
New
Empty
FeatureRequest
Accepted
FeatureRequest
Implemented
FeatureRequest
In Progress
FeatureRequest
Invalid
FeatureRequest
New
FeatureRequest
PartiallyImplemented
FeatureRequest
WontAdd
Important
PR
BranchMerge
PR
BugFix
PR
Documentation
PR
FeatureAddition
PR
Miscellaneous
PR
Mixed
PR
New
PR
Tests
PR
Update
Roadmap
Stale
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Reference: StarOpenSource/Engine#3
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Feature description
The ability to compile and run the engine and all of it's official subsystems natively using
native-image
would be a nice thing. Compiling an application usingnative-image
would allow for greater rendering performance for games and faster startup and response times for applications running on servers.Feature implementation
Fixing any crashes occurring during runtime and on startup.
Feature alternatives
No response
After a bit of debugging, it seems like the issue first appears here in
Engine#collectSubsystems
. The Reflections library seems to be the culprit. Another good reason to continue working on #2.