mirror of
https://github.com/irmen/prog8.git
synced 2026-04-21 02:16:41 +00:00
improve KotlinJavaRuntime library ref
This commit is contained in:
@@ -408,6 +408,9 @@ class IRPeepholeOptimizer(private val irprog: IRProgram) {
|
||||
}
|
||||
|
||||
private fun removeDoubleLoadsAndStores(chunk: IRCodeChunk, indexedInstructions: List<IndexedValue<IRInstruction>>): Boolean {
|
||||
return false
|
||||
|
||||
/*
|
||||
var changed = false
|
||||
indexedInstructions.forEach { (idx, ins) ->
|
||||
|
||||
@@ -421,5 +424,6 @@ class IRPeepholeOptimizer(private val irprog: IRProgram) {
|
||||
// ...
|
||||
}
|
||||
return changed
|
||||
*/
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user