mirror of
https://github.com/GayPizzaSpecifications/pork.git
synced 2025-08-03 21:21:33 +00:00
bytecode: enhance symbol table with both slab and symbol name
This commit is contained in:
@ -4,7 +4,10 @@ import kotlinx.serialization.Serializable
|
||||
|
||||
@Serializable
|
||||
data class SymbolInfo(
|
||||
val id: String,
|
||||
val slab: String,
|
||||
val symbol: String,
|
||||
val offset: UInt,
|
||||
val size: UInt
|
||||
)
|
||||
) {
|
||||
val commonSymbolIdentity: String by lazy { "$slab $symbol" }
|
||||
}
|
||||
|
Reference in New Issue
Block a user