package com.vpand.icppiobj

Mouse Melon logoGet desktop application:
View/edit binary Protocol Buffers messages

enum ArchType

icppiobj.proto:15

Used in: InterpObject

message InsnInfos

icppiobj.proto:38

Used in: InterpObject

message InterpObject

icppiobj.proto:58

icpp interpretable object file it's a kind of runtime cache file to make icpp run faster e.g.: full workflow:   source.cc --compile--> object --parse--> iobject --interpret--> done cache workflow:   source.cc --load|source.cc.io--> iobject -->interpret--> done As we can see, the skipping of compile and parse stages which are very expensive at runtime will make icpp run much faster next time with the same C++ source script.

enum ObjectType

icppiobj.proto:21

Used in: InterpObject

message RelocInfo

icppiobj.proto:30

Used in: InterpObject