[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] try appveyor (bed86c5)

Nicolas Cellier nicolas.cellier.aka.nice at gmail.com
Mon May 15 14:37:44 UTC 2017


Hi Eliot,
I've not worked on it for a month or so, but last time I tried, the VM
failed during image startup.
AFAIR, it had time to produce and execute some JIT, but I can't say more
until I have access to my laptop this evening,
I've tried some crazy things like tracing every VM function thru gdb hack,
unfortunately, it does not scale (slow) and also perturbates the VM.
I'll try to report ASAP.

There's a first thing needed before testing it:
either add some -DWIN64ABI compilation flag somewhere, or add these 3 lines
in cogit.c preamble

#if WIN64
# define WIN64ABI 1
#endif


2017-05-15 16:24 GMT+02:00 Eliot Miranda <eliot.miranda at gmail.com>:

>
> Hi Nicolas,
>
>     can you give a short status report on Cog for Win64?  What is not
> working for the JIT?  Given that the stack spur vm works we should be
> close.  So what still needs fixing?
>
> _,,,^..^,,,_ (phone)
>
> On May 15, 2017, at 7:13 AM, Nicolas Cellier <notifications at github.com>
> wrote:
>
> Hi Esteban, currently this fails because with don't build pharo.cog.spur
> yet in win64.
> Could you retry with "${ROOT_DIR}/build.${ARCH}/pharo.*stack*
> .spur/build/vm"?
> At least, this should turn the appveyor status green again.
>
>> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/bed86c5723c150a7eafad111a1872d739dcbae97#commitcomment-22142928>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/APHa0DePieA9856_kWXXScvpTMsyykRTks5r6F1-gaJpZM4NbMVh>
> .
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.squeakfoundation.org/pipermail/vm-dev/attachments/20170515/dcc7d8eb/attachment-0001.html>


More information about the Vm-dev mailing list