2358 lines
61 KiB
C
2358 lines
61 KiB
C
#include <stdio.h>
|
|
#include "prescheme.h"
|
|
#include "scheme48vm.h"
|
|
|
|
static long copy_weak_pointer(long, char *, char **);
|
|
static void clean_weak_pointers(void);
|
|
static char gc_recordP(long);
|
|
static void note_undumpableB(long);
|
|
void s48_write_barrier(long, char *, long);
|
|
long s48_heap_size(void);
|
|
long s48_preallocate_space(long);
|
|
void s48_register_static_areas(long, char **, long*, long, char **, long*);
|
|
long s48_gc_count(void);
|
|
void s48_end_collection(void);
|
|
long s48_undumpable_records(long*);
|
|
long s48_startup_procedure(void);
|
|
long s48_initial_symbols(void);
|
|
long s48_initial_imported_bindings(void);
|
|
long s48_initial_exported_bindings(void);
|
|
long s48_resumer_records(void);
|
|
void s48_set_image_valuesB(long, long, long, long, long);
|
|
void s48_initialization_completeB(void);
|
|
void s48_initialize_heap(char *, long);
|
|
char s48_availableP(long);
|
|
char s48_image_writing_okayP(void);
|
|
char * s48_allocate_space(long, long, long);
|
|
long s48_available(void);
|
|
char s48_extantP(long);
|
|
long s48_check_image_header(char*);
|
|
long s48_find_all(long);
|
|
long s48_read_image(void);
|
|
long s48_find_all_records(long);
|
|
long s48_trace_locationsB(char *, char *);
|
|
void s48_do_gc(void);
|
|
long s48_trace_stob_contentsB(long);
|
|
void s48_begin_collection(void);
|
|
long s48_trace_value(long);
|
|
long s48_write_image(long, FILE *);
|
|
void s48_initializing_gc_root(void);
|
|
static char * Soldspace_hpS;
|
|
static char * Soldspace_limitS;
|
|
static char * Snewspace_beginS;
|
|
static char * Snewspace_endS;
|
|
static char * Soldspace_beginS;
|
|
static char * Soldspace_endS;
|
|
static char * *Spure_areasS;
|
|
static char * *Simpure_areasS;
|
|
static long *Spure_sizesS;
|
|
static long *Simpure_sizesS;
|
|
static long Spure_area_countS;
|
|
static long Simpure_area_countS;
|
|
static long Sfinding_typeS;
|
|
static long Sgc_countS;
|
|
static char Swriting_imagePS;
|
|
static long Sundumpable_recordsS;
|
|
static long Sundumpable_countS;
|
|
static char * Sfrom_beginS;
|
|
static char * Sfrom_endS;
|
|
static char * Sweak_pointer_hpS;
|
|
static char * Sweak_pointer_limitS;
|
|
static long SstatusS;
|
|
static char SeofPS;
|
|
static FILE * Simage_portS;
|
|
static char * Sold_beginS;
|
|
static char * Sold_hpS;
|
|
static long Sstartup_procedureS;
|
|
static long SsymbolsS;
|
|
static long Simported_bindingsS;
|
|
static long Sexported_bindingsS;
|
|
static long Sresumer_recordsS;
|
|
static char SinitializingPS;
|
|
static long Hthe_record_type9260;
|
|
char * s48_ShpS;
|
|
char * s48_SlimitS;
|
|
|
|
static long copy_weak_pointer(long weak_1X, char * frontier_2X, char * *TT0)
|
|
{
|
|
char * arg0K0;
|
|
long new_7X;
|
|
char * frontier_6X;
|
|
char * new_frontier_5X;
|
|
char * old_4X;
|
|
char * x_3X;
|
|
{ x_3X = Sweak_pointer_hpS;
|
|
if ((x_3X == NULL)) {
|
|
goto L2424;}
|
|
else {
|
|
if (((Sweak_pointer_hpS) < (Sweak_pointer_limitS))) {
|
|
arg0K0 = frontier_2X;
|
|
goto L2429;}
|
|
else {
|
|
goto L2424;}}}
|
|
L2424: {
|
|
old_4X = Sweak_pointer_hpS;
|
|
new_frontier_5X = frontier_2X + 1024;
|
|
Sweak_pointer_hpS = frontier_2X;
|
|
Sweak_pointer_limitS = new_frontier_5X;
|
|
*((long *) (Sweak_pointer_hpS)) = 261190;
|
|
*((long *) ((Sweak_pointer_hpS) + 8)) = (((long) old_4X));
|
|
arg0K0 = new_frontier_5X;
|
|
goto L2429;}
|
|
L2429: {
|
|
frontier_6X = arg0K0;
|
|
new_7X = 3 + (((long) ((Sweak_pointer_hpS) + 4)));
|
|
*((long *) ((Sweak_pointer_hpS) + 4)) = (*((long *) (((char *) (-3 + weak_1X)))));
|
|
Sweak_pointer_hpS = ((Sweak_pointer_hpS) + 8);
|
|
*((long *) ((((char *) (-3 + weak_1X))) + -4)) = new_7X;
|
|
*TT0 = frontier_6X;
|
|
return new_7X;}
|
|
}
|
|
static void clean_weak_pointers(void)
|
|
{
|
|
char * arg0K1;
|
|
char * arg0K0;
|
|
long arg1K0;
|
|
long x2_17X;
|
|
long h_16X;
|
|
char * a_15X;
|
|
long value_14X;
|
|
char * scan_13X;
|
|
char * next_12X;
|
|
char * end_11X;
|
|
char * start_10X;
|
|
char * end_9X;
|
|
char * x_8X;
|
|
{ if (((Sweak_pointer_hpS) == NULL)) {
|
|
return;}
|
|
else {
|
|
x_8X = Sweak_pointer_limitS;
|
|
end_9X = Sweak_pointer_hpS;
|
|
arg0K0 = (x_8X + -1024);
|
|
arg0K1 = end_9X;
|
|
goto L3995;}}
|
|
L3995: {
|
|
start_10X = arg0K0;
|
|
end_11X = arg0K1;
|
|
next_12X = ((char *) (*((long *) (start_10X + 8))));
|
|
arg0K0 = start_10X;
|
|
goto L2636;}
|
|
L2636: {
|
|
scan_13X = arg0K0;
|
|
if ((scan_13X < end_11X)) {
|
|
*((long *) scan_13X) = 1074;
|
|
value_14X = *((long *) (scan_13X + 4));
|
|
if ((3 == (3 & value_14X))) {
|
|
a_15X = ((char *) (-3 + value_14X));
|
|
if ((a_15X < (Sfrom_beginS))) {
|
|
goto L2682;}
|
|
else {
|
|
if ((a_15X < (Sfrom_endS))) {
|
|
if ((3 == (3 & value_14X))) {
|
|
h_16X = *((long *) ((((char *) (-3 + value_14X))) + -4));
|
|
if ((3 == (3 & h_16X))) {
|
|
arg1K0 = h_16X;
|
|
goto L2677;}
|
|
else {
|
|
arg1K0 = 1;
|
|
goto L2677;}}
|
|
else {
|
|
goto L2682;}}
|
|
else {
|
|
goto L2682;}}}
|
|
else {
|
|
goto L2682;}}
|
|
else {
|
|
if ((next_12X == NULL)) {
|
|
if ((end_9X < (Sweak_pointer_limitS))) {
|
|
*((long *) end_9X) = (70 + ((((-4 & ((Sweak_pointer_limitS) - (end_9X + 4))))<<8)));
|
|
return;}
|
|
else {
|
|
return;}}
|
|
else {
|
|
arg0K0 = (next_12X + -1024);
|
|
arg0K1 = next_12X;
|
|
goto L3995;}}}
|
|
L2682: {
|
|
arg0K0 = (scan_13X + 8);
|
|
goto L2636;}
|
|
L2677: {
|
|
x2_17X = arg1K0;
|
|
*((long *) (scan_13X + 4)) = x2_17X;
|
|
goto L2682;}
|
|
}
|
|
static char gc_recordP(long x_18X)
|
|
{
|
|
long header_19X;
|
|
{ if ((3 == (3 & x_18X))) {
|
|
header_19X = *((long *) ((((char *) (-3 + x_18X))) + -4));
|
|
if ((3 == (3 & header_19X))) {
|
|
if ((3 == (3 & header_19X))) {
|
|
return (8 == (31 & ((((*((long *) ((((char *) (-3 + header_19X))) + -4))))>>2))));}
|
|
else {
|
|
return 0;}}
|
|
else {
|
|
if ((3 == (3 & x_18X))) {
|
|
return (8 == (31 & ((((*((long *) ((((char *) (-3 + x_18X))) + -4))))>>2))));}
|
|
else {
|
|
return 0;}}}
|
|
else {
|
|
return 0;}}
|
|
}
|
|
static void note_undumpableB(long thing_20X)
|
|
{
|
|
long arg1K0;
|
|
char * temp_34X;
|
|
char * temp_33X;
|
|
char * temp_32X;
|
|
char * temp_31X;
|
|
long x_30X;
|
|
char * new_29X;
|
|
long b_28X;
|
|
char v_27X;
|
|
char * temp_26X;
|
|
char * temp_25X;
|
|
char * temp_24X;
|
|
char * temp_23X;
|
|
long list_22X;
|
|
long list_21X;
|
|
{ if ((1000 < (Sundumpable_countS))) {
|
|
return;}
|
|
else {
|
|
list_21X = Sundumpable_recordsS;
|
|
arg1K0 = list_21X;
|
|
goto L6368;}}
|
|
L6368: {
|
|
list_22X = arg1K0;
|
|
if ((25 == list_22X)) {
|
|
Sundumpable_countS = (1 + (Sundumpable_countS));
|
|
temp_23X = s48_SlimitS;
|
|
s48_SlimitS = (Soldspace_limitS);
|
|
Soldspace_limitS = temp_23X;
|
|
temp_24X = s48_ShpS;
|
|
s48_ShpS = (Soldspace_hpS);
|
|
Soldspace_hpS = temp_24X;
|
|
temp_25X = Snewspace_beginS;
|
|
Snewspace_beginS = (Soldspace_beginS);
|
|
Soldspace_beginS = temp_25X;
|
|
temp_26X = Snewspace_endS;
|
|
Snewspace_endS = (Soldspace_endS);
|
|
Soldspace_endS = temp_26X;
|
|
v_27X = ((s48_ShpS) + 12) < (s48_SlimitS);
|
|
if (v_27X) {
|
|
b_28X = Sundumpable_recordsS;
|
|
new_29X = s48_ShpS;
|
|
s48_ShpS = ((s48_ShpS) + 12);
|
|
*((long *) new_29X) = 2050;
|
|
x_30X = 3 + (((long) (new_29X + 4)));
|
|
*((long *) (((char *) (-3 + x_30X)))) = thing_20X;
|
|
*((long *) ((((char *) (-3 + x_30X))) + 4)) = b_28X;
|
|
Sundumpable_recordsS = x_30X;
|
|
goto L6290;}
|
|
else {
|
|
goto L6290;}}
|
|
else {
|
|
if (((*((long *) (((char *) (-3 + list_22X))))) == thing_20X)) {
|
|
return;}
|
|
else {
|
|
arg1K0 = (*((long *) ((((char *) (-3 + list_22X))) + 4)));
|
|
goto L6368;}}}
|
|
L6290: {
|
|
temp_31X = s48_SlimitS;
|
|
s48_SlimitS = (Soldspace_limitS);
|
|
Soldspace_limitS = temp_31X;
|
|
temp_32X = s48_ShpS;
|
|
s48_ShpS = (Soldspace_hpS);
|
|
Soldspace_hpS = temp_32X;
|
|
temp_33X = Snewspace_beginS;
|
|
Snewspace_beginS = (Soldspace_beginS);
|
|
Soldspace_beginS = temp_33X;
|
|
temp_34X = Snewspace_endS;
|
|
Snewspace_endS = (Soldspace_endS);
|
|
Soldspace_endS = temp_34X;
|
|
return;}
|
|
}
|
|
void s48_write_barrier(long stob_35X, char * address_36X, long value_37X)
|
|
{
|
|
|
|
{ return;}
|
|
}
|
|
long s48_heap_size(void)
|
|
{
|
|
|
|
{ return ((Snewspace_endS) - (Snewspace_beginS));}
|
|
}
|
|
long s48_preallocate_space(long cells_38X)
|
|
{
|
|
|
|
{ return 0;}
|
|
}
|
|
void s48_register_static_areas(long pure_count_39X, char * *pure_areas_40X, long *pure_sizes_41X, long impure_count_42X, char * *impure_areas_43X, long *impure_sizes_44X)
|
|
{
|
|
|
|
{ Spure_area_countS = pure_count_39X;
|
|
Spure_areasS = pure_areas_40X;
|
|
Spure_sizesS = pure_sizes_41X;
|
|
Simpure_area_countS = impure_count_42X;
|
|
Simpure_areasS = impure_areas_43X;
|
|
Simpure_sizesS = impure_sizes_44X;
|
|
return;}
|
|
}
|
|
long s48_gc_count(void)
|
|
{
|
|
|
|
{ return (Sgc_countS);}
|
|
}
|
|
void s48_end_collection(void)
|
|
{
|
|
|
|
{ Sgc_countS = (1 + (Sgc_countS));
|
|
return;}
|
|
}
|
|
long s48_undumpable_records(long *TT0)
|
|
{
|
|
|
|
{ *TT0 = (Sundumpable_countS);
|
|
return (Sundumpable_recordsS);}
|
|
}
|
|
long s48_startup_procedure(void)
|
|
{
|
|
|
|
{ return (Sstartup_procedureS);}
|
|
}
|
|
long s48_initial_symbols(void)
|
|
{
|
|
|
|
{ return (SsymbolsS);}
|
|
}
|
|
long s48_initial_imported_bindings(void)
|
|
{
|
|
|
|
{ return (Simported_bindingsS);}
|
|
}
|
|
long s48_initial_exported_bindings(void)
|
|
{
|
|
|
|
{ return (Sexported_bindingsS);}
|
|
}
|
|
long s48_resumer_records(void)
|
|
{
|
|
|
|
{ return (Sresumer_recordsS);}
|
|
}
|
|
void s48_set_image_valuesB(long startup_proc_45X, long symbols_46X, long imports_47X, long exports_48X, long records_49X)
|
|
{
|
|
|
|
{ Sstartup_procedureS = startup_proc_45X;
|
|
SsymbolsS = symbols_46X;
|
|
Simported_bindingsS = imports_47X;
|
|
Sexported_bindingsS = exports_48X;
|
|
Sresumer_recordsS = records_49X;
|
|
return;}
|
|
}
|
|
void s48_initialization_completeB(void)
|
|
{
|
|
|
|
{ SinitializingPS = 0;
|
|
return;}
|
|
}
|
|
void s48_initialize_heap(char * start_50X, long size_51X)
|
|
{
|
|
long semisize_53X;
|
|
long cells_52X;
|
|
{ cells_52X = size_51X / 2;
|
|
semisize_53X = ((cells_52X)<<2);
|
|
Snewspace_beginS = start_50X;
|
|
Snewspace_endS = ((Snewspace_beginS) + semisize_53X);
|
|
s48_ShpS = (Snewspace_beginS);
|
|
s48_SlimitS = (Snewspace_endS);
|
|
Soldspace_beginS = (Snewspace_endS);
|
|
Soldspace_endS = ((Soldspace_beginS) + semisize_53X);
|
|
Soldspace_hpS = (Soldspace_beginS);
|
|
Soldspace_limitS = (Soldspace_endS);
|
|
return;}
|
|
}
|
|
char s48_availableP(long cells_54X)
|
|
{
|
|
|
|
{ return (((s48_ShpS) + (((cells_54X)<<2))) < (s48_SlimitS));}
|
|
}
|
|
char s48_image_writing_okayP(void)
|
|
{
|
|
|
|
{ if ((0 < (Simpure_area_countS))) {
|
|
return 0;}
|
|
else {
|
|
if ((0 < (Spure_area_countS))) {
|
|
return 0;}
|
|
else {
|
|
return 1;}}}
|
|
}
|
|
char * s48_allocate_space(long type_55X, long len_56X, long key_57X)
|
|
{
|
|
char * new_58X;
|
|
{ new_58X = s48_ShpS;
|
|
s48_ShpS = ((s48_ShpS) + (-4 & (3 + len_56X)));
|
|
return new_58X;}
|
|
}
|
|
long s48_available(void)
|
|
{
|
|
|
|
{ return (((((s48_SlimitS) - (s48_ShpS)))>>2));}
|
|
}
|
|
char s48_extantP(long thing_59X)
|
|
{
|
|
char * a_60X;
|
|
{ if ((3 == (3 & thing_59X))) {
|
|
if ((3 == (3 & thing_59X))) {
|
|
a_60X = ((char *) (-3 + thing_59X));
|
|
if ((a_60X < (Sfrom_beginS))) {
|
|
return 1;}
|
|
else {
|
|
if ((a_60X < (Sfrom_endS))) {
|
|
return (3 == (3 & (*((long *) ((((char *) (-3 + thing_59X))) + -4)))));}
|
|
else {
|
|
return 1;}}}
|
|
else {
|
|
return 1;}}
|
|
else {
|
|
return 1;}}
|
|
}
|
|
long s48_check_image_header(char *filename_61X)
|
|
{
|
|
long arg1K0;
|
|
long arg1K2;
|
|
long arg1K1;
|
|
char arg2K1;
|
|
char arg2K0;
|
|
long status_122X;
|
|
char eofP_121X;
|
|
long status_120X;
|
|
long status_119X;
|
|
long status_118X;
|
|
long status_117X;
|
|
long status_116X;
|
|
char eofP_115X;
|
|
char ch_114X;
|
|
long v_113X;
|
|
long status_112X;
|
|
char eofP_111X;
|
|
long thing_110X;
|
|
long v_109X;
|
|
long status_108X;
|
|
char eofP_107X;
|
|
long thing_106X;
|
|
long v_105X;
|
|
long status_104X;
|
|
char eofP_103X;
|
|
long thing_102X;
|
|
long v_101X;
|
|
long status_100X;
|
|
char eofP_99X;
|
|
long thing_98X;
|
|
long v_97X;
|
|
long status_96X;
|
|
char eofP_95X;
|
|
long thing_94X;
|
|
long cells_93X;
|
|
long status_92X;
|
|
char eofP_91X;
|
|
long thing_90X;
|
|
long cells_89X;
|
|
long status_88X;
|
|
char eofP_87X;
|
|
char thing_86X;
|
|
long status_85X;
|
|
char eofP_84X;
|
|
long thing_83X;
|
|
long old_bytes_per_cell_82X;
|
|
long status_81X;
|
|
char eofP_80X;
|
|
long status_79X;
|
|
char eofP_78X;
|
|
char ch_77X;
|
|
long i_76X;
|
|
long status_75X;
|
|
char eofP_74X;
|
|
long thing_73X;
|
|
char same_versionP_72X;
|
|
long status_71X;
|
|
char eofP_70X;
|
|
long status_69X;
|
|
char eofP_68X;
|
|
char ch_67X;
|
|
long status_66X;
|
|
char eofP_65X;
|
|
char ch_64X;
|
|
long status_63X;
|
|
FILE * port_62X;
|
|
{ port_62X = ps_open_input_file(filename_61X, &status_63X);
|
|
if ((status_63X == NO_ERRORS)) {
|
|
SstatusS = NO_ERRORS;
|
|
SeofPS = 0;
|
|
if ((SeofPS)) {
|
|
goto L2894;}
|
|
else {
|
|
goto L3627;}}
|
|
else {
|
|
ps_write_string("Can't open heap image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
ps_write_string((ps_error_string(status_63X)), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L2894: {
|
|
if ((SeofPS)) {
|
|
goto L2927;}
|
|
else {
|
|
goto L3591;}}
|
|
L3627: {
|
|
PS_READ_CHAR(port_62X, ch_64X, eofP_65X, status_66X)
|
|
if (eofP_65X) {
|
|
arg2K0 = eofP_65X;
|
|
arg1K1 = status_66X;
|
|
goto L2872;}
|
|
else {
|
|
if ((status_66X == NO_ERRORS)) {
|
|
if ((12 == ch_64X)) {
|
|
arg2K0 = 0;
|
|
arg1K1 = status_66X;
|
|
goto L2872;}
|
|
else {
|
|
goto L3627;}}
|
|
else {
|
|
arg2K0 = eofP_65X;
|
|
arg1K1 = status_66X;
|
|
goto L2872;}}}
|
|
L2927: {
|
|
if ((SeofPS)) {
|
|
arg2K0 = 0;
|
|
goto L2960;}
|
|
else {
|
|
arg1K0 = 0;
|
|
goto L3567;}}
|
|
L3591: {
|
|
PS_READ_CHAR(port_62X, ch_67X, eofP_68X, status_69X)
|
|
if (eofP_68X) {
|
|
arg2K0 = eofP_68X;
|
|
arg1K1 = status_69X;
|
|
goto L2905;}
|
|
else {
|
|
if ((status_69X == NO_ERRORS)) {
|
|
if ((10 == ch_67X)) {
|
|
arg2K0 = 0;
|
|
arg1K1 = status_69X;
|
|
goto L2905;}
|
|
else {
|
|
goto L3591;}}
|
|
else {
|
|
arg2K0 = eofP_68X;
|
|
arg1K1 = status_69X;
|
|
goto L2905;}}}
|
|
L2872: {
|
|
eofP_70X = arg2K0;
|
|
status_71X = arg1K1;
|
|
if (eofP_70X) {
|
|
SeofPS = 1;
|
|
goto L2894;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L2894;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_71X;
|
|
goto L2894;}}}
|
|
L2960: {
|
|
same_versionP_72X = arg2K0;
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L2995;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_73X, eofP_74X, status_75X)
|
|
if (eofP_74X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L2995;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_73X;
|
|
goto L2995;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_75X;
|
|
arg1K0 = -1;
|
|
goto L2995;}}}}
|
|
L3567: {
|
|
i_76X = arg1K0;
|
|
PS_READ_CHAR(port_62X, ch_77X, eofP_78X, status_79X)
|
|
if (eofP_78X) {
|
|
arg2K0 = 0;
|
|
arg2K1 = eofP_78X;
|
|
arg1K2 = status_79X;
|
|
goto L2938;}
|
|
else {
|
|
if ((status_79X == NO_ERRORS)) {
|
|
if ((i_76X == (strlen((char *) "Vanilla 20")))) {
|
|
arg2K0 = (10 == ch_77X);
|
|
arg2K1 = 0;
|
|
arg1K2 = status_79X;
|
|
goto L2938;}
|
|
else {
|
|
if ((ch_77X == (*("Vanilla 20" + i_76X)))) {
|
|
arg1K0 = (1 + i_76X);
|
|
goto L3567;}
|
|
else {
|
|
arg2K0 = 0;
|
|
arg2K1 = 0;
|
|
arg1K2 = status_79X;
|
|
goto L2938;}}}
|
|
else {
|
|
arg2K0 = 0;
|
|
arg2K1 = eofP_78X;
|
|
arg1K2 = status_79X;
|
|
goto L2938;}}}
|
|
L2905: {
|
|
eofP_80X = arg2K0;
|
|
status_81X = arg1K1;
|
|
if (eofP_80X) {
|
|
SeofPS = 1;
|
|
goto L2927;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L2927;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_81X;
|
|
goto L2927;}}}
|
|
L2995: {
|
|
old_bytes_per_cell_82X = arg1K0;
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L3030;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_83X, eofP_84X, status_85X)
|
|
if (eofP_84X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L3030;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_83X;
|
|
goto L3030;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_85X;
|
|
arg1K0 = -1;
|
|
goto L3030;}}}}
|
|
L2938: {
|
|
thing_86X = arg2K0;
|
|
eofP_87X = arg2K1;
|
|
status_88X = arg1K2;
|
|
if (eofP_87X) {
|
|
SeofPS = 1;
|
|
arg2K0 = 0;
|
|
goto L2960;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg2K0 = thing_86X;
|
|
goto L2960;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_88X;
|
|
arg2K0 = 0;
|
|
goto L2960;}}}
|
|
L3030: {
|
|
cells_89X = arg1K0;
|
|
Sold_beginS = (((char *) (((cells_89X)<<2))));
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L3068;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_90X, eofP_91X, status_92X)
|
|
if (eofP_91X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L3068;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_90X;
|
|
goto L3068;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_92X;
|
|
arg1K0 = -1;
|
|
goto L3068;}}}}
|
|
L3068: {
|
|
cells_93X = arg1K0;
|
|
Sold_hpS = (((char *) (((cells_93X)<<2))));
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L3106;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_94X, eofP_95X, status_96X)
|
|
if (eofP_95X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L3106;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_94X;
|
|
goto L3106;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_96X;
|
|
arg1K0 = -1;
|
|
goto L3106;}}}}
|
|
L3106: {
|
|
v_97X = arg1K0;
|
|
SsymbolsS = v_97X;
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L3142;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_98X, eofP_99X, status_100X)
|
|
if (eofP_99X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L3142;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_98X;
|
|
goto L3142;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_100X;
|
|
arg1K0 = -1;
|
|
goto L3142;}}}}
|
|
L3142: {
|
|
v_101X = arg1K0;
|
|
Simported_bindingsS = v_101X;
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L3178;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_102X, eofP_103X, status_104X)
|
|
if (eofP_103X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L3178;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_102X;
|
|
goto L3178;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_104X;
|
|
arg1K0 = -1;
|
|
goto L3178;}}}}
|
|
L3178: {
|
|
v_105X = arg1K0;
|
|
Sexported_bindingsS = v_105X;
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L3214;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_106X, eofP_107X, status_108X)
|
|
if (eofP_107X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L3214;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_106X;
|
|
goto L3214;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_108X;
|
|
arg1K0 = -1;
|
|
goto L3214;}}}}
|
|
L3214: {
|
|
v_109X = arg1K0;
|
|
Sresumer_recordsS = v_109X;
|
|
if ((SeofPS)) {
|
|
arg1K0 = -1;
|
|
goto L3250;}
|
|
else {
|
|
PS_READ_INTEGER(port_62X, thing_110X, eofP_111X, status_112X)
|
|
if (eofP_111X) {
|
|
SeofPS = 1;
|
|
arg1K0 = -1;
|
|
goto L3250;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
arg1K0 = thing_110X;
|
|
goto L3250;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_112X;
|
|
arg1K0 = -1;
|
|
goto L3250;}}}}
|
|
L3250: {
|
|
v_113X = arg1K0;
|
|
Sstartup_procedureS = v_113X;
|
|
Simage_portS = port_62X;
|
|
if ((SeofPS)) {
|
|
goto L3289;}
|
|
else {
|
|
goto L3498;}}
|
|
L3289: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
if ((SeofPS)) {
|
|
SstatusS = EDOM;
|
|
ps_write_string("Premature EOF when reading image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L3370;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L3370;}}
|
|
else {
|
|
if (same_versionP_72X) {
|
|
if ((4 == old_bytes_per_cell_82X)) {
|
|
return ((Sold_hpS) - (Sold_beginS));}
|
|
else {
|
|
ps_write_string("Incompatible bytes-per-cell in image", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L3430;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L3430;}}}
|
|
else {
|
|
ps_write_string("Format of image is incompatible with this version of system", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L3400;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L3400;}}}}
|
|
else {
|
|
ps_write_string("Error reading from image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L3345;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L3345;}}}
|
|
L3498: {
|
|
PS_READ_CHAR(port_62X, ch_114X, eofP_115X, status_116X)
|
|
if (eofP_115X) {
|
|
arg2K0 = eofP_115X;
|
|
arg1K1 = status_116X;
|
|
goto L3267;}
|
|
else {
|
|
if ((status_116X == NO_ERRORS)) {
|
|
if ((12 == ch_114X)) {
|
|
arg2K0 = 0;
|
|
arg1K1 = status_116X;
|
|
goto L3267;}
|
|
else {
|
|
goto L3498;}}
|
|
else {
|
|
arg2K0 = eofP_115X;
|
|
arg1K1 = status_116X;
|
|
goto L3267;}}}
|
|
L3370: {
|
|
status_117X = ps_close(port_62X);
|
|
if ((status_117X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L3430: {
|
|
status_118X = ps_close(port_62X);
|
|
if ((status_118X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L3400: {
|
|
status_119X = ps_close(port_62X);
|
|
if ((status_119X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L3345: {
|
|
status_120X = ps_close(port_62X);
|
|
if ((status_120X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L3267: {
|
|
eofP_121X = arg2K0;
|
|
status_122X = arg1K1;
|
|
if (eofP_121X) {
|
|
SeofPS = 1;
|
|
goto L3289;}
|
|
else {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L3289;}
|
|
else {
|
|
SeofPS = 1;
|
|
SstatusS = status_122X;
|
|
goto L3289;}}}
|
|
}
|
|
long s48_find_all(long type_123X)
|
|
{
|
|
char * arg0K0;
|
|
long arg1K0;
|
|
char * merged_arg0K1;
|
|
char * merged_arg0K0;
|
|
|
|
int Hproc923124_return_tag;
|
|
char Hproc9231240_return_value;
|
|
char * start_125X;
|
|
char * end_126X;
|
|
char * next_142X;
|
|
long d_141X;
|
|
char * addr_140X;
|
|
long type_139X;
|
|
char v_138X;
|
|
long i_137X;
|
|
long count_136X;
|
|
long *sizes_135X;
|
|
char * *areas_134X;
|
|
char v_133X;
|
|
long i_132X;
|
|
long count_131X;
|
|
long *sizes_130X;
|
|
char * *areas_129X;
|
|
char v_128X;
|
|
char * start_hp_127X;
|
|
{ Sfinding_typeS = type_123X;
|
|
start_hp_127X = s48_ShpS;
|
|
*((long *) (s48_ShpS)) = 0;
|
|
s48_ShpS = ((s48_ShpS) + 4);
|
|
merged_arg0K0 = (Snewspace_beginS);
|
|
merged_arg0K1 = start_hp_127X;
|
|
Hproc923124_return_tag = 0;
|
|
goto Hproc923124;
|
|
Hproc923124_return_0:
|
|
v_128X = Hproc9231240_return_value;
|
|
if (v_128X) {
|
|
if ((0 < (Simpure_area_countS))) {
|
|
areas_129X = Simpure_areasS;
|
|
sizes_130X = Simpure_sizesS;
|
|
count_131X = Simpure_area_countS;
|
|
arg1K0 = 0;
|
|
goto L5578;}
|
|
else {
|
|
goto L5518;}}
|
|
else {
|
|
goto L5536;}}
|
|
L5578: {
|
|
i_132X = arg1K0;
|
|
if ((i_132X < count_131X)) {
|
|
merged_arg0K0 = (*(areas_129X + i_132X));
|
|
merged_arg0K1 = ((*(areas_129X + i_132X)) + (*(sizes_130X + i_132X)));
|
|
Hproc923124_return_tag = 1;
|
|
goto Hproc923124;
|
|
Hproc923124_return_1:
|
|
v_133X = Hproc9231240_return_value;
|
|
if (v_133X) {
|
|
arg1K0 = (1 + i_132X);
|
|
goto L5578;}
|
|
else {
|
|
goto L5536;}}
|
|
else {
|
|
goto L5518;}}
|
|
L5518: {
|
|
if ((0 < (Spure_area_countS))) {
|
|
areas_134X = Spure_areasS;
|
|
sizes_135X = Spure_sizesS;
|
|
count_136X = Spure_area_countS;
|
|
arg1K0 = 0;
|
|
goto L5599;}
|
|
else {
|
|
goto L5525;}}
|
|
L5536: {
|
|
s48_ShpS = start_hp_127X;
|
|
return 1;}
|
|
L5599: {
|
|
i_137X = arg1K0;
|
|
if ((i_137X < count_136X)) {
|
|
merged_arg0K0 = (*(areas_134X + i_137X));
|
|
merged_arg0K1 = ((*(areas_134X + i_137X)) + (*(sizes_135X + i_137X)));
|
|
Hproc923124_return_tag = 2;
|
|
goto Hproc923124;
|
|
Hproc923124_return_2:
|
|
v_138X = Hproc9231240_return_value;
|
|
if (v_138X) {
|
|
arg1K0 = (1 + i_137X);
|
|
goto L5599;}
|
|
else {
|
|
goto L5536;}}
|
|
else {
|
|
goto L5525;}}
|
|
L5525: {
|
|
*((long *) start_hp_127X) = (10 + (((((s48_ShpS) - (start_hp_127X + 4)))<<8)));
|
|
return (3 + (((long) (start_hp_127X + 4))));}
|
|
Hproc923124: {
|
|
start_125X = merged_arg0K0;
|
|
end_126X = merged_arg0K1;{
|
|
type_139X = Sfinding_typeS;
|
|
arg0K0 = start_125X;
|
|
goto L4504;}
|
|
L4504: {
|
|
addr_140X = arg0K0;
|
|
if ((addr_140X < end_126X)) {
|
|
d_141X = *((long *) addr_140X);
|
|
next_142X = addr_140X + (4 + (-4 & (3 + ((long)(((unsigned long)d_141X)>>8)))));
|
|
if ((2 == (3 & d_141X))) {
|
|
if ((type_139X == (31 & (((d_141X)>>2))))) {
|
|
if ((((s48_ShpS) + 16) < (s48_SlimitS))) {
|
|
*((long *) (s48_ShpS)) = (3 + (((long) (addr_140X + 4))));
|
|
s48_ShpS = ((s48_ShpS) + 4);
|
|
arg0K0 = next_142X;
|
|
goto L4504;}
|
|
else {
|
|
Hproc9231240_return_value = 0;
|
|
goto Hproc923124_return;}}
|
|
else {
|
|
arg0K0 = next_142X;
|
|
goto L4504;}}
|
|
else {
|
|
ps_write_string("heap is in an inconsistent state.", (stderr));
|
|
Hproc9231240_return_value = 0;
|
|
goto Hproc923124_return;}}
|
|
else {
|
|
Hproc9231240_return_value = 1;
|
|
goto Hproc923124_return;}}
|
|
Hproc923124_return:
|
|
switch (Hproc923124_return_tag) {
|
|
case 0: goto Hproc923124_return_0;
|
|
case 1: goto Hproc923124_return_1;
|
|
default: goto Hproc923124_return_2;
|
|
}}
|
|
|
|
}
|
|
long s48_read_image(void)
|
|
{
|
|
FILE * arg4K0;
|
|
char *arg3K1;
|
|
char arg2K1;
|
|
char arg2K0;
|
|
char * arg0K0;
|
|
long arg1K0;
|
|
long v_192X;
|
|
long descriptor_191X;
|
|
long v_190X;
|
|
long descriptor_189X;
|
|
long v_188X;
|
|
long descriptor_187X;
|
|
long v_186X;
|
|
long d_185X;
|
|
long descriptor_184X;
|
|
long v_183X;
|
|
long descriptor_182X;
|
|
char * ptr_181X;
|
|
long descriptor_180X;
|
|
long status_179X;
|
|
long status_178X;
|
|
long status_177X;
|
|
long status_176X;
|
|
char * next_175X;
|
|
long value_174X;
|
|
long x_173X;
|
|
long x_172X;
|
|
char * ptr_171X;
|
|
long status_170X;
|
|
long status_169X;
|
|
long status_168X;
|
|
char eofP_167X;
|
|
char v_166X;
|
|
char *string_165X;
|
|
char okayP_164X;
|
|
long status_163X;
|
|
long status_162X;
|
|
long status_161X;
|
|
char eofP_160X;
|
|
long got_159X;
|
|
long need_158X;
|
|
char * start_157X;
|
|
char * new_limit_156X;
|
|
char * new_hp_155X;
|
|
long delta_154X;
|
|
char reverseP_153X;
|
|
FILE * port_152X;
|
|
long x_151X;
|
|
long x_150X;
|
|
char * addr_149X;
|
|
char *string_148X;
|
|
char okayP_147X;
|
|
long status_146X;
|
|
char eofP_145X;
|
|
long got_144X;
|
|
FILE * port_143X;
|
|
{ port_143X = Simage_portS;
|
|
got_144X = ps_read_block(port_143X, ((char *) (s48_ShpS)), 4, &eofP_145X, &status_146X);
|
|
if ((status_146X == NO_ERRORS)) {
|
|
if (eofP_145X) {
|
|
arg2K0 = 0;
|
|
arg3K1 = "Premature EOF when reading image file";
|
|
goto L6080;}
|
|
else {
|
|
if ((got_144X < 4)) {
|
|
arg2K0 = 0;
|
|
arg3K1 = "Read returned too few bytes";
|
|
goto L6080;}
|
|
else {
|
|
arg2K0 = 1;
|
|
arg3K1 = "";
|
|
goto L6080;}}}
|
|
else {
|
|
SstatusS = status_146X;
|
|
arg2K0 = 0;
|
|
arg3K1 = "Error reading from image file";
|
|
goto L6080;}}
|
|
L6080: {
|
|
okayP_147X = arg2K0;
|
|
string_148X = arg3K1;
|
|
if (okayP_147X) {
|
|
if ((1 == (*((long *) (s48_ShpS))))) {
|
|
arg4K0 = port_143X;
|
|
arg2K1 = 0;
|
|
goto L5093;}
|
|
else {
|
|
addr_149X = s48_ShpS;
|
|
x_150X = *((unsigned char *) addr_149X);
|
|
*((unsigned char *) addr_149X) = (*((unsigned char *) (addr_149X + 3)));
|
|
*((unsigned char *) (addr_149X + 3)) = x_150X;
|
|
x_151X = *((unsigned char *) (addr_149X + 1));
|
|
*((unsigned char *) (addr_149X + 1)) = (*((unsigned char *) (addr_149X + 2)));
|
|
*((unsigned char *) (addr_149X + 2)) = x_151X;
|
|
if ((1 == (*((long *) (s48_ShpS))))) {
|
|
arg4K0 = port_143X;
|
|
arg2K1 = 1;
|
|
goto L5093;}
|
|
else {
|
|
ps_write_string("Unable to correct byte order", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L6188;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L6188;}}}}
|
|
else {
|
|
ps_write_string(string_148X, (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L6136;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L6136;}}}
|
|
L5093: {
|
|
port_152X = arg4K0;
|
|
reverseP_153X = arg2K1;
|
|
delta_154X = (s48_ShpS) - (Sold_beginS);
|
|
new_hp_155X = (Sold_hpS) + delta_154X;
|
|
new_limit_156X = Snewspace_endS;
|
|
start_157X = s48_ShpS;
|
|
if ((new_hp_155X < new_limit_156X)) {
|
|
need_158X = (Sold_hpS) - (Sold_beginS);
|
|
got_159X = ps_read_block(port_152X, ((char *) (s48_ShpS)), need_158X, &eofP_160X, &status_161X);
|
|
if ((status_161X == NO_ERRORS)) {
|
|
if (eofP_160X) {
|
|
arg2K0 = 0;
|
|
arg3K1 = "Premature EOF when reading image file";
|
|
goto L5115;}
|
|
else {
|
|
if ((got_159X < need_158X)) {
|
|
arg2K0 = 0;
|
|
arg3K1 = "Read returned too few bytes";
|
|
goto L5115;}
|
|
else {
|
|
arg2K0 = 1;
|
|
arg3K1 = "";
|
|
goto L5115;}}}
|
|
else {
|
|
SstatusS = status_161X;
|
|
arg2K0 = 0;
|
|
arg3K1 = "Error reading from image file";
|
|
goto L5115;}}
|
|
else {
|
|
ps_write_string("Heap not big enough to restore this image", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L5211;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L5211;}}}
|
|
L6188: {
|
|
status_162X = ps_close(port_143X);
|
|
if ((status_162X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L6136: {
|
|
status_163X = ps_close(port_143X);
|
|
if ((status_163X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L5115: {
|
|
okayP_164X = arg2K0;
|
|
string_165X = arg3K1;
|
|
PS_READ_CHAR(port_152X, v_166X, eofP_167X, status_168X)
|
|
if (okayP_164X) {
|
|
if ((status_168X == NO_ERRORS)) {
|
|
if (eofP_167X) {
|
|
status_169X = ps_close(port_152X);
|
|
if ((status_169X == NO_ERRORS)) {
|
|
if (reverseP_153X) {
|
|
ps_write_string("Correcting byte order of resumed image.", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
arg0K0 = start_157X;
|
|
goto L4310;}
|
|
else {
|
|
goto L5153;}}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L5346;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L5346;}}}
|
|
else {
|
|
ps_write_string("Image file has extraneous data after image", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L5316;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L5316;}}}
|
|
else {
|
|
ps_write_string("Error reading from image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L5286;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L5286;}}}
|
|
else {
|
|
ps_write_string(string_165X, (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
goto L5256;}
|
|
else {
|
|
ps_write_string((ps_error_string((SstatusS))), (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
goto L5256;}}}
|
|
L5211: {
|
|
status_170X = ps_close(port_152X);
|
|
if ((status_170X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L4310: {
|
|
ptr_171X = arg0K0;
|
|
if ((ptr_171X < new_hp_155X)) {
|
|
x_172X = *((unsigned char *) ptr_171X);
|
|
*((unsigned char *) ptr_171X) = (*((unsigned char *) (ptr_171X + 3)));
|
|
*((unsigned char *) (ptr_171X + 3)) = x_172X;
|
|
x_173X = *((unsigned char *) (ptr_171X + 1));
|
|
*((unsigned char *) (ptr_171X + 1)) = (*((unsigned char *) (ptr_171X + 2)));
|
|
*((unsigned char *) (ptr_171X + 2)) = x_173X;
|
|
value_174X = *((long *) ptr_171X);
|
|
next_175X = ptr_171X + 4;
|
|
if ((2 == (3 & value_174X))) {
|
|
if (((31 & (((value_174X)>>2))) < 16)) {
|
|
arg0K0 = next_175X;
|
|
goto L4310;}
|
|
else {
|
|
arg0K0 = (next_175X + (-4 & (3 + ((long)(((unsigned long)value_174X)>>8)))));
|
|
goto L4310;}}
|
|
else {
|
|
arg0K0 = next_175X;
|
|
goto L4310;}}
|
|
else {
|
|
goto L5153;}}
|
|
L5153: {
|
|
if ((0 == delta_154X)) {
|
|
goto L5163;}
|
|
else {
|
|
arg0K0 = start_157X;
|
|
goto L4409;}}
|
|
L5346: {
|
|
status_176X = ps_close(port_152X);
|
|
if ((status_176X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L5316: {
|
|
status_177X = ps_close(port_152X);
|
|
if ((status_177X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L5286: {
|
|
status_178X = ps_close(port_152X);
|
|
if ((status_178X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L5256: {
|
|
status_179X = ps_close(port_152X);
|
|
if ((status_179X == NO_ERRORS)) {
|
|
return -1;}
|
|
else {
|
|
ps_write_string("Error closing image file", (stderr));
|
|
{ long ignoreXX;
|
|
PS_WRITE_CHAR(10, (stderr), ignoreXX) }
|
|
return -1;}}
|
|
L5163: {
|
|
s48_ShpS = new_hp_155X;
|
|
descriptor_180X = Sstartup_procedureS;
|
|
if ((3 == (3 & descriptor_180X))) {
|
|
arg1K0 = (3 + (((long) ((((char *) (-3 + descriptor_180X))) + delta_154X))));
|
|
goto L5167;}
|
|
else {
|
|
arg1K0 = descriptor_180X;
|
|
goto L5167;}}
|
|
L4409: {
|
|
ptr_181X = arg0K0;
|
|
if ((ptr_181X < new_hp_155X)) {
|
|
descriptor_182X = *((long *) ptr_181X);
|
|
if ((3 == (3 & descriptor_182X))) {
|
|
arg1K0 = (3 + (((long) ((((char *) (-3 + descriptor_182X))) + delta_154X))));
|
|
goto L4414;}
|
|
else {
|
|
arg1K0 = descriptor_182X;
|
|
goto L4414;}}
|
|
else {
|
|
goto L5163;}}
|
|
L5167: {
|
|
v_183X = arg1K0;
|
|
Sstartup_procedureS = v_183X;
|
|
descriptor_184X = SsymbolsS;
|
|
if ((3 == (3 & descriptor_184X))) {
|
|
arg1K0 = (3 + (((long) ((((char *) (-3 + descriptor_184X))) + delta_154X))));
|
|
goto L5172;}
|
|
else {
|
|
arg1K0 = descriptor_184X;
|
|
goto L5172;}}
|
|
L4414: {
|
|
d_185X = arg1K0;
|
|
*((long *) ptr_181X) = d_185X;
|
|
if ((2 == (3 & d_185X))) {
|
|
if (((31 & (((d_185X)>>2))) < 16)) {
|
|
goto L4428;}
|
|
else {
|
|
arg0K0 = (ptr_181X + (4 + (-4 & (3 + ((long)(((unsigned long)d_185X)>>8))))));
|
|
goto L4409;}}
|
|
else {
|
|
goto L4428;}}
|
|
L5172: {
|
|
v_186X = arg1K0;
|
|
SsymbolsS = v_186X;
|
|
descriptor_187X = Simported_bindingsS;
|
|
if ((3 == (3 & descriptor_187X))) {
|
|
arg1K0 = (3 + (((long) ((((char *) (-3 + descriptor_187X))) + delta_154X))));
|
|
goto L5177;}
|
|
else {
|
|
arg1K0 = descriptor_187X;
|
|
goto L5177;}}
|
|
L4428: {
|
|
arg0K0 = (ptr_181X + 4);
|
|
goto L4409;}
|
|
L5177: {
|
|
v_188X = arg1K0;
|
|
Simported_bindingsS = v_188X;
|
|
descriptor_189X = Sexported_bindingsS;
|
|
if ((3 == (3 & descriptor_189X))) {
|
|
arg1K0 = (3 + (((long) ((((char *) (-3 + descriptor_189X))) + delta_154X))));
|
|
goto L5182;}
|
|
else {
|
|
arg1K0 = descriptor_189X;
|
|
goto L5182;}}
|
|
L5182: {
|
|
v_190X = arg1K0;
|
|
Sexported_bindingsS = v_190X;
|
|
descriptor_191X = Sresumer_recordsS;
|
|
if ((3 == (3 & descriptor_191X))) {
|
|
arg1K0 = (3 + (((long) ((((char *) (-3 + descriptor_191X))) + delta_154X))));
|
|
goto L5187;}
|
|
else {
|
|
arg1K0 = descriptor_191X;
|
|
goto L5187;}}
|
|
L5187: {
|
|
v_192X = arg1K0;
|
|
Sresumer_recordsS = v_192X;
|
|
return 0;}
|
|
}
|
|
long s48_find_all_records(long record_type_193X)
|
|
{
|
|
char * arg0K0;
|
|
long arg1K0;
|
|
char * merged_arg0K1;
|
|
char * merged_arg0K0;
|
|
|
|
int Hproc969194_return_tag;
|
|
char Hproc9691940_return_value;
|
|
char * start_195X;
|
|
char * end_196X;
|
|
long obj_213X;
|
|
char * next_212X;
|
|
long d_211X;
|
|
char * addr_210X;
|
|
long type_209X;
|
|
char v_208X;
|
|
long i_207X;
|
|
long count_206X;
|
|
long *sizes_205X;
|
|
char * *areas_204X;
|
|
char v_203X;
|
|
long i_202X;
|
|
long count_201X;
|
|
long *sizes_200X;
|
|
char * *areas_199X;
|
|
char v_198X;
|
|
char * start_hp_197X;
|
|
{ Hthe_record_type9260 = record_type_193X;
|
|
Sfinding_typeS = 8;
|
|
start_hp_197X = s48_ShpS;
|
|
*((long *) (s48_ShpS)) = 0;
|
|
s48_ShpS = ((s48_ShpS) + 4);
|
|
merged_arg0K0 = (Snewspace_beginS);
|
|
merged_arg0K1 = start_hp_197X;
|
|
Hproc969194_return_tag = 0;
|
|
goto Hproc969194;
|
|
Hproc969194_return_0:
|
|
v_198X = Hproc9691940_return_value;
|
|
if (v_198X) {
|
|
if ((0 < (Simpure_area_countS))) {
|
|
areas_199X = Simpure_areasS;
|
|
sizes_200X = Simpure_sizesS;
|
|
count_201X = Simpure_area_countS;
|
|
arg1K0 = 0;
|
|
goto L5743;}
|
|
else {
|
|
goto L5683;}}
|
|
else {
|
|
goto L5701;}}
|
|
L5743: {
|
|
i_202X = arg1K0;
|
|
if ((i_202X < count_201X)) {
|
|
merged_arg0K0 = (*(areas_199X + i_202X));
|
|
merged_arg0K1 = ((*(areas_199X + i_202X)) + (*(sizes_200X + i_202X)));
|
|
Hproc969194_return_tag = 1;
|
|
goto Hproc969194;
|
|
Hproc969194_return_1:
|
|
v_203X = Hproc9691940_return_value;
|
|
if (v_203X) {
|
|
arg1K0 = (1 + i_202X);
|
|
goto L5743;}
|
|
else {
|
|
goto L5701;}}
|
|
else {
|
|
goto L5683;}}
|
|
L5683: {
|
|
if ((0 < (Spure_area_countS))) {
|
|
areas_204X = Spure_areasS;
|
|
sizes_205X = Spure_sizesS;
|
|
count_206X = Spure_area_countS;
|
|
arg1K0 = 0;
|
|
goto L5764;}
|
|
else {
|
|
goto L5690;}}
|
|
L5701: {
|
|
s48_ShpS = start_hp_197X;
|
|
return 1;}
|
|
L5764: {
|
|
i_207X = arg1K0;
|
|
if ((i_207X < count_206X)) {
|
|
merged_arg0K0 = (*(areas_204X + i_207X));
|
|
merged_arg0K1 = ((*(areas_204X + i_207X)) + (*(sizes_205X + i_207X)));
|
|
Hproc969194_return_tag = 2;
|
|
goto Hproc969194;
|
|
Hproc969194_return_2:
|
|
v_208X = Hproc9691940_return_value;
|
|
if (v_208X) {
|
|
arg1K0 = (1 + i_207X);
|
|
goto L5764;}
|
|
else {
|
|
goto L5701;}}
|
|
else {
|
|
goto L5690;}}
|
|
L5690: {
|
|
*((long *) start_hp_197X) = (10 + (((((s48_ShpS) - (start_hp_197X + 4)))<<8)));
|
|
return (3 + (((long) (start_hp_197X + 4))));}
|
|
Hproc969194: {
|
|
start_195X = merged_arg0K0;
|
|
end_196X = merged_arg0K1;{
|
|
type_209X = Sfinding_typeS;
|
|
arg0K0 = start_195X;
|
|
goto L4671;}
|
|
L4671: {
|
|
addr_210X = arg0K0;
|
|
if ((addr_210X < end_196X)) {
|
|
d_211X = *((long *) addr_210X);
|
|
next_212X = addr_210X + (4 + (-4 & (3 + ((long)(((unsigned long)d_211X)>>8)))));
|
|
if ((2 == (3 & d_211X))) {
|
|
if ((type_209X == (31 & (((d_211X)>>2))))) {
|
|
obj_213X = 3 + (((long) (addr_210X + 4)));
|
|
if (((*((long *) (((char *) (-3 + obj_213X))))) == (Hthe_record_type9260))) {
|
|
if ((((s48_ShpS) + 16) < (s48_SlimitS))) {
|
|
*((long *) (s48_ShpS)) = obj_213X;
|
|
s48_ShpS = ((s48_ShpS) + 4);
|
|
arg0K0 = next_212X;
|
|
goto L4671;}
|
|
else {
|
|
Hproc9691940_return_value = 0;
|
|
goto Hproc969194_return;}}
|
|
else {
|
|
arg0K0 = next_212X;
|
|
goto L4671;}}
|
|
else {
|
|
arg0K0 = next_212X;
|
|
goto L4671;}}
|
|
else {
|
|
ps_write_string("heap is in an inconsistent state.", (stderr));
|
|
Hproc9691940_return_value = 0;
|
|
goto Hproc969194_return;}}
|
|
else {
|
|
Hproc9691940_return_value = 1;
|
|
goto Hproc969194_return;}}
|
|
Hproc969194_return:
|
|
switch (Hproc969194_return_tag) {
|
|
case 0: goto Hproc969194_return_0;
|
|
case 1: goto Hproc969194_return_1;
|
|
default: goto Hproc969194_return_2;
|
|
}}
|
|
|
|
}
|
|
long s48_trace_locationsB(char * start_214X, char * end_215X)
|
|
{
|
|
char * arg0K0;
|
|
char * arg0K1;
|
|
long arg1K0;
|
|
long new_232X;
|
|
char * data_addr_231X;
|
|
char * frontier_230X;
|
|
long new_thing_229X;
|
|
char * frontier_228X;
|
|
long new_thing_227X;
|
|
char * a_226X;
|
|
long descriptor_225X;
|
|
long h_224X;
|
|
char * a_223X;
|
|
char v_222X;
|
|
long type_221X;
|
|
char v_220X;
|
|
char * next_219X;
|
|
long thing_218X;
|
|
char * frontier_217X;
|
|
char * addr_216X;
|
|
{ arg0K0 = start_214X;
|
|
arg0K1 = (s48_ShpS);
|
|
goto L6442;}
|
|
L6442: {
|
|
addr_216X = arg0K0;
|
|
frontier_217X = arg0K1;
|
|
if ((addr_216X < end_215X)) {
|
|
thing_218X = *((long *) addr_216X);
|
|
next_219X = addr_216X + 4;
|
|
if ((2 == (3 & thing_218X))) {
|
|
if ((2 == (3 & thing_218X))) {
|
|
if (((31 & (((thing_218X)>>2))) < 16)) {
|
|
arg0K0 = next_219X;
|
|
arg0K1 = frontier_217X;
|
|
goto L6442;}
|
|
else {
|
|
arg0K0 = (next_219X + (-4 & (3 + ((long)(((unsigned long)thing_218X)>>8)))));
|
|
arg0K1 = frontier_217X;
|
|
goto L6442;}}
|
|
else {
|
|
arg0K0 = next_219X;
|
|
arg0K1 = frontier_217X;
|
|
goto L6442;}}
|
|
else {
|
|
if ((Swriting_imagePS)) {
|
|
v_220X = gc_recordP(thing_218X);
|
|
if (v_220X) {
|
|
type_221X = *((long *) (((char *) (-3 + thing_218X))));
|
|
v_222X = gc_recordP(type_221X);
|
|
if (v_222X) {
|
|
if ((1 == (*((long *) ((((char *) (-3 + type_221X))) + 4))))) {
|
|
note_undumpableB(thing_218X);
|
|
*((long *) addr_216X) = (*((long *) ((((char *) (-3 + thing_218X))) + 4)));
|
|
arg0K0 = addr_216X;
|
|
arg0K1 = frontier_217X;
|
|
goto L6442;}
|
|
else {
|
|
goto L6476;}}
|
|
else {
|
|
goto L6476;}}
|
|
else {
|
|
goto L6476;}}
|
|
else {
|
|
goto L6476;}}}
|
|
else {
|
|
s48_ShpS = frontier_217X;
|
|
return 0;}}
|
|
L6476: {
|
|
if ((3 == (3 & thing_218X))) {
|
|
a_223X = ((char *) (-3 + thing_218X));
|
|
if ((a_223X < (Sfrom_beginS))) {
|
|
arg0K0 = next_219X;
|
|
arg0K1 = frontier_217X;
|
|
goto L6442;}
|
|
else {
|
|
if ((a_223X < (Sfrom_endS))) {
|
|
h_224X = *((long *) ((((char *) (-3 + thing_218X))) + -4));
|
|
if ((3 == (3 & h_224X))) {
|
|
arg1K0 = h_224X;
|
|
arg0K1 = frontier_217X;
|
|
goto L6483;}
|
|
else {
|
|
if ((1074 == h_224X)) {
|
|
descriptor_225X = *((long *) (((char *) (-3 + thing_218X))));
|
|
if ((3 == (3 & descriptor_225X))) {
|
|
a_226X = ((char *) (-3 + descriptor_225X));
|
|
if ((a_226X < (Sfrom_beginS))) {
|
|
goto L7063;}
|
|
else {
|
|
if ((a_226X < (Sfrom_endS))) {
|
|
new_thing_227X = copy_weak_pointer(thing_218X, frontier_217X, &frontier_228X);
|
|
arg1K0 = new_thing_227X;
|
|
arg0K1 = frontier_228X;
|
|
goto L6483;}
|
|
else {
|
|
goto L7063;}}}
|
|
else {
|
|
goto L7063;}}
|
|
else {
|
|
goto L7063;}}}
|
|
else {
|
|
arg0K0 = next_219X;
|
|
arg0K1 = frontier_217X;
|
|
goto L6442;}}}
|
|
else {
|
|
arg0K0 = next_219X;
|
|
arg0K1 = frontier_217X;
|
|
goto L6442;}}
|
|
L6483: {
|
|
new_thing_229X = arg1K0;
|
|
frontier_230X = arg0K1;
|
|
*((long *) addr_216X) = new_thing_229X;
|
|
arg0K0 = next_219X;
|
|
arg0K1 = frontier_230X;
|
|
goto L6442;}
|
|
L7063: {
|
|
*((long *) frontier_217X) = h_224X;
|
|
data_addr_231X = frontier_217X + 4;
|
|
new_232X = 3 + (((long) data_addr_231X));
|
|
*((long *) ((((char *) (-3 + thing_218X))) + -4)) = new_232X;
|
|
memcpy((void *)data_addr_231X, (void *)(((char *) (-3 + thing_218X))),((long)(((unsigned long)h_224X)>>8)));
|
|
arg1K0 = new_232X;
|
|
arg0K1 = (data_addr_231X + (-4 & (3 + ((long)(((unsigned long)h_224X)>>8)))));
|
|
goto L6483;}
|
|
}
|
|
void s48_do_gc(void)
|
|
{
|
|
char * arg0K0;
|
|
char * end_234X;
|
|
char * start_233X;
|
|
{ arg0K0 = (Snewspace_beginS);
|
|
goto L6698;}
|
|
L6698: {
|
|
start_233X = arg0K0;
|
|
end_234X = s48_ShpS;
|
|
s48_trace_locationsB(start_233X, end_234X);
|
|
if (((((((s48_SlimitS) - (s48_ShpS)))>>2)) < 0)) {
|
|
ps_error("GC error: ran out of space in new heap", 0);
|
|
return clean_weak_pointers();}
|
|
else {
|
|
if ((end_234X < (s48_ShpS))) {
|
|
arg0K0 = end_234X;
|
|
goto L6698;}
|
|
else {
|
|
return clean_weak_pointers();}}}
|
|
}
|
|
long s48_trace_stob_contentsB(long stob_235X)
|
|
{
|
|
char * start_237X;
|
|
long h_236X;
|
|
{ h_236X = *((long *) ((((char *) (-3 + stob_235X))) + -4));
|
|
start_237X = ((char *) (-3 + stob_235X));
|
|
return s48_trace_locationsB(start_237X, (start_237X + (-4 & (3 + ((long)(((unsigned long)h_236X)>>8))))));}
|
|
}
|
|
void s48_begin_collection(void)
|
|
{
|
|
long arg1K0;
|
|
long i_245X;
|
|
long count_244X;
|
|
long *sizes_243X;
|
|
char * *areas_242X;
|
|
char * temp_241X;
|
|
char * temp_240X;
|
|
char * temp_239X;
|
|
char * temp_238X;
|
|
{ Sfrom_beginS = (Snewspace_beginS);
|
|
Sfrom_endS = (Snewspace_endS);
|
|
temp_238X = s48_SlimitS;
|
|
s48_SlimitS = (Soldspace_limitS);
|
|
Soldspace_limitS = temp_238X;
|
|
temp_239X = s48_ShpS;
|
|
s48_ShpS = (Soldspace_hpS);
|
|
Soldspace_hpS = temp_239X;
|
|
temp_240X = Snewspace_beginS;
|
|
Snewspace_beginS = (Soldspace_beginS);
|
|
Soldspace_beginS = temp_240X;
|
|
temp_241X = Snewspace_endS;
|
|
Snewspace_endS = (Soldspace_endS);
|
|
Soldspace_endS = temp_241X;
|
|
s48_ShpS = (Snewspace_beginS);
|
|
Sweak_pointer_hpS = NULL;
|
|
Swriting_imagePS = 0;
|
|
if ((0 < (Simpure_area_countS))) {
|
|
areas_242X = Simpure_areasS;
|
|
sizes_243X = Simpure_sizesS;
|
|
count_244X = Simpure_area_countS;
|
|
arg1K0 = 0;
|
|
goto L6813;}
|
|
else {
|
|
return;}}
|
|
L6813: {
|
|
i_245X = arg1K0;
|
|
if ((i_245X < count_244X)) {
|
|
s48_trace_locationsB((*(areas_242X + i_245X)), ((*(areas_242X + i_245X)) + (*(sizes_243X + i_245X))));
|
|
arg1K0 = (1 + i_245X);
|
|
goto L6813;}
|
|
else {
|
|
return;}}
|
|
}
|
|
long s48_trace_value(long stob_246X)
|
|
{
|
|
char * arg0K1;
|
|
long arg1K0;
|
|
long new_261X;
|
|
char * data_addr_260X;
|
|
char * new_hp_259X;
|
|
long new_thing_258X;
|
|
char * new_hp_257X;
|
|
long new_thing_256X;
|
|
char * a_255X;
|
|
long descriptor_254X;
|
|
long h_253X;
|
|
char * frontier_252X;
|
|
char * a_251X;
|
|
char v_250X;
|
|
long type_249X;
|
|
char v_248X;
|
|
long stob_247X;
|
|
{ arg1K0 = stob_247X;
|
|
goto L7254;}
|
|
L7254: {
|
|
stob_247X = arg1K0;
|
|
if ((Swriting_imagePS)) {
|
|
v_248X = gc_recordP(stob_246X);
|
|
if (v_248X) {
|
|
type_249X = *((long *) (((char *) (-3 + stob_246X))));
|
|
v_250X = gc_recordP(type_249X);
|
|
if (v_250X) {
|
|
if ((1 == (*((long *) ((((char *) (-3 + type_249X))) + 4))))) {
|
|
note_undumpableB(stob_246X);
|
|
arg1K0 = (*((long *) ((((char *) (-3 + stob_246X))) + 4)));
|
|
goto L7254;}
|
|
else {
|
|
goto L6841;}}
|
|
else {
|
|
goto L6841;}}
|
|
else {
|
|
goto L6841;}}
|
|
else {
|
|
goto L6841;}}
|
|
L6841: {
|
|
if ((3 == (3 & stob_246X))) {
|
|
a_251X = ((char *) (-3 + stob_246X));
|
|
if ((a_251X < (Sfrom_beginS))) {
|
|
return stob_246X;}
|
|
else {
|
|
if ((a_251X < (Sfrom_endS))) {
|
|
frontier_252X = s48_ShpS;
|
|
h_253X = *((long *) ((((char *) (-3 + stob_246X))) + -4));
|
|
if ((3 == (3 & h_253X))) {
|
|
arg1K0 = h_253X;
|
|
arg0K1 = frontier_252X;
|
|
goto L6863;}
|
|
else {
|
|
if ((1074 == h_253X)) {
|
|
descriptor_254X = *((long *) (((char *) (-3 + stob_246X))));
|
|
if ((3 == (3 & descriptor_254X))) {
|
|
a_255X = ((char *) (-3 + descriptor_254X));
|
|
if ((a_255X < (Sfrom_beginS))) {
|
|
goto L4194;}
|
|
else {
|
|
if ((a_255X < (Sfrom_endS))) {
|
|
new_thing_256X = copy_weak_pointer(stob_246X, frontier_252X, &new_hp_257X);
|
|
arg1K0 = new_thing_256X;
|
|
arg0K1 = new_hp_257X;
|
|
goto L6863;}
|
|
else {
|
|
goto L4194;}}}
|
|
else {
|
|
goto L4194;}}
|
|
else {
|
|
goto L4194;}}}
|
|
else {
|
|
return stob_246X;}}}
|
|
else {
|
|
return stob_246X;}}
|
|
L6863: {
|
|
new_thing_258X = arg1K0;
|
|
new_hp_259X = arg0K1;
|
|
s48_ShpS = new_hp_259X;
|
|
return new_thing_258X;}
|
|
L4194: {
|
|
*((long *) frontier_252X) = h_253X;
|
|
data_addr_260X = frontier_252X + 4;
|
|
new_261X = 3 + (((long) data_addr_260X));
|
|
*((long *) ((((char *) (-3 + stob_246X))) + -4)) = new_261X;
|
|
memcpy((void *)data_addr_260X, (void *)(((char *) (-3 + stob_246X))),((long)(((unsigned long)h_253X)>>8)));
|
|
arg1K0 = new_261X;
|
|
arg0K1 = (data_addr_260X + (-4 & (3 + ((long)(((unsigned long)h_253X)>>8)))));
|
|
goto L6863;}
|
|
}
|
|
long s48_write_image(long resume_proc_262X, FILE * port_263X)
|
|
{
|
|
char * arg0K0;
|
|
long arg1K0;
|
|
char * merged_arg0K1;
|
|
char * merged_arg0K0;
|
|
|
|
int abort_collection_return_tag;
|
|
int Hproc967264_return_tag;
|
|
char Hproc9672640_return_value;
|
|
char * start_265X;
|
|
char * end_266X;
|
|
long h_320X;
|
|
long h_319X;
|
|
long d_318X;
|
|
char * addr_317X;
|
|
char * temp_316X;
|
|
char * temp_315X;
|
|
char * temp_314X;
|
|
char * temp_313X;
|
|
long type_312X;
|
|
long obj_311X;
|
|
char * next_310X;
|
|
long d_309X;
|
|
char * addr_308X;
|
|
long type_307X;
|
|
long status_306X;
|
|
long v_305X;
|
|
long v_304X;
|
|
long v_303X;
|
|
long v_302X;
|
|
long v_301X;
|
|
long v_300X;
|
|
long v_299X;
|
|
char * v_298X;
|
|
long v_297X;
|
|
char * v_296X;
|
|
long v_295X;
|
|
long v_294X;
|
|
long v_293X;
|
|
long v_292X;
|
|
long v_291X;
|
|
long imported_bindings_290X;
|
|
long resumer_records_289X;
|
|
char v_288X;
|
|
long i_287X;
|
|
long count_286X;
|
|
long *sizes_285X;
|
|
char * *areas_284X;
|
|
char v_283X;
|
|
long i_282X;
|
|
long count_281X;
|
|
long *sizes_280X;
|
|
char * *areas_279X;
|
|
char v_278X;
|
|
char * start_hp_277X;
|
|
long symbols_276X;
|
|
char * end_275X;
|
|
char * start_274X;
|
|
long resume_proc_273X;
|
|
long exported_bindings_272X;
|
|
long v_271X;
|
|
char * temp_270X;
|
|
char * temp_269X;
|
|
char * temp_268X;
|
|
char * temp_267X;
|
|
{ Sfrom_beginS = (Snewspace_beginS);
|
|
Sfrom_endS = (Snewspace_endS);
|
|
temp_267X = s48_SlimitS;
|
|
s48_SlimitS = (Soldspace_limitS);
|
|
Soldspace_limitS = temp_267X;
|
|
temp_268X = s48_ShpS;
|
|
s48_ShpS = (Soldspace_hpS);
|
|
Soldspace_hpS = temp_268X;
|
|
temp_269X = Snewspace_beginS;
|
|
Snewspace_beginS = (Soldspace_beginS);
|
|
Soldspace_beginS = temp_269X;
|
|
temp_270X = Snewspace_endS;
|
|
Snewspace_endS = (Soldspace_endS);
|
|
Soldspace_endS = temp_270X;
|
|
s48_ShpS = (Snewspace_beginS);
|
|
Sweak_pointer_hpS = NULL;
|
|
Swriting_imagePS = 1;
|
|
Sundumpable_recordsS = 25;
|
|
Sundumpable_countS = 0;
|
|
v_271X = s48_exported_bindings();
|
|
exported_bindings_272X = s48_trace_value(v_271X);
|
|
resume_proc_273X = s48_trace_value(resume_proc_262X);
|
|
arg0K0 = (Snewspace_beginS);
|
|
goto L6984;}
|
|
L6984: {
|
|
start_274X = arg0K0;
|
|
end_275X = s48_ShpS;
|
|
s48_trace_locationsB(start_274X, end_275X);
|
|
if (((((((s48_SlimitS) - (s48_ShpS)))>>2)) < 0)) {
|
|
ps_error("GC error: ran out of space in new heap", 0);
|
|
clean_weak_pointers();
|
|
goto L6953;}
|
|
else {
|
|
if ((end_275X < (s48_ShpS))) {
|
|
arg0K0 = end_275X;
|
|
goto L6984;}
|
|
else {
|
|
clean_weak_pointers();
|
|
goto L6953;}}}
|
|
L6953: {
|
|
s48_mark_traced_channels_closedB();
|
|
symbols_276X = s48_copy_symbol_table();
|
|
Sfinding_typeS = 8;
|
|
start_hp_277X = s48_ShpS;
|
|
*((long *) (s48_ShpS)) = 0;
|
|
s48_ShpS = ((s48_ShpS) + 4);
|
|
merged_arg0K0 = (Snewspace_beginS);
|
|
merged_arg0K1 = start_hp_277X;
|
|
Hproc967264_return_tag = 0;
|
|
goto Hproc967264;
|
|
Hproc967264_return_0:
|
|
v_278X = Hproc9672640_return_value;
|
|
if (v_278X) {
|
|
if ((0 < (Simpure_area_countS))) {
|
|
areas_279X = Simpure_areasS;
|
|
sizes_280X = Simpure_sizesS;
|
|
count_281X = Simpure_area_countS;
|
|
arg1K0 = 0;
|
|
goto L5908;}
|
|
else {
|
|
goto L5848;}}
|
|
else {
|
|
goto L5866;}}
|
|
L5908: {
|
|
i_282X = arg1K0;
|
|
if ((i_282X < count_281X)) {
|
|
merged_arg0K0 = (*(areas_279X + i_282X));
|
|
merged_arg0K1 = ((*(areas_279X + i_282X)) + (*(sizes_280X + i_282X)));
|
|
Hproc967264_return_tag = 1;
|
|
goto Hproc967264;
|
|
Hproc967264_return_1:
|
|
v_283X = Hproc9672640_return_value;
|
|
if (v_283X) {
|
|
arg1K0 = (1 + i_282X);
|
|
goto L5908;}
|
|
else {
|
|
goto L5866;}}
|
|
else {
|
|
goto L5848;}}
|
|
L5848: {
|
|
if ((0 < (Spure_area_countS))) {
|
|
areas_284X = Spure_areasS;
|
|
sizes_285X = Spure_sizesS;
|
|
count_286X = Spure_area_countS;
|
|
arg1K0 = 0;
|
|
goto L5929;}
|
|
else {
|
|
goto L5855;}}
|
|
L5866: {
|
|
s48_ShpS = start_hp_277X;
|
|
arg1K0 = 1;
|
|
goto L7003;}
|
|
L5929: {
|
|
i_287X = arg1K0;
|
|
if ((i_287X < count_286X)) {
|
|
merged_arg0K0 = (*(areas_284X + i_287X));
|
|
merged_arg0K1 = ((*(areas_284X + i_287X)) + (*(sizes_285X + i_287X)));
|
|
Hproc967264_return_tag = 2;
|
|
goto Hproc967264;
|
|
Hproc967264_return_2:
|
|
v_288X = Hproc9672640_return_value;
|
|
if (v_288X) {
|
|
arg1K0 = (1 + i_287X);
|
|
goto L5929;}
|
|
else {
|
|
goto L5866;}}
|
|
else {
|
|
goto L5855;}}
|
|
L5855: {
|
|
*((long *) start_hp_277X) = (10 + (((((s48_ShpS) - (start_hp_277X + 4)))<<8)));
|
|
arg1K0 = (3 + (((long) (start_hp_277X + 4))));
|
|
goto L7003;}
|
|
L7003: {
|
|
resumer_records_289X = arg1K0;
|
|
imported_bindings_290X = s48_cleaned_imported_bindings();
|
|
if ((1 == resumer_records_289X)) {
|
|
abort_collection_return_tag = 0;
|
|
goto abort_collection;
|
|
abort_collection_return_0:
|
|
return ENOMEM;}
|
|
else {
|
|
SstatusS = NO_ERRORS;
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_291X)
|
|
SstatusS = v_291X;
|
|
goto L2020;}
|
|
else {
|
|
goto L2020;}}}
|
|
L2020: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(12, port_263X, v_292X)
|
|
SstatusS = v_292X;
|
|
goto L2029;}
|
|
else {
|
|
goto L2029;}}
|
|
L2029: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_293X)
|
|
SstatusS = v_293X;
|
|
goto L2038;}
|
|
else {
|
|
goto L2038;}}
|
|
L2038: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_string("Vanilla 20", port_263X));
|
|
goto L2045;}
|
|
else {
|
|
goto L2045;}}
|
|
L2045: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_294X)
|
|
SstatusS = v_294X;
|
|
goto L2054;}
|
|
else {
|
|
goto L2054;}}
|
|
L2054: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(4, port_263X));
|
|
goto L2124;}
|
|
else {
|
|
goto L2124;}}
|
|
L2124: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_295X)
|
|
SstatusS = v_295X;
|
|
goto L2056;}
|
|
else {
|
|
goto L2056;}}
|
|
L2056: {
|
|
v_296X = Snewspace_beginS;
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(((((((long) v_296X)))>>2)), port_263X));
|
|
goto L2144;}
|
|
else {
|
|
goto L2144;}}
|
|
L2144: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_297X)
|
|
SstatusS = v_297X;
|
|
goto L2062;}
|
|
else {
|
|
goto L2062;}}
|
|
L2062: {
|
|
v_298X = s48_ShpS;
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(((((((long) v_298X)))>>2)), port_263X));
|
|
goto L2164;}
|
|
else {
|
|
goto L2164;}}
|
|
L2164: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_299X)
|
|
SstatusS = v_299X;
|
|
goto L2068;}
|
|
else {
|
|
goto L2068;}}
|
|
L2068: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(symbols_276X, port_263X));
|
|
goto L2179;}
|
|
else {
|
|
goto L2179;}}
|
|
L2179: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_300X)
|
|
SstatusS = v_300X;
|
|
goto L2070;}
|
|
else {
|
|
goto L2070;}}
|
|
L2070: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(imported_bindings_290X, port_263X));
|
|
goto L2194;}
|
|
else {
|
|
goto L2194;}}
|
|
L2194: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_301X)
|
|
SstatusS = v_301X;
|
|
goto L2072;}
|
|
else {
|
|
goto L2072;}}
|
|
L2072: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(exported_bindings_272X, port_263X));
|
|
goto L2209;}
|
|
else {
|
|
goto L2209;}}
|
|
L2209: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_302X)
|
|
SstatusS = v_302X;
|
|
goto L2074;}
|
|
else {
|
|
goto L2074;}}
|
|
L2074: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(resumer_records_289X, port_263X));
|
|
goto L2224;}
|
|
else {
|
|
goto L2224;}}
|
|
L2224: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_303X)
|
|
SstatusS = v_303X;
|
|
goto L2076;}
|
|
else {
|
|
goto L2076;}}
|
|
L2076: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_integer(resume_proc_273X, port_263X));
|
|
goto L2239;}
|
|
else {
|
|
goto L2239;}}
|
|
L2239: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(10, port_263X, v_304X)
|
|
SstatusS = v_304X;
|
|
goto L2078;}
|
|
else {
|
|
goto L2078;}}
|
|
L2078: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
PS_WRITE_CHAR(12, port_263X, v_305X)
|
|
SstatusS = v_305X;
|
|
goto L2087;}
|
|
else {
|
|
goto L2087;}}
|
|
L2087: {
|
|
*((long *) (s48_ShpS)) = 1;
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_block(port_263X, ((char *) (s48_ShpS)), (((s48_ShpS) + 4) - (s48_ShpS))));
|
|
goto L2106;}
|
|
else {
|
|
goto L2106;}}
|
|
L2106: {
|
|
if (((SstatusS) == NO_ERRORS)) {
|
|
SstatusS = (ps_write_block(port_263X, ((char *) (Snewspace_beginS)), ((s48_ShpS) - (Snewspace_beginS))));
|
|
goto L2119;}
|
|
else {
|
|
goto L2119;}}
|
|
L2119: {
|
|
status_306X = SstatusS;
|
|
abort_collection_return_tag = 1;
|
|
goto abort_collection;
|
|
abort_collection_return_1:
|
|
return status_306X;}
|
|
Hproc967264: {
|
|
start_265X = merged_arg0K0;
|
|
end_266X = merged_arg0K1;{
|
|
type_307X = Sfinding_typeS;
|
|
arg0K0 = start_265X;
|
|
goto L4853;}
|
|
L4853: {
|
|
addr_308X = arg0K0;
|
|
if ((addr_308X < end_266X)) {
|
|
d_309X = *((long *) addr_308X);
|
|
next_310X = addr_308X + (4 + (-4 & (3 + ((long)(((unsigned long)d_309X)>>8)))));
|
|
if ((2 == (3 & d_309X))) {
|
|
if ((type_307X == (31 & (((d_309X)>>2))))) {
|
|
obj_311X = 3 + (((long) (addr_308X + 4)));
|
|
type_312X = *((long *) (((char *) (-3 + obj_311X))));
|
|
if ((3 == (3 & type_312X))) {
|
|
if ((8 == (31 & ((((*((long *) ((((char *) (-3 + type_312X))) + -4))))>>2))))) {
|
|
if ((3 == (3 & (*((long *) ((((char *) (-3 + type_312X))) + 4)))))) {
|
|
if ((((s48_ShpS) + 16) < (s48_SlimitS))) {
|
|
*((long *) (s48_ShpS)) = obj_311X;
|
|
s48_ShpS = ((s48_ShpS) + 4);
|
|
arg0K0 = next_310X;
|
|
goto L4853;}
|
|
else {
|
|
Hproc9672640_return_value = 0;
|
|
goto Hproc967264_return;}}
|
|
else {
|
|
arg0K0 = next_310X;
|
|
goto L4853;}}
|
|
else {
|
|
arg0K0 = next_310X;
|
|
goto L4853;}}
|
|
else {
|
|
arg0K0 = next_310X;
|
|
goto L4853;}}
|
|
else {
|
|
arg0K0 = next_310X;
|
|
goto L4853;}}
|
|
else {
|
|
ps_write_string("heap is in an inconsistent state.", (stderr));
|
|
Hproc9672640_return_value = 0;
|
|
goto Hproc967264_return;}}
|
|
else {
|
|
Hproc9672640_return_value = 1;
|
|
goto Hproc967264_return;}}
|
|
Hproc967264_return:
|
|
switch (Hproc967264_return_tag) {
|
|
case 0: goto Hproc967264_return_0;
|
|
case 1: goto Hproc967264_return_1;
|
|
default: goto Hproc967264_return_2;
|
|
}}
|
|
|
|
abort_collection: {
|
|
{ temp_313X = s48_SlimitS;
|
|
s48_SlimitS = (Soldspace_limitS);
|
|
Soldspace_limitS = temp_313X;
|
|
temp_314X = s48_ShpS;
|
|
s48_ShpS = (Soldspace_hpS);
|
|
Soldspace_hpS = temp_314X;
|
|
temp_315X = Snewspace_beginS;
|
|
Snewspace_beginS = (Soldspace_beginS);
|
|
Soldspace_beginS = temp_315X;
|
|
temp_316X = Snewspace_endS;
|
|
Snewspace_endS = (Soldspace_endS);
|
|
Soldspace_endS = temp_316X;
|
|
arg0K0 = (Snewspace_beginS);
|
|
goto L4086;}
|
|
L4086: {
|
|
addr_317X = arg0K0;
|
|
if ((addr_317X < (s48_ShpS))) {
|
|
d_318X = *((long *) addr_317X);
|
|
if ((2 == (3 & d_318X))) {
|
|
arg1K0 = d_318X;
|
|
goto L4107;}
|
|
else {
|
|
h_319X = *((long *) ((((char *) (-3 + d_318X))) + -4));
|
|
*((long *) addr_317X) = h_319X;
|
|
arg1K0 = h_319X;
|
|
goto L4107;}}
|
|
else {
|
|
goto abort_collection_return;}}
|
|
L4107: {
|
|
h_320X = arg1K0;
|
|
arg0K0 = (addr_317X + (4 + (-4 & (3 + ((long)(((unsigned long)h_320X)>>8))))));
|
|
goto L4086;}
|
|
abort_collection_return:
|
|
switch (abort_collection_return_tag) {
|
|
case 0: goto abort_collection_return_0;
|
|
default: goto abort_collection_return_1;
|
|
}}
|
|
|
|
}
|
|
void s48_initializing_gc_root(void)
|
|
{
|
|
long v_325X;
|
|
long v_324X;
|
|
long v_323X;
|
|
long v_322X;
|
|
long v_321X;
|
|
{ if ((SinitializingPS)) {
|
|
v_321X = s48_trace_value((Sstartup_procedureS));
|
|
Sstartup_procedureS = v_321X;
|
|
v_322X = s48_trace_value((SsymbolsS));
|
|
SsymbolsS = v_322X;
|
|
v_323X = s48_trace_value((Simported_bindingsS));
|
|
Simported_bindingsS = v_323X;
|
|
v_324X = s48_trace_value((Sexported_bindingsS));
|
|
Sexported_bindingsS = v_324X;
|
|
v_325X = s48_trace_value((Sresumer_recordsS));
|
|
Sresumer_recordsS = v_325X;
|
|
return;}
|
|
else {
|
|
return;}}
|
|
}void
|
|
s48_heap_init(void)
|
|
{
|
|
Spure_area_countS = 0;
|
|
Simpure_area_countS = 0;
|
|
Sfinding_typeS = 1;
|
|
Sgc_countS = 0;
|
|
SstatusS = NO_ERRORS;
|
|
SeofPS = 0;
|
|
SinitializingPS = 1;
|
|
Hthe_record_type9260 = 1;
|
|
}
|