Changes for version 0.0901 - 2020-07-15

  • add SPVM::get_length function
  • add SPVM::BlessedObject::get_length
  • SPVM Native API env->new_env return NULL if this method don't alloc memory
  • SPVM Native API env->call_sub set exception if this method alloc memory for call stack
  • SPVM Native API env->push_mortal return 1 if this method alloc memory for mortal stack
  • SPVM Native API env->alloc_memory_block_zero return NULL if this method alloc memory
  • SPVM Native API env->dec_ref_count become not exit at invalid status

Modules

Static Perl Virtual Machine. Fast Calculation, Fast Array Operation, and Easy C/C++ Binding.
Blessed object base class
Array based blessed object
Package based blessed object
Compile SPVM program, bind native and precompile subroutines, generate Perl subrotuines correspoing to SPVM subroutines.
Native code Compiler and linker. Wrapper of ExtUtils::CBuilder for SPVM
build config
Build Utilities
Byte object
Continuous dynamic byte array
a callback type to clone a object
a callback type for comparation
double complex multiple numeric type
float complex multiple numeric type
Double object
Continuous dynamic double array
a callback type to check the equality
a equality checker to check the equality of adresses of two object.
SPVM Exchange API
Float object
Continuous dynamic float array
Hash entry
File handle
File handle
Standard out
Standard out
Int object
Continuous dynamic int array
Long object
Continuous dynamic long array
Mathmatical functions
Continuous dynamic object array
Regular expression
Regular expression pattern
a callback type for the regex replacement
Short object
Continuous dynamic short array
Sort functions
String buffer
Continuous dynamic string array
a callback type for stringification
Time manipulation
Time information
Unicode utilities.
Variouse utilities

Examples