s/benchmarks/micro/libInit.cc
author Jan Vrany <jan.vrany@fit.cvut.cz>
Wed, 12 Feb 2020 15:09:57 +0000
changeset 318 1b735d3747d8
parent 317 a462cd3ed353
permissions -rw-r--r--
Use launcher script to run smalltalk ...rather than binary. This makes it work in both, in-tree builds and (new) out-of-tree builds.

/*
 * $Header$
 *
 * DO NOT EDIT
 * automagically generated from the projectDefinition: jv_calipel_s_benchmarks_micro.
 */
#define __INDIRECTVMINITCALLS__
#include <stc.h>

#ifdef WIN32
# pragma codeseg INITCODE "INITCODE"
#endif

#if defined(INIT_TEXT_SECTION) || defined(DLL_EXPORT)
DLL_EXPORT void _libjv_calipel_s_benchmarks_micro_Init() INIT_TEXT_SECTION;
DLL_EXPORT void _libjv_calipel_s_benchmarks_micro_InitDefinition() INIT_TEXT_SECTION;
#endif

extern void _BenchmarkLocking_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BenchmarkMicroStringConcat_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BenchmarkMicroStringConcatN_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BenchmarkPerform_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BenchmarkPerformEliot_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _jv_137calipel_137s_137benchmarks_137micro_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BenchmarkRecursionLock_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);
extern void _BenchmarkSemaphore_Init(int pass, struct __vmData__ *__pRT__, OBJ snd);



void _libjv_calipel_s_benchmarks_micro_InitDefinition(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libjv_calipel_s_benchmarks_micro__DFN", _libjv_calipel_s_benchmarks_micro_InitDefinition, "jv:calipel/s/benchmarks/micro");
    _jv_137calipel_137s_137benchmarks_137micro_Init(pass,__pRT__,snd);

  __END_PACKAGE__();
}

void _libjv_calipel_s_benchmarks_micro_Init(int pass, struct __vmData__ *__pRT__, OBJ snd)
{
  __BEGIN_PACKAGE2__("libjv_calipel_s_benchmarks_micro", _libjv_calipel_s_benchmarks_micro_Init, "jv:calipel/s/benchmarks/micro");
    _BenchmarkLocking_Init(pass,__pRT__,snd);
    _BenchmarkMicroStringConcat_Init(pass,__pRT__,snd);
    _BenchmarkMicroStringConcatN_Init(pass,__pRT__,snd);
    _BenchmarkPerform_Init(pass,__pRT__,snd);
    _BenchmarkPerformEliot_Init(pass,__pRT__,snd);
    _jv_137calipel_137s_137benchmarks_137micro_Init(pass,__pRT__,snd);
    _BenchmarkRecursionLock_Init(pass,__pRT__,snd);
    _BenchmarkSemaphore_Init(pass,__pRT__,snd);


  __END_PACKAGE__();
}