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

Changes for version 0.0931 - 2021-02-06

  • SPVM::Config extra_compiler_flag related methods is removed because I want to use extra_compiler_flag for spvmcc --ccflags option for future
  • SPVM::Config extra_linker_flag related methods is removed because I want to use extra_linker_flag for spvmcc --lddlflags option for future
  • implement spvmcc -O option
  • add --ccflags option to spvmcc
  • add --lddlflags option to spvmcc
  • add -f or --force option to spvmcc to compile and link force
  • package part name must be start with lower case (Invalid package name example) Foo::bar because I want to use internal anon sub package name for this. Foo::anonsub_11_23
  • fix bug anon sub code is not precompile if package have precompile descriptor
  • exception message become more perlish (Exception Message Example) TestCase::OArray->basic called at t/default/lib/TestCase/OArray.spvm line 54
  • add [CompileError] to compile error message

Documentation

SPVM compiler to create exe file

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
String based blessed object
Build SPVM program
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
Complex double multi numeric type
Complex float multi 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
Key-Values Stored Data Structrue
Hash entry
Standard out
Standard out
Int object
Continuous dynamic int array
Continuous dynamic object array
Long object
Continuous dynamic long array
Mathmatical functions
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

Provides

in lib/SPVM/Builder/Exe.pm

Examples