Squeak Class Documentation category index | class index  
 
TestInterpreterPlugin
  category: VMConstruction-Plugins
  superclass: InterpreterPlugin
  subclasses: FlippyArrayPlugin2 FooPlugin2 TestOSAPlugin TIPTestPlugin AsynchFilePlugin JoystickTabletPlugin MIDIPlugin SerialPlugin SocketPlugin SoundPlugin LargeIntegersPlugin Mpeg3Plugin JPEGReadWriter2Plugin GeniePlugin

Subclass of InterpreterPlugin, used in connection with TestCodeGenerator for named primitives with type coercion specifications

instance methods
  no messages
 

class methods
  as yet unclassified
  translate:doInlining:locally:debug:

  instance creation
  doPrimitive:withArguments:

  private
  codeGeneratorClass
generateVMProxyOn:

  translation
  translate:doInlining:debug:
translateDoInlining:debug:

instance methods
  no messages top  

class methods
  as yet unclassified top  
 

translate:doInlining:locally:debug:

Time millisecondsToRun: [
FloatArrayPlugin translate: 'SqFloatArray.c' doInlining: true.
Smalltalk beep]


  instance creation top  
 

doPrimitive:withArguments:


  private top  
 

codeGeneratorClass

return the appropriate class of code generator for this kind ofplugin


 

generateVMProxyOn:


  translation top  
 

translate:doInlining:debug:


 

translateDoInlining:debug: