1
0
mirror of https://github.com/SquidDev-CC/CC-Tweaked synced 2024-11-17 23:34:51 +00:00
CC-Tweaked/projects/common/src/main
Jonathan Coates 910a63214e
Make Generic methods per-ComputerContext
- Move the class cache out of Generator into MethodSupplierImpl. This
   means we cache class generation globally (that's really expensive!),
   but the class -> method list lookup is local.

 - Move the global GenericSource/GenericMethod registry out of core,
   passing in the list of generic methods to the ComputerContext.

I'm not entirely thrilled by the slight overlap of MethodSupplierImpl and
Generator here, something to clean up in the future.
2023-06-26 21:46:55 +01:00
..
java/dan200/computercraft Make Generic methods per-ComputerContext 2023-06-26 21:46:55 +01:00
resources Merge pull request #1485 from cc-tweaked/feature/turtle-upgrade-ui 2023-06-18 08:09:47 +01:00