Re: Re: Strings for operators
Stefano Corsi <[email protected]> Sat, 10 May 2003 23:04:03 +0000
| Newsgroups | gmane.comp.lang.moto.devel |
|---|---|
| Organization | Moto Project |
| Message-ID | <[email protected]> |
Alle 18:03, sabato 10 maggio 2003, David Hakim ha scritto: > Have you tried profiling the interpreter ? To do so all you need to do > is add a -pg flag to the CFLAGS in the makefiles in src/codex and > src/moto and rebuild. Then you can go into the tests folder and run a > test like > > ../bin/moto -X../mx util_vector.moto > > and see where the bottlenecks are with > > gprof ../bin/moto | less Eh eh... that's a good idea! Never used it (shame on me!). Anxious to try= =2E.. Stefano=20