[Vm-dev] SmalltalkeImage current listLoadedModules (i) and (e) refers to Internal and External modules.

gettimothy gettimothy at zoho.com
Sat Nov 9 22:21:51 UTC 2013


is my assumption that (i) and (e) from the listLoadedModules refer to Internal and External ?


SmalltalkImage current listLoadedModules asSortedCollection: [:a :b | a < b] 
 a SortedCollection(
'B2DPlugin VMMaker.oscog-eem.69 (i)' 
'BitBltPlugin VMMaker.oscog-eem.115 (i)' 
'CroquetPlugin VMMaker-oscog.40 (i)'   <<post VMMaker
 'FilePlugin VMMaker.oscog-eem.97 (i)' 
'FloatArrayPlugin VMMaker-oscog.40 (i)' 
'FloatMathPlugin VMMaker-oscog.40 (i)' <<post VMMaker 
'IA32ABI VMMaker.oscog-eem.99 (i)' 
'JPEGReadWriter2Plugin VMMaker-oscog.40 (i)'   <<post VMMaker
 'LargeIntegers v1.5 VMMaker.oscog-eem.72 (i)'
 'Matrix2x3Plugin VMMaker-oscog.40 (i)' 
'MiscPrimitivePlugin VMMaker-oscog.40 (i)' 
'SecurityPlugin VMMaker-oscog.40 (i)' 
'SocketPlugin VMMaker-oscog.40 (i)'
 'SoundPlugin VMMaker-oscog.54 (i)'
 'UUIDPlugin VMMaker-oscog.47 (e)' 
'ZipPlugin VMMaker-oscog.40 (i)')

If I do 
SmalltalkImage current listBuiltinModules asSortedCollection: [:a :b | a < b]  
all the results have an (i). 

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20131109/42080655/attachment.htm


More information about the Vm-dev mailing list