Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit c8adefe

Browse files
committed
PS: use -O2, not -O3
1 parent 6c4e987 commit c8adefe

1 file changed

Lines changed: 37 additions & 0 deletions

File tree

Misc/NEXT-NOTES

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,40 @@ make "OPT=-O3 -fschedule-insns2 -ObjC -arch m68k -arch i486"
4242

4343
Ted Horst
4444
(not speaking for Swissbank)
45+
46+
47+
Subject: Re: dynamic loading on NeXTSTEP
48+
From: [email protected] (Ted Horst)
49+
50+
Date: Fri, 6 Sep 1996 16:27:32 GMT
51+
X-Newsgroups: comp.lang.python
52+
X-Organization: Swiss Bank Corporation CM&T Division
53+
54+
Ted Horst writes
55+
>
56+
> These are the steps that I took to get dynamic loading working under NeXTSTEP
57+
> (3.3 m68k, i486) for Python1.4beta3 (including the Numeric stuff).
58+
59+
<SNIP>
60+
61+
> make "OPT=-O3 -fschedule-insns2 -ObjC -arch m68k -arch i486"
62+
>
63+
> Ted Horst
64+
> (not speaking for Swissbank)
65+
66+
Wow, I guess I was overzealous with the optimizations. Upon further
67+
testing, I discovered that the Numeric stuff did not work properly on
68+
Intel machines, but did work properly on m68k. I dropped the
69+
optimization to -O2 (leaving out the -fschedule-insns2), and it seems
70+
to behave properly on both architectures now.
71+
72+
So,
73+
74+
make "OPT=-O2 -ObjC -arch m68k -arch i486"
75+
76+
looks like a better choice.
77+
78+
Sorry for the misguidance,
79+
80+
Ted Horst
81+
(still not speaking for SwissBank)

0 commit comments

Comments
 (0)