Open-source multiplayer game server compatible with the RuneScape client https://www.openrs2.org/
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
Graham 47325edb72 Fix removal of unused arguments whose local variable slot is re-used 4 years ago
..
ConstSourceInterpreter.kt Fix removal of unused arguments whose local variable slot is re-used 4 years ago
ConstSourceValue.kt Fix removal of unused arguments whose local variable slot is re-used 4 years ago
ControlFlowAnalyzer.kt Switch from Guava graphs to JGraphT 4 years ago
CopyAssignment.kt Add CopyPropagationTransformer 4 years ago
CopyPropagationAnalyzer.kt Add CopyPropagationTransformer 4 years ago
DataFlowAnalyzer.kt Add support for overriding inSets of entry nodes to DataFlowAnalyzer 4 years ago
FieldWriteAnalyzer.kt Consider static and instance fields separately in FieldWriteAnalyzer 4 years ago
FieldWriteCount.kt Rename UNKNOWN to ONCE_OR_MORE 4 years ago
IntBranch.kt Remove unintentional static imports 4 years ago
IntBranchResult.kt Replace DummyArgTransformer with new ConstantArgTransformer 4 years ago
IntInterpreter.kt Use private companion objects where possible 4 years ago
IntValue.kt Replace DummyArgTransformer with new ConstantArgTransformer 4 years ago
IntValueSet.kt Replace DummyArgTransformer with new ConstantArgTransformer 4 years ago
LiveVariableAnalyzer.kt Use fastutil to reduce allocations in LiveVariableAnalyzer 4 years ago
ThisInterpreter.kt Mark fields as final where possible 4 years ago
ThisValue.kt Mark fields as final where possible 4 years ago