Squeak build problem...

Ian Piumarta ian.piumarta at inria.fr
Thu Aug 15 04:47:49 UTC 2002


Hi Alan,

On Thu, 15 Aug 2002, Alan Grimes wrote:
> 
> It builds for athlon-pc-linux-gnu with GCC 3.1.1 to a binary of length
> 814,476 bytes. The performance seems pretty snappy. =)

If you've a few minutes, could you run '0 tinyBenchmarks' using the
prebuilt VM and then the one you just compiled and then post the results?

The output from the following under the two VMs would also be a (much
more ;) useful benchmark:

	Smalltalk garbageCollect.
	Time millisecondsToRun:
		[((CCodeGenerator new initialize
			addClass: Interpreter;
			prepareMethods;
			doInlining: true)
				cCodeForMethod: #interpret)]

Thanks!

Ian





More information about the Squeak-dev mailing list