[Vm-dev] Errored: OpenSmalltalk/opensmalltalk-vm#1941 (Cog - 811df75)

Travis CI builds at travis-ci.org
Tue Feb 4 22:11:50 UTC 2020


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

Build: #1941
Status: Errored

Duration: 33 mins and 50 secs
Commit: 811df75 (Cog)
Author: Eliot Miranda
Message: CogVM source as per VMMaker.oscog-eem.2705

Cogit:
Add support for a substitute SPReg to cope with the ARMv8's typical 16-byte
stack pointer alignment requirement.  Implement NativePopR:& NativePushR:.
Fix compilation warnings for cStack/FramePointerAddress access.  Fix
nextProfileTickAddress for 64-bit simulation.  Write stackLimitAddress &
vmOwnerLockAddress in the modern style.  Move genLoadStackPointers from Cogit
to CogAbstractInstruction where it lives with the other stack load/store
generartors, allowing ARMv8 to easily override to use ldp/stp as desired.

Consequently...
- add NativePopR NativePushR NativeRetN abstract instructions (so far only
  NativeRetN needs to be implemented; see ceCaptureCStackPointers)
- add ABICalleeSavedRegisterMask & ABICallerSavedRegisterMask to
  CogAbstractRegisters
- Add ABIResultReg and ABIResultRegHigh and nuke the cResultRegister accessor.
- Rename genGetLeafCallStackPointer to genGetLeafCallStackPointers, and have
  ceGetSP answer the native stack pointer.

Add support for cache flushing in the dual mapped regime, hence rename
maybeGenerateICacheFlush to maybeGenerateCacheFlush.

Slang:
Sort variables by size so that they occupy a little less space.
reenterInterpreter does *not* need to be exported.
Nuke unused Cogit Lowcode vars when not generating a LowcodeVM.

FFI Plugins:
Let X64 SysV FFI handle passing/returning union

This can be tricky because we can have union in struct, struct in union etc...
So we must correctly peel the union.

View the changeset: https://github.com/OpenSmalltalk/opensmalltalk-vm/compare/4868d1e8e452...811df757ca9a

View the full build log and details: https://travis-ci.org/OpenSmalltalk/opensmalltalk-vm/builds/646146189?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/20200204/921b5b93/attachment-0001.html>


More information about the Vm-dev mailing list