jnr.x86asm
Class SerializerCore

java.lang.Object
  extended by jnr.x86asm.SerializerCore
Direct Known Subclasses:
SerializerIntrinsics

public abstract class SerializerCore
extends Object

Assembler intrinsics seralizer. SerializerCore is abstract class that is used by @c Assembler and @a Compiler. You probably never use this class directly, instead you use it to serialize intrinsics to @c Assembler or @c Compiler. @c SerializerIntrinsics implements all intruction intrinsics thats used and @c Serializer is public serializer class that should be used (instead of @c SerializerCore or @c SerializerInstrinsics). Note: Use always Serializer class, this class is only designed to decrease code size when exporting AsmJit library symbols. Some compilers (for example MSVC) are exporting inline symbols when class is declared to export them and Serializer class contains really huge count of symbols that will be never used (everything is inlined).


Constructor Summary
SerializerCore()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SerializerCore

public SerializerCore()


Copyright © 2012. All Rights Reserved.