Skip to content

Instantly share code, notes, and snippets.

Created February 11, 2017 16:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/cb09e405452c8370fd682fc6512dae6b to your computer and use it in GitHub Desktop.
Save anonymous/cb09e405452c8370fd682fc6512dae6b to your computer and use it in GitHub Desktop.
representation naming consistency
List of representation names, filenames and representation ids
Grouped by representation name prefix (C, MVM, P6, VM, or no prefix)
representation name filename representation id
------------------- -------- -----------------
CArray CArray.c MVM_REPR_ID_MVMCArray
CPPStruct CPPStruct.c MVM_REPR_ID_MVMCPPStruct
CPointer CPointer.c MVM_REPR_ID_MVMCPointer
CStr CStr.c MVM_REPR_ID_MVMCStr
CStruct CStruct.c MVM_REPR_ID_MVMCStruct
CUnion CUnion.c MVM_REPR_ID_MVMCUnion
MVMCFunction MVMCFunction.c MVM_REPR_ID_MVMCFunction
MVMCallCapture MVMCallCapture.c MVM_REPR_ID_MVMCallCapture
MVMCode MVMCode.c MVM_REPR_ID_MVMCode
MVMCompUnit MVMCompUnit.c MVM_REPR_ID_MVMCompUnit
MVMContext MVMContext.c MVM_REPR_ID_MVMContext
MVMContinuation MVMContinuation.c MVM_REPR_ID_MVMContinuation
MVMDLLSym MVMDLLSym.c MVM_REPR_ID_MVMDLLSym
MVMMultiCache MVMMultiCache.c MVM_REPR_ID_MVMMultiCache
MVMOSHandle MVMOSHandle.c MVM_REPR_ID_MVMOSHandle
MVMStaticFrame MVMStaticFrame.c MVM_REPR_ID_MVMStaticFrame
MVMString MVMString.c MVM_REPR_ID_MVMString
P6bigint P6bigint.c MVM_REPR_ID_P6bigint
P6int P6int.c MVM_REPR_ID_P6int
P6num P6num.c MVM_REPR_ID_P6num
P6opaque P6opaque.c MVM_REPR_ID_P6opaque
P6str P6str.c MVM_REPR_ID_P6str
VMArray MVMArray.c MVM_REPR_ID_MVMArray
VMException MVMException.c MVM_REPR_ID_MVMException
VMHash MVMHash.c MVM_REPR_ID_MVMHash
VMIter MVMIter.c MVM_REPR_ID_MVMIter
VMThread MVMThread.c MVM_REPR_ID_MVMThread
AsyncTask MVMAsyncTask.c MVM_REPR_ID_MVMAsyncTask
ConcBlockingQueue ConcBlockingQueue.c MVM_REPR_ID_ConcBlockingQueue
ConditionVariable ConditionVariable.c MVM_REPR_ID_ConditionVariable
Decoder Decoder.c MVM_REPR_ID_Decoder
HashAttrStore HashAttrStore.c MVM_REPR_ID_HashAttrStore
KnowHOWAttributeREPR KnowHOWAttributeREPR.c MVM_REPR_ID_KnowHOWAttributeREPR
KnowHOWREPR KnowHOWREPR.c MVM_REPR_ID_KnowHOWREPR
Lexotic Lexotic.c MVM_REPR_ID_Lexotic
MultiDimArray MultiDimArray.c MVM_REPR_ID_MultiDimArray
NFA NFA.c MVM_REPR_ID_NFA
NativeCall NativeCall.c MVM_REPR_ID_MVMNativeCall
NativeRef NativeRef.c MVM_REPR_ID_NativeRef
Null MVMNull.c MVM_REPR_ID_MVMNull
ReentrantMutex ReentrantMutex.c MVM_REPR_ID_ReentrantMutex
SCRef SCRef.c MVM_REPR_ID_SCRef
Semaphore Semaphore.c MVM_REPR_ID_Semaphore
Uninstantiable Uninstantiable.c MVM_REPR_ID_Uninstantiable
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment