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

Skip some unused compiles in XEH #285

Merged
merged 1 commit into from
Mar 5, 2016
Merged

Conversation

commy2
Copy link
Contributor

@commy2 commy2 commented Mar 1, 2016

  • don't compile events handlers except preStart when starting the game. They are discarded anyway, so this needlesly slows down starting the game.
  • don't compile preStart event handlers in missions. They are never used while the game is running.

@commy2 commy2 added this to the 2.3.2 milestone Mar 1, 2016
@PabstMirror
Copy link
Contributor

Yes!, I had been thinking of doing something like this. Faster at pre-start, faster at mission load.

Killswitch00 added a commit that referenced this pull request Mar 5, 2016
@Killswitch00 Killswitch00 merged commit 2710b24 into master Mar 5, 2016
@thojkooi thojkooi deleted the fastercompilegamestart branch April 25, 2016 11:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants