This repository has been archived by the owner on Oct 4, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 19
ASM long -> 3 int transformation for light engine #84
Open
BelgianSalamander
wants to merge
65
commits into
OpenCubicChunks:MC_1.18
Choose a base branch
from
BelgianSalamander:MC_1.17_lightEngineAsm
base: MC_1.18
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from 39 commits
Commits
Show all changes
65 commits
Select commit
Hold shift + click to select a range
050d5c8
Add processCubeUnloads to ASM transformer
Barteks2x c9847d5
Add scheduleCubeUnload to ASM transformer
Barteks2x 857a540
Add saveAllCubes to ASM transformer, prepare for adding cubeSave
Barteks2x 206349d
Add cubeSave to ASM transformer
Barteks2x 972d662
Added basic remapping
BelgianSalamander ffa599f
ASM to change computedLevels and queues in DynamicGraphMinFixedPoint …
CursedFlames 4f3033f
Fixed method remapping
BelgianSalamander 3cc91ca
Added data flow analysis
BelgianSalamander be9196f
SkyLightEngine now remaps fine
BelgianSalamander 6ec4ba5
Created LinkedInt3HashSet. Still very buggy
BelgianSalamander 0d30ddf
Fixed LinkedInt3HashSet
BelgianSalamander 7348981
Added LinkedInt3HashSet to DynamicGraphMinFixedPoint
BelgianSalamander 70ddf6e
implement a fast hashmap for 3D integer points to unsigned byte values
DaMatrix 06eaac7
add poll method to Int3UByteLinkedHashMap
DaMatrix d0ff0fe
Added removeIf, MinPoint abstract methods and annotations
BelgianSalamander b9c1df6
Nearly finished DynamicGraphMinFixedPoint transform
BelgianSalamander b1592f0
Added TypeTransformer system
BelgianSalamander aa0be02
Started fixing DUP and SWAP
BelgianSalamander 7e1b02e
Fixed new getSyntheticEmitter
BelgianSalamander d16ad40
Created TypeTransformerMethods test
BelgianSalamander eef8984
Can now load pre-transformed classes from .mixin.out
BelgianSalamander 0ff1e11
Added basic support for mixin's invokers
BelgianSalamander 9ddf891
Fixed unit test
BelgianSalamander f09903c
Added interface system
BelgianSalamander 70336fc
Added variables to JSONBytecodeFactory. Worlds load!!!
BelgianSalamander 44c87ed
Fixed last warning!
BelgianSalamander 59668b9
Removed class duplication
BelgianSalamander 2cdd66c
Add ConstructorReplacer
BelgianSalamander e2be851
Replaced interface system with better invoker replacement
BelgianSalamander e548cbc
Small cleanup
BelgianSalamander 48e4060
Temporary fix for CubicAquifer ArrayIndexOutOfBoundsException for lar…
BelgianSalamander 854ec76
Fixed checkstyle syntax issues
BelgianSalamander 72b9ea7
Passes CheckStyle
BelgianSalamander a88cecf
Documentation
BelgianSalamander 16f3602
Fixed something from previous commit
BelgianSalamander c381b0e
Added type inference unit test
BelgianSalamander 733c15c
Added test for config
BelgianSalamander 9e68f02
Merge branch 'MC_1.17' into MC_1.17_lightEngineAsm
BelgianSalamander b776291
Fixed mistake from merge
BelgianSalamander f0f63e6
Start adding info to crash log
BelgianSalamander 31449f4
Merge 1.18 into ASM
BelgianSalamander 4d8dda3
Automatically map the tt config
BelgianSalamander bd522ad
Get type info at compile time
BelgianSalamander 271a93c
Actually load type info
BelgianSalamander c50ddd6
Worlds load!
BelgianSalamander 7fe5b81
Fix Aquifer
BelgianSalamander 9f0d28f
Much needed clean-up
BelgianSalamander 8bea7aa
Make tests work
BelgianSalamander f8b060b
Merge with upstream
BelgianSalamander af0c492
Fix loom issues
BelgianSalamander ba21029
Remove method alias system - don't know why I added it in the first p…
BelgianSalamander bc4109a
Start docs
BelgianSalamander 660f14a
Bump dasm and javaheaders version to get around jitpack issues
Barteks2x 7b77abc
Remap names in ASMConfigPlugin for dasm
Barteks2x 85a4c56
Fix checkstyle and CubicChunksCore submodule
Barteks2x 48cc80a
Merge remote-tracking branch 'upstream/MC_1.18' into MC_1.17_lightEng…
BelgianSalamander b5dc953
Small merge fixes
BelgianSalamander 06fa6e1
Make type hint specification more sensible
BelgianSalamander a0db0a3
Start addressing minor review comments
BelgianSalamander 91e9a13
Fix unit test issue
BelgianSalamander c933a82
More small fixes + renaming
BelgianSalamander 5c31315
pass checkstyle
CursedFlames 69b25f4
remove unused invokers field on Config
CursedFlames e330b41
misc minor tweaks
CursedFlames 5f647d8
Int3List bounds checking + misc
CursedFlames File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 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 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
CursedFlames marked this conversation as resolved.
Show resolved
Hide resolved
|
Empty file.
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 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 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
20 changes: 19 additions & 1 deletion
20
src/main/java/io/github/opencubicchunks/cubicchunks/mixin/asm/common/MixinAsmTarget.java
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure of the consequences of this; would like others to review