Eliot Miranda

Results 14 issues of Eliot Miranda

Hi, The warning/error pthread_setschedparam failed: Not owner is also happening on Solaris, and obviously it also prints some text, which does not really make sense on Solaris. I have documented...

On macOS High Sierra 10.13.6 in 32-bit and 64-bit: If NetNameResolver useOldNetwork == false then only 1 SocketTest test passes, 2 fail and 11 raise errors. The plugin reports connect...

bug
help wanted
macOS
plugins
primitive

We use sqVirtualMachine.c/h as a poor-mans cross-platform reverse export facility, allowing shared objects o access facilities exported by the VM. None of this is strictly necessary; all platforms providing shared...

Currently some implementations of ffiReturnStruct:ofType:in: have knowledge about whether structs are returned in registers or not (a nice recent improvement by Nicolas Cellier). However, it would be better if this...

In structure return the FFIPlugin creates an instance of the return type (retType in ffiReturnStruct:ofType:in:), but the return type has been fetched from the stack or method *before* the callout,...

It would be convenient if the Spur headroom growth size, shrinking ratio, and heap growth ratio for full GCs/old space were stored in the image header as “desired” values, alongside...

(Line numbers correct at time of writing) There is a major loop in b3dMainLoop with condition `while(aetStart < aetSize) {` at line 1352 which is in the MAIN LOOP at...

The FloatMathPlugin provided cross-platform bit-identical floating point, needed for applications such as OpenCroquet/Qwaq/terf. The plugin depends on Sun's fdlibm which is effectively obsolete. There are better solutions; see for an...

The current default eden size for 64-bits is 8 Mb which is too small. The performance cost of generation scavenging on 64-bits is radically different at 8Mb vs e.g. 64Mb....

In the unix variant (& hence the Mac variant), there are many environment variables that can specify such things as SQUEAK_PLUGINS SQUEAK_ENCODING SQUEAK_PATHENC SQUEAK_TEXTENC SQUEAK_VM First these should be dialect-specific...