Changes for version 0.9008 - 2021-06-28

  • SPVM drop support OpenBSD because I can't fix OpenBSD bugs by myself http://matrix.cpantesters.org/?dist=SPVM%200.9006
  • SPVM drop support solaris because I can't fix make error by myself http://www.cpantesters.org/cpan/report/6b54513a-c10b-11eb-bc66-57723b537541
  • SPVM support only 64bit System
  • SPVM support only Windows 10+
  • Change The all internal subroutine word is changed to method
  • Change The all word of Subroutine is changed to Method
  • rename Native API call_sub to call_spvm_method
  • rename Native PAI call_sub_by_name to call_spvm_method_by_name
  • rename Native API get_sub_id to get_method_id
  • rename Native API get_sub_id_by_object to get_method_id_by_object
  • rename Native API call_poly_sub_by_name to call_callback_method_by_name

Documentation

SPVM compiler to create exe file

Modules

Static Perl Virtual Machine. Fast Calculation, Fast Array Operation, and Easy C/C++ Binding.
Array Utilities
Blessed object base class
Array based blessed object
Package based blessed object
String based blessed object
Build SPVM program
Native code Compiler and linker. Wrapper of ExtUtils::CBuilder for SPVM
build config
Build Utilities
Byte object
Dynamic Byte Array
a callback interface to clone a object
a callback interface for byte comparation
a callback interface for double comparation
a callback interface for float comparation
a callback interface for int comparation
a callback interface for long comparation
a callback interface for comparation
a callback interface for short comparation
a callback interface for string comparation
double complex type
float complex type
SPVM Performance Benchmark
SPVM Exchange API
SPVM Language Specification
SPVM Core Modules
SPVM Native APIs
SPVM Performance Tutorial
Double object
Dynamic double array
a callback interface to check the object equality
a callback implementation of SPVM::EqualityChecker to check if the memory addresses of the two objects are equal.
SPVM Exchange API
Float object
Dynamic float array
Hash Data Structure
Hash entry
Int object
Dynamic int array
Dynamic object array
Long object
Dynamic long array
Math functions
Number Utilities
Regular expression
Regular expression pattern
a callback interface for the regex replacement
Short object
Dynamic short array
String buffer
Dynamic string array
String Utilities
a callback interface to stringify a object
Time manipulation
Time information
Unicode utilities.

Provides

in lib/SPVM/Builder/Exe.pm

Examples