[Vm-dev] Failed: OpenSmalltalk/opensmalltalk-vm#2289 (Cog - c14b717)

Travis CI builds at travis-ci.org
Fri Oct 30 03:12:47 UTC 2020


Build Update for OpenSmalltalk/opensmalltalk-vm
-------------------------------------

Build: #2289
Status: Failed

Duration: 5 hrs, 22 mins, and 37 secs
Commit: c14b717 (Cog)
Author: Eliot Miranda
Message: CogVM source as per Name: VMMaker.oscog-eem.2862

Cogit: Revise deriving the varBaseAddress after finding on MacOS that the linker
may not "follow orders".  So take the minimum of several likely addresses,
secretly hoping the minimum is something like stackLimit, which likely has the
highest dynamic frequency (well done clang).

Eliminate ceEnterInterpreterOnReturnFromCogCode and have the
ceReturnToInterpreterTrampoline invoke interpret directly, using the same code
as ceInvokeInterpret.  Do this by moving the setMethod: send into interpret
from senders; setMethod: is key because it sets the bytecodeSetSelector to
enable multiple bytecode set support, but machine code is (and should remain)
ignorant of the details of bytecode set selection in compiled method headers.

cogitARMv8.c Add __ARM_ARCH >= 8 to cogit.c's ARMv8 identifying macros.

CoInterpreterMT: Get rid of vmOwnerLock; what a bogus idea.  Just use CAS on
vmOwner as God (DS) intended. Fix a bug in CoInterpreterMT>>wakeHighestPriority.
Refactor ABI callout marshalling on X64 to use the same CArg0Reg thru CArg3Reg
pattern as on ARMv8.  Make CPUID the first processor specific opcode on Intel.
Eliminate use of reenterInterpreter, this is StackInterpreter only now.

FilePlugin:
Add FilePlugin>>primitiveFileReadPinningAndDisowning, for file read in COGMTVM.
Use methodReturnInteger: rather than methodReturnValue: ... integerObjectOf::

Slang: generate neater code for pointer indirection.  Instead of indexing with
zero, dereference with *.  Eliminate a space in function type printing.

View the changeset: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/17625fc20fa1...c14b71734116

View the full build log and details: https://travis-ci.org/github/OpenSmalltalk/opensmalltalk-vm/builds/740043695?utm_medium=notification&utm_source=email


--

You can unsubscribe from build emails from the OpenSmalltalk/opensmalltalk-vm repository going to https://travis-ci.org/account/preferences/unsubscribe?repository=8795279&utm_medium=notification&utm_source=email.
Or unsubscribe from *all* email updating your settings at https://travis-ci.org/account/preferences/unsubscribe?utm_medium=notification&utm_source=email.
Or configure specific recipients for build notifications in your .travis.yml file. See https://docs.travis-ci.com/user/notifications.

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20201030/d95dc75c/attachment-0001.html>


More information about the Vm-dev mailing list