eXept Software AG Logo

Smalltalk/X Webserver

Documentation of class 'PolymorphicInlineCache':

Home

Documentation
www.exept.de
Everywhere
for:
[back]

Class: PolymorphicInlineCache


Inheritance:

   Object
   |
   +--PolymorphicInlineCache

Package:
stx:libbasic
Category:
Kernel-Classes
Version:
rev: 1.4 date: 2021/01/20 12:55:25
user: cg
file: PolymorphicInlineCache.st directory: libbasic
module: stx stc-classLibrary: libbasic

Description:


This class provides a basic access to inline cache structure as
used by the virtual machine.


[instance variables:]
    address     <ExternalAddress> a pointer to the VM inline cache structure.
                                if the address is NULL, then PolymorphicInlineCache
                                is invalid.
    numArgs    <SmallInteger> a number of arguments
[class variables:]

copyright

COPYRIGHT (c) 2011 by Jan Vrany & Jan Kurs SWING Research Group, Czech Technical University in Prague Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software. THE SOFTWARE IS PROVIDED 'AS IS', WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Instance protocol:

binding / unbinding
o  bindTo: aMethod forClass: aClass



ST/X 7.7.0.0; WebServer 1.702 at 20f6060372b9.unknown:8081; Mon, 18 Nov 2024 04:42:18 GMT