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

Changes for version 0.989092 - 2023-03-23

  • New Features
    • Add the get_basic_types method to the Native::Runtime class.
    • Add the get_methods method to the Native::BasicType class.
    • Add the get_fields method to the Native::BasicType class.
    • Add the get_class_vars method to the Native::BasicType class.
  • Incompatible Changes
    • Add the Native::Constant class.
    • Remove the get_class_names in the Native::Runtime class.
    • Remove the get_basic_type_names in the Native::Runtime class.
    • Remove the get_method_names in the Native::Runtime class.
    • Remove the get_field_names in the Native::Runtime class.
    • Remove the get_class_var_names in the Native::Runtime class.
    • Remove the in the Native::Runtime class.
    • Change the return values of the get_class_names method in the SPVM::Builder::Config::Info.
      • Before
        • This method is the same as the L<get_class_names|Native::Runtime/"get_class_names"> method in the C<Native::Runtime>, but the return value is converted to an array reference of strings.
      • After
        • Returns the all class and interface names except for anon classes loaded by the runtime.
  • Bug Fix
    • Fix the bug that the is_read_only operator set the internal condition flag.
    • Fix the bug that the isweak operator set the internal condition flag.
    • Fix the bug that the can operator set the internal condition flag.
    • Fix the bug that the string comparison operators and the numeric comparison operators set the internal condition flag.
    • Fix the bug that the isa, isa_error, is_type, is_error, is_compile_type operators set the internal condition flag.
    • Fix the bug that the logical operator set the internal condition flag where it should not be changed.
  • Internal Changes
    • Runtime precompilation can be detected in easy way that update blib/lib/SPVM/Builder/include/spvm_version.h in Makefile.PL.
    • The can operator receive the constant string ID for method name.

Documentation

Executing SPVM programs
Generating Excutable File
Generating SPVM Distribution

Modules

SPVM Language
Address
Array Utilities
SPVM object
A Boolean value as An Object
Build Dynamic Libraries for SPVM Distribution
Builder APIs
Compilation and Link of Native Class
Compiler Information
Config for Compiling and Linking Native Classes
Excutable File Config
Config Information
Creating Executable File
Library Information for A Linker
Linker Information
Basic Type Native APIs
Class File Native APIs
Compiler Native APIs
Runtime Environment
Method Native APIs
Object File Information
Builder Utilities
Builder Utility APIs
A byte Value as An Object
Dynamic byte Arrays
Callback interface
A Callback for The grep Method
A Callback for The map Method
A Callback for The map_expand Method
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
double Complex Type
float Complex Type
SPVM Documents
Environment Variables
SPVM Language Specification
Class Definition in The SPVM Language
Exception Handling in The SPVM Language
Garbage Collection in The SPVM Language
Operators in The SPVM Language
Statements in The SPVM Language
Syntax Parsing in The SPVM Language
System Setting in The SPVM Language
Lexical Tokenization in The SPVM Language
Types in The SPVM Language
SPVM Standard Modules
Allocator Native APIs
Basic Type Native APIs
Class File Native APIs
Class Variable Native APIs
String Buffer Native APIs
A double value as An Object
Dynamic double Arrays
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
Compilation Errors
Not Supported Error
System Error
Invalid UTF8 Errors
SPVM Exchange API
A float value as An Object
Dynamic float Arrays
SPVM Starndard Functions
For Only Resource Tests
Format Utilities
SPVM Global Instance
Hash (Associative Array)
Hash entry
Immutable byte Array
Immutable double Array
Immutable float Array
Immutable int Array
Immutable long Array
Immutable short Array
Immutable string array
An int value as An Object
Dynamic int Arrays
Dynamic Object Array
A long value as An Object
Dynamic long Arrays
Getting the current native environment, stack, runtime, compiler.
Native APIs
Information of Arguments
Information of Basic Types
Information of Class Files
Information of Class Variables
Native::Compiler
Constant Values in Native APIs
Runtime Environment
Information of Fields
Information of Methods
Native::Runtime
Call Native::Stack
Point
Point 3D
Renamed
Executing Callback at End of Scope
A short Value as An Object
Dynamic short Arrays
Sorting Functions
Renamed
String Buffers
Dynamic string array
A Interface Type to Stringify a Object
Interface Type for Stringing Callback

Provides

in lib/SPVM/Dist.pm

Examples