Changes for version 0.9608_02 - 2022-06-17

  • CHANGE
    • Improve error messages of compilation.
    • Improve Time::Info document.
    • Improve Changes of spvmdist command.
    • Improve Time doucment.
    • Add Sort class.
    • Improve exception messages of Sort class.
    • Add the following method to Sort class sort_byte_asc sort_byte_desc sort_double_asc sort_double_desc sort_float sort_float_asc sort_int_asc sort_int_desc sort_long_asc sort_long_desc sort_short_asc sort_short_desc sort_string_asc sort_string_desc
    • Time->timegm is implemented using timegm on UNIX/Linux or _mkgmtime on Windows.
    • Add Array class.
    • Add Format class.
  • DEPRECATION
    • The following methods are depracated. Fn->copy_array_byte is deprecated. Use Array->copy_byte instead Fn->copy_array_double is deprecated. Use Array->copy_double instead Fn->copy_array_float is deprecated. Use Array->copy_float instead Fn->copy_array_int is deprecated. Use Array->copy_int instead Fn->copy_array_long is deprecated. Use Array->copy_long instead Fn->copy_array_object is deprecated. Use Array->copy_object instead Fn->copy_array_range_byte is deprecated. Use Array->copy_range_byte instead Fn->copy_array_range_double is deprecated. Use Array->copy_range_double instead Fn->copy_array_range_float is deprecated. Use Array->copy_range_float instead Fn->copy_array_range_int is deprecated. Use Array->copy_range_int instead Fn->copy_array_range_long is deprecated. Use Array->copy_range_long instead Fn->copy_array_range_object is deprecated. Use Array->copy_range_object instead Fn->copy_array_range_short is deprecated. Use Array->copy_range_short instead Fn->copy_array_range_string is deprecated. Use Array->copy_range_string instead Fn->copy_array_string is deprecated. Use Array->copy_tring instead Fn->dump_array_byte is deprecated. Use Array->dump_byte instead Fn->dump_array_double is deprecated. Use Array->dump_double instead Fn->dump_array_float is deprecated. Use Array->dump_float instead Fn->dump_array_int is deprecated. Use Array->dump_int instead Fn->dump_array_long is deprecated. Use Array->dump_long instead Fn->dump_array_object is deprecated. Use Array->dump_object instead Fn->dump_array_short is deprecated. Use Array->dump_short instead Fn->dump_array_string is deprecated. Use Array->dump_string instead Fn->dump_array_unsigned_byte is deprecated. Use Array->dump_unsigned_byte instead Fn->dump_array_unsigned_int is deprecated. Use Array->dump_unsigned_int instead Fn->dump_array_unsigned_long is deprecated. Use Array->dump_unsigned_long instead Fn->dump_array_unsigned_short is deprecated. Use Array->dump_unsigned_short instead Fn->equals_array_byte is deprecated. Use Array->equals_byte instead Fn->equals_array_double is deprecated. Use Array->equals_double instead Fn->equals_array_float is deprecated. Use Array->equals_float instead Fn->equals_array_int is deprecated. Use Array->equals_int instead Fn->equals_array_long is deprecated. Use Array->equals_long instead Fn->equals_array_object is deprecated. Use Array->equals_object instead Fn->equals_array_short is deprecated. Use Array->equals_short instead Fn->equals_array_string is deprecated. Use Array->equals_string instead Fn->memcpy_byte is deprecated. Use Array->memcpy_byte instead Fn->memcpy_double is deprecated. Use Array->memcpy_double instead Fn->memcpy_float is deprecated. Use Array->memcpy_float instead Fn->memcpy_int is deprecated. Use Array->memcpy_int instead Fn->memcpy_long is deprecated. Use Array->memcpy_long instead Fn->memcpy_short is deprecated. Use Array->memcpy_short instead Fn->memmove_byte is deprecated. Use Array->memmove_byte instead Fn->memmove_double is deprecated. Use Array->memmove_double instead Fn->memmove_float is deprecated. Use Array->memmove_float instead Fn->memmove_int is deprecated. Use Array->memmove_int instead Fn->memmove_long is deprecated. Use Array->memmove_long instead Fn->memmove_short is deprecated. Use Array->memmove_short instead Fn->memset_byte is deprecated. Use Array->memset_byte instead Fn->memset_double is deprecated. Use Array->memset_double instead Fn->memset_float is deprecated. Use Array->memset_float instead Fn->memset_int is deprecated. Use Array->memset_int instead Fn->memset_long is deprecated. Use Array->memset_long instead Fn->memset_object is deprecated. Use Array->memset_object instead Fn->memset_short is deprecated. Use Array->memset_short instead Fn->new_array_proto is deprecated. Use Array->new_proto instead Fn->sprintf is deprecated. Use Format->sprintf instead
  • BUG FIX
    • Fix the bug that logical and operater and logical or operator don't return the evaluated value.
  • SPECIFICATION BUG FIX
    • Fix the specification bug that logical and operater and logical or operator don't return the evaluated value.
  • NON BACKWORD COMPATIBLE CHANGES
    • The following methods are moved from Fn class to Sort class. sort_byte sort_double sort_float sort_int sort_long sort_object sort_short sort_string

Documentation

SPVM compiler to create exe file
Generating SPVM Distribution

Modules

SPVM Language
Array Utilities
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
Resourceurations of Compile and Link of Native Sources
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
$class_name is a SPVM module
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 the native module
How to write the resource module
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
Format Utilities
Hash Data Structure
Hash entry
Int object
Dynamic int array
Dynamic object array
Long object
Dynamic long array
Point
Short object
Dynamic short array
Sorting Functions
String buffer
Dynamic string array
A Interface Type to Stringify a Object
Interface Type for Stringing Callback
Time Manipulation
Time information

Examples