/
trilirium
/
Kaffe
ОбзорДокументацияВойти
/
trilirium
/
Kaffe
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
CI/CD
Аналитика
Безопасность
ДокументацияПоддержка
Политика конфиденциальностиПользовательское соглашениеПолитика использования «cookies»Согласие субъекта персональных данных
2026 ©
Kaffe/
developers/
..
FullTest.sh

Kaffe

2 дня назад
GCJ.note.1

Kaffe

2 дня назад
README

Kaffe

2 дня назад
alignment_of_size.c

Kaffe

2 дня назад
auto-build.conf

Kaffe

2 дня назад
autogen.sh

Kaffe

2 дня назад
config1.patch

Kaffe

2 дня назад
fixup.c

Kaffe

2 дня назад
gdbinit

Kaffe

2 дня назад
geteh_from_libgcc2

Kaffe

2 дня назад
glibc-2.1.1-signal.patch

Kaffe

2 дня назад
mangleNative.pl

Kaffe

2 дня назад
mnemonicizer.awk

Kaffe

2 дня назад
rpm-kaffe.spec

Kaffe

2 дня назад
sp_offset.c

Kaffe

2 дня назад
test-kaffe-sh

Kaffe

2 дня назад
README
 
This directory contains various files useful for Kaffe developers.
 
auto-build.conf: a configuration file for Test-Autobuild from autobuild.sh.
It goes into /etc/auto-build.d/ once you install
Test-Autobuild.
 
sp_offset.c: a program that guesses the correct offset of the sp in a
jmpbuf for the jthread threading system.
 
gdbinit: a gdb macro file to help in debugging kaffe
 
autogen.sh: script to run all of the various auto* programs
in the correct order
 
geteh_from_libgcc2: how to extract eh.c from libgcc2.c
See kaffe/kaffevm/gcj/eh.c
 
alignment_of_size.c: determine alignments used by a given compiler.
 
mangleNative.pl: create linker scripts for native methods for GCJ.
 
fixup.c create GCJ fixup modules
 
FullTest.sh: A shell script that builds/checks/installs many configurations
of Kaffe "automatically". Usefull for checking many configurations
to make sure you didn't break anything.
 
test-kaffe-sh: A script to build and run kaffe on HP's testdrive,
collect build and check run logs, and tar them up
for download.