Changes for version 0.989030 - 2023-07-28

  • Incompatible Changes
    • The following native APIs are renamed.
      • int32_t (*items)(SPVM_ENV* env, SPVM_VALUE* stack);
      • int32_t (*args_width)(SPVM_ENV* env, SPVM_VALUE* stack);
    • The items operator is renamed to args_width.
  • New Features
    • The following runtime native APIs were added.
      • int32_t (*get_type_width)(void* runtime, void* basic_type, int32_t dimension, int32_t flag);
    • The following argument native APIs were added.
      • int32_t (*get_stack_index)(void* runtime, void* arg);
  • Changes
    • The width of the arguments must be less than or equal to 255.

Documentation

Generating Excutable File
Generating SPVM Distribution

Modules

SPVM Language
Address
Array Utilities
SPVM object
Bool object
Build Dynamic Libraries for SPVM Distribution
Defining Public Functions of SPVM::Builder
Compilation and Link of Native Module
Compilation Information
SPVM Builder Compiler
Configurations of creating excutable files.
SPVM Builder Environment
Creating Executable File
Library Information
Link Information
Object File Information
SPVM Builder Runtime
SPVM Builder Stack
Builder Utilities
Defining Public Functions of SPVM::Builder::Util
The byte Object
Dynamic byte Array
Interface Type to Clone Object
Interface Type for the Callback to Clone a Object
Command Line Information
Interface Type for Object 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 String Comparation Callback
Renamed
double Complex Type
float Complex Type
SPVM Exchange API
SPVM Language Specification
SPVM Language Specification
SPVM Standard Modules
Allocator Native APIs
Basic Type Native APIs
Class Variable Native APIs
Module File Native APIs
String Buffer Native APIs
Document of Native Module
How to write the resource class
The double Object
Dynamic double Array
Renamed
Interface Type for Object Equality Checking Callback
a callback implementation of EqualityChecker to check if the memory addresses of the two objects are equal.
Error
Not Supported Error
System Error
SPVM Exchange API
The float Object
Dynamic float Array
SPVM Starndard Functions
Format Utilities
SPVM Global Instance for Perl Interpreter
Hash Data Structure
Hash entry
Immutable byte Array
Immutable double Array
Immutable float Array
Immutable int Array
Immutable long Array
Immutable short Array
Immutable string array
The int Object
Dynamic int Array
Dynamic Object Array
The long Object
Dynamic long Array
Information of Arguments
Information of Basic Types
Information of Class Variables
Native::Compiler
Execution Native::Environment
Information of Fields
Information of Methods
Short Description
Information of Module Files
Native::Runtime
Call Native::Stack
Point
Point 3D
Renamed
Executing Handler at End of Scope
Handler of Scope::Guard
The short Class
Dynamic short Array
Sorting Functions
Renamed
String Buffer
Dynamic string array
A Interface Type to Stringify a Object
Interface Type for Stringing Callback
Time Manipulation (Removed)
struct tm in C language (Removed)

Provides

in lib/SPVM/Dist.pm

Examples