forked from keepcalm/BukkitForge
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merged MCPC+ changes to PluginClassLoader from MinecraftPortCentral/M…
…CPC-Plus. Changes include: agaricus: Disable inheritance remapping for now to improve performance The inheritance traversal was bypassing the plugin classloader cache; will need to be reworked. Disabling it measurably improves memory usage and startup time. This change will cause some NMS plugins to not be completely remapped, however, most plugins should be unaffected (and they were not completely remapped by SrgTools either). Reopens keepcalm#87 NMS: Inheritance remapping missing But should help with keepcalm#97 consumes fill all ram with bukkit plugins agaricus: Cache jar mappings For each mapping setting, a JarMapping will be stored in a dictionary keyed by the flags. Avoids re-loading mapped files for each plugin. For full logs, see MinecraftPortCentral/Cauldron@46f8821 onward to now.
- Loading branch information
keepcalm
committed
Jan 27, 2013
1 parent
daab196
commit 7913386
Showing
7 changed files
with
1,078 additions
and
517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.