The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.9516 - 2022-05-11

  • CHANGE
    • Improve symbol name checking.
    • The string literal of the left operand of the fat camma can't contains \"::\"
    • Add no_precompile field to SPVM::Builder::Config::Exe.
    • Add no_compiler_api field to SPVM::Builder::Config::Exe.
    • Add dynamic_lib field to SPVM::Builder::Config::Exe.
    • Add static_lib field to SPVM::Builder::Config::Exe.
    • Add SPVM::Document::NativeMethod document. Native methods of SPVM::Document::NativeAPI is moved to this document.
    • Improve the messages of class name compilation errors.
  • BUG FIX
    • Fix the bug that local variable can contain "::".
    • Fix the bug that the method name of the method definition can contain "::".
  • NON BACKWORD COMPATIBLE CHANGES
    • Remove "any_object_basic_type_id" native API. ID 155 is reused by "free_env_prepared" native API.
    • Remove "string_basic_type_id" native API. ID 162 is reused by "cleanup_global_vars" native API.

Documentation

SPVM compiler to create exe file
The Command to Generate SPVM Native Modules

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
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
Regular expression
Regular expression pattern
an interface type for the callback for the regex replacement
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
SPVM Unicode Utilities.

Provides

in lib/SPVM/Builder/Generator/Lib.pm

Examples