Replaced Slice<*> class with a nicer version too (similar in technique to
commite01aaa1ff49e634c35036abdae5d790f1ad57732
authorDirk Steinke <steinke.dirk.ml@gmail.com>
Wed, 30 Jul 2014 20:08:34 +0000 (30 22:08 +0200)
committerDirk Steinke <steinke.dirk.ml@gmail.com>
Wed, 30 Jul 2014 20:08:34 +0000 (30 22:08 +0200)
treedfe56945679cd33b7f3d49af244eb2a4dacd8e89
parenteeb2ac8ef2491a19b5ae2d391cfbe45f0e08d23d
Replaced Slice<*> class with a nicer version too (similar in technique to
the new Ref<*> class). Had to change the Slice<T>(null, 0) to Slice<T>().
include/jitcs_adt_slice.h
src/src/function_impl.cpp
src/src/memmgr.cpp
src/x86/src/x86_xx_callingconvention.lcpp
tests/test_asm.cpp