Changes for version 0.9605_01 - 2022-06-10

  • Add build_dynamic_lib_dist_precompile method to SPVM::Builder::API. This is same as build_shared_lib_dist_precompile method. build_shared_lib_dist_precompile method is remained for backwards compatibility.
  • Add build_dynamic_lib_dist_native method to SPVM::Builder::API. This is same as build_shared_lib_dist_native method. build_shared_lib_dist_native method is remained for backwards compatibility.
  • Add config field to SPVM::Builder::ObjectFileInfo.
  • Add config field to SPVM::Builder::LinkInfo.
  • Add output_type field to SPVM::Builder::Config.
  • Add lib_type field to SPVM::Builder::ObjectFileInfo.
  • NON BACKWORD COMPATIBLE CHANGES
    • Remove is_exe method from SPVM::Builder::Config.
    • Remove is_resource field from SPVM::Builder::ObjectFileInfo.
    • Remove is_exe field from SPVM::Builder::ObjectFileInfo.
    • Remove is_exe field from SPVM::Builder::LinkInfo.
    • Remove is_lib_file field from SPVM::Builder::ObjectFileInfo.
    • Rename SPVM::Builder::ObjectFileInfo's "object_file" field to "file".

Documentation

SPVM compiler to create exe file
Generating SPVM Distribution

Modules

SPVM Language
Blessed object base class
Array based blessed object
Class based blessed object
String based blessed object
Bool object
Build SPVM program
SPVM Builder Public APIs
Compiler and Linker of Native Sources
Configurations of Compile and Link of Native Sources
Configurations of creating excutable files.
Create a Executable File
Object file information
Object file information
Build Utilities
Public APIs of the utility of SPVM Builder
Byte object
Dynamic Byte Array
A Interface Type to Clone a Object
Interface Type for the Callback to Clone a Object
Interface Type for Object Comparation Callback
Interface Type for byte Comparation Callback
Interface Type for double Comparation Callback
Interface Type for float Comparation Callback
Interface Type for int Comparation Callback
Interface Type for long Comparation Callback
Interface Type for short Comparation Callback
Interface Type for String Comparation Callback
double complex type
float complex type
$class_name is a SPVM module
SPVM Performance Benchmark
SPVM Exchange API
SPVM Language Specification
SPVM Standard Modules
SPVM Native APIs
SPVM Allocator Native APIs
SPVM Compiler Native APIs
SPVM Precompile Native APIs
SPVM Runtime Native APIs
SPVM String Buffer Native APIs
How to write native methods
SPVM Performance Tutorial
Double object
Dynamic double array
Interface Type for Object Equality Checking Callback
a callback implementation of EqualityChecker to check if the memory addresses of the two objects are equal.
SPVM Exchange API
Float object
Dynamic float array
SPVM Starndard Functions
Hash Data Structure
Hash entry
Int object
Dynamic int array
Dynamic object array
Long object
Dynamic long array
Point
Short object
Dynamic short array
String buffer
Dynamic string array
A Interface Type to Stringify a Object
Interface Type for Stringing Callback
Time manipulation
Time information

Provides

in lib/SPVM/Builder/Resource.pm

Examples