The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.
Changes
lib/SPVM.pm
lib/SPVM/Bool.pm
lib/SPVM/Bool.spvm
lib/SPVM/Build.pm
lib/SPVM/Build/ExtUtil.pm
lib/SPVM/Build/Inline.pm
lib/SPVM/Build/JIT.pm
lib/SPVM/Build/SPVMInfo.pm
lib/SPVM/BuildDir.pm
lib/SPVM/Byte.pm
lib/SPVM/Byte.spvm
lib/SPVM/Document/Extension.pod
lib/SPVM/Document/FAQ.pod
lib/SPVM/Document/Functions.pod
lib/SPVM/Document/Modules.pod
lib/SPVM/Document/NativeAPI.pod
lib/SPVM/Document/PerlAPI.pod
lib/SPVM/Document/Specification.pod
lib/SPVM/Double.pm
lib/SPVM/Double.spvm
lib/SPVM/EnableJIT.pm
lib/SPVM/Float.pm
lib/SPVM/Float.spvm
lib/SPVM/Int.pm
lib/SPVM/Int.spvm
lib/SPVM/Long.pm
lib/SPVM/Long.spvm
lib/SPVM/Perl/Object.pm
lib/SPVM/Perl/Object/Array.pm
lib/SPVM/Perl/Object/Array/Byte.pm
lib/SPVM/Perl/Object/Array/Double.pm
lib/SPVM/Perl/Object/Array/Float.pm
lib/SPVM/Perl/Object/Array/Int.pm
lib/SPVM/Perl/Object/Array/Long.pm
lib/SPVM/Perl/Object/Array/Object.pm
lib/SPVM/Perl/Object/Array/Short.pm
lib/SPVM/Perl/Object/Package.pm
lib/SPVM/Perl/Object/Package/String.pm
lib/SPVM/Short.pm
lib/SPVM/Short.spvm
lib/SPVM/spvm_api.h
lib/SPVM/Std.pm
lib/SPVM/Std.spvm
lib/SPVM/Std/IO.pm
lib/SPVM/Std/IO.spvm
lib/SPVM/Std/Math.pm
lib/SPVM/Std/Math.spvm
lib/SPVM/Std/Time.pm
lib/SPVM/Std/Time.spvm
lib/SPVM/Std/TypeUtil.pm
lib/SPVM/Std/TypeUtil.spvm
lib/SPVM/String.pm
lib/SPVM/String.spvm
lib_native/SPVM/Std/IO.native/IO.c
lib_native/SPVM/Std/Math.native/Math.c
lib_native/SPVM/Std/Time.native/Time.c
lib_native/SPVM/Std/TypeUtil.native/TypeUtil.c
Makefile.PL
MANIFEST			This list of files
ppport.h
README
solo/Main.spvm
solo/Makefile
solo/README.md
solo/SPVM/TestCase.spvm
solo/SPVM/TestCase/Comparator.spvm
solo/SPVM/TestCase/Destructor.spvm
solo/SPVM/TestCase/EnumA.spvm
solo/SPVM/TestCase/EnumB.spvm
solo/SPVM/TestCase/EnumC.spvm
solo/SPVM/TestCase/EnumD.spvm
solo/SPVM/TestCase/ImplementInterface1.spvm
solo/SPVM/TestCase/ImplementInterface2.spvm
solo/SPVM/TestCase/Inline.spvm
solo/SPVM/TestCase/Interface.spvm
solo/SPVM/TestCase/Minimal.spvm
solo/SPVM/TestCase/Simple.spvm
solo/SPVM/TestCase/Weaken.spvm
solo/SPVM/TestCase/Weaken2.spvm
solo/spvm_main.c
solo/t/spvm_t_array.c
solo/t/spvm_t_hash.c
solo/t/spvm_t_memory_pool.c
SPVM.xs
spvm_base.h
spvm_basic_type.c
spvm_basic_type.h
spvm_block.c
spvm_block.h
spvm_build/.gitkeep
spvm_call_stack_info.c
spvm_call_stack_info.h
spvm_call_sub.c
spvm_call_sub.h
spvm_compiler.c
spvm_compiler.h
spvm_compiler_allocator.c
spvm_compiler_allocator.h
spvm_constant.c
spvm_constant.h
spvm_constant_pool.c
spvm_constant_pool.h
spvm_descriptor.c
spvm_descriptor.h
spvm_dumper.c
spvm_dumper.h
spvm_enumeration.c
spvm_enumeration.h
spvm_enumeration_value.c
spvm_enumeration_value.h
spvm_field.c
spvm_field.h
spvm_field_access.c
spvm_field_access.h
spvm_global.h
spvm_hash.c
spvm_hash.h
spvm_hash_entry.h
spvm_hash_func.c
spvm_hash_func.h
spvm_jitcode_builder.c
spvm_jitcode_builder.h
spvm_lib_std.c
spvm_limit.h
spvm_list.c
spvm_list.h
spvm_memory_pool.c
spvm_memory_pool.h
spvm_my.c
spvm_my.h
spvm_name_info.h
spvm_object.h
spvm_op.c
spvm_op.h
spvm_op_checker.c
spvm_op_checker.h
spvm_opcode.c
spvm_opcode.h
spvm_opcode_array.c
spvm_opcode_array.h
spvm_opcode_builder.c
spvm_opcode_builder.h
spvm_our.c
spvm_our.h
spvm_package.c
spvm_package.h
spvm_package_var.c
spvm_package_var.h
spvm_runtime.c
spvm_runtime.h
spvm_runtime_allocator.c
spvm_runtime_allocator.h
spvm_runtime_api.c
spvm_runtime_api.h
spvm_string_buffer.c
spvm_string_buffer.h
spvm_sub.c
spvm_sub.h
spvm_switch_info.c
spvm_switch_info.h
spvm_toke.c
spvm_toke.h
spvm_type.c
spvm_type.h
spvm_use.c
spvm_use.h
spvm_util_allocator.c
spvm_util_allocator.h
spvm_var.c
spvm_var.h
spvm_yacc.c
spvm_yacc.h
spvm_yacc_util.c
spvm_yacc_util.h
t/compile-error.t
t/copy_default_to_jit.pl
t/default/array.t
t/default/assign-operator.t
t/default/call-sub.t
t/default/comparison-operator.t
t/default/constant.t
t/default/enum.t
t/default/exception.t
t/default/interface.t
t/default/lib-Bool.t
t/default/lib-Byte.t
t/default/lib-Double.t
t/default/lib-Extension.t
t/default/lib-Extension2.t
t/default/lib-Float.t
t/default/lib-Int.t
t/default/lib-Long.t
t/default/lib-Short.t
t/default/lib-Std-Math.t
t/default/lib-Std-TypeUtil.t
t/default/lib/SPVM/TestCase.spvm
t/default/lib/SPVM/TestCase/Bool.spvm
t/default/lib/SPVM/TestCase/Byte.spvm
t/default/lib/SPVM/TestCase/ComparisonOperator.spvm
t/default/lib/SPVM/TestCase/CompileError/AssignIncompatibleType/DifferentObject.spvm
t/default/lib/SPVM/TestCase/CompileError/Field/Private.spvm
t/default/lib/SPVM/TestCase/CompileError/InvalidType.spvm
t/default/lib/SPVM/TestCase/CompileError/New/Private.spvm
t/default/lib/SPVM/TestCase/CompileError/TypeCantBeDetectedUndef.spvm
t/default/lib/SPVM/TestCase/CompileError/TypeCantBeDetectedUndefDefault.spvm
t/default/lib/SPVM/TestCase/Destructor.spvm
t/default/lib/SPVM/TestCase/Double.spvm
t/default/lib/SPVM/TestCase/Empty.spvm
t/default/lib/SPVM/TestCase/Extension.inline/Extension.c
t/default/lib/SPVM/TestCase/Extension.spvm
t/default/lib/SPVM/TestCase/Extension2.inline/Extension.c
t/default/lib/SPVM/TestCase/Extension2.inline/Extension2.config
t/default/lib/SPVM/TestCase/Extension2.inline/Extension2_util.c
t/default/lib/SPVM/TestCase/Extension2.inline/Extension2_util.h
t/default/lib/SPVM/TestCase/Extension2.spvm
t/default/lib/SPVM/TestCase/Float.spvm
t/default/lib/SPVM/TestCase/Int.spvm
t/default/lib/SPVM/TestCase/Interface.spvm
t/default/lib/SPVM/TestCase/Interface/ImplementInterface1.spvm
t/default/lib/SPVM/TestCase/Interface/ImplementInterface2.spvm
t/default/lib/SPVM/TestCase/Interface/Interface.spvm
t/default/lib/SPVM/TestCase/Long.spvm
t/default/lib/SPVM/TestCase/Minimal.spvm
t/default/lib/SPVM/TestCase/Private.spvm
t/default/lib/SPVM/TestCase/Short.spvm
t/default/lib/SPVM/TestCase/Simple.spvm
t/default/lib/SPVM/TestCase/Std/Math.spvm
t/default/lib/SPVM/TestCase/Std/TypeUtil.spvm
t/default/lib/SPVM/TestCase/String.spvm
t/default/lib/SPVM/TestCase/Weaken.spvm
t/default/lib/SPVM/TestCase/Weaken2.spvm
t/default/literal.t
t/default/logical-operator.t
t/default/loop.t
t/default/numeric-operator.t
t/default/object.t
t/default/package_var.t
t/default/perl-api.t
t/default/string.t
t/default/switch.t
t/default/type-convertion.t
t/default/weaken.t
t/jit/array.t
t/jit/assign-operator.t
t/jit/call-sub.t
t/jit/comparison-operator.t
t/jit/constant.t
t/jit/enum.t
t/jit/exception.t
t/jit/interface.t
t/jit/lib-Bool.t
t/jit/lib-Byte.t
t/jit/lib-Double.t
t/jit/lib-Extension.t
t/jit/lib-Extension2.t
t/jit/lib-Float.t
t/jit/lib-Int.t
t/jit/lib-Long.t
t/jit/lib-Short.t
t/jit/lib-Std-Math.t
t/jit/lib-Std-TypeUtil.t
t/jit/lib/SPVM/TestCase.spvm
t/jit/lib/SPVM/TestCase/Bool.spvm
t/jit/lib/SPVM/TestCase/Byte.spvm
t/jit/lib/SPVM/TestCase/ComparisonOperator.spvm
t/jit/lib/SPVM/TestCase/CompileError/AssignIncompatibleType/DifferentObject.spvm
t/jit/lib/SPVM/TestCase/CompileError/Field/Private.spvm
t/jit/lib/SPVM/TestCase/CompileError/InvalidType.spvm
t/jit/lib/SPVM/TestCase/CompileError/New/Private.spvm
t/jit/lib/SPVM/TestCase/CompileError/TypeCantBeDetectedUndef.spvm
t/jit/lib/SPVM/TestCase/CompileError/TypeCantBeDetectedUndefDefault.spvm
t/jit/lib/SPVM/TestCase/Destructor.spvm
t/jit/lib/SPVM/TestCase/Double.spvm
t/jit/lib/SPVM/TestCase/Empty.spvm
t/jit/lib/SPVM/TestCase/Extension.inline/Extension.c
t/jit/lib/SPVM/TestCase/Extension.spvm
t/jit/lib/SPVM/TestCase/Extension2.inline/Extension.c
t/jit/lib/SPVM/TestCase/Extension2.inline/Extension2.config
t/jit/lib/SPVM/TestCase/Extension2.inline/Extension2_util.c
t/jit/lib/SPVM/TestCase/Extension2.inline/Extension2_util.h
t/jit/lib/SPVM/TestCase/Extension2.spvm
t/jit/lib/SPVM/TestCase/Float.spvm
t/jit/lib/SPVM/TestCase/Int.spvm
t/jit/lib/SPVM/TestCase/Interface.spvm
t/jit/lib/SPVM/TestCase/Interface/ImplementInterface1.spvm
t/jit/lib/SPVM/TestCase/Interface/ImplementInterface2.spvm
t/jit/lib/SPVM/TestCase/Interface/Interface.spvm
t/jit/lib/SPVM/TestCase/Long.spvm
t/jit/lib/SPVM/TestCase/Minimal.spvm
t/jit/lib/SPVM/TestCase/Private.spvm
t/jit/lib/SPVM/TestCase/Short.spvm
t/jit/lib/SPVM/TestCase/Simple.spvm
t/jit/lib/SPVM/TestCase/Std/Math.spvm
t/jit/lib/SPVM/TestCase/Std/TypeUtil.spvm
t/jit/lib/SPVM/TestCase/String.spvm
t/jit/lib/SPVM/TestCase/Weaken.spvm
t/jit/lib/SPVM/TestCase/Weaken2.spvm
t/jit/literal.t
t/jit/logical-operator.t
t/jit/loop.t
t/jit/numeric-operator.t
t/jit/object.t
t/jit/package_var.t
t/jit/perl-api.t
t/jit/string.t
t/jit/switch.t
t/jit/type-convertion.t
t/jit/weaken.t
t/lib/JITTestAuto.pm
yacc/bison.sh
yacc/spvm_yacc.y
META.yml                                 Module YAML meta-data (added by MakeMaker)
META.json                                Module JSON meta-data (added by MakeMaker)