Login  Register

Re: regression: TestObjectsAsMethods crash in 4.19.5 (not in 4.16.7)

Posted by Nicolas Cellier on Mar 20, 2021; 11:00pm
URL: https://forum.world.st/regression-TestObjectsAsMethods-crash-in-4-19-5-not-in-4-16-7-tp5127232p5127950.html

 
Hi all,
just FYI, I had to use a numbered primitive for highBit because to my
knowledge, named primitives cannot be jitted yet...
And the main interest for this primitive is to be jitted.
https://github.com/OpenSmalltalk/opensmalltalk-vm/issues/418

Le sam. 20 mars 2021 à 23:14, David T. Lewis <[hidden email]> a écrit :

>
>
> On Sat, Mar 20, 2021 at 08:14:30PM +0100, [hidden email] wrote:
> >
> > Also I'll try to test SqueakJS which is something I have no experience with,
> > at all (JS = Javascript).
> >
> > As far as I understand, SqueakJS is a Javascript runtime for Squeak.
> >
> > I'll try to test that as well ...
> >
> > I'm learning about all the different runtimes ...
> >
> >   - squeak-5 (OpenSmalltalk) and squeak-5 Cog Spur (COG VM)
> >   - squeak-4 classical VM
> >   - squeakJS javascript
> >
>
> I certainly encourage you to get acquainted with SqueakJS. It is not the
> fastest VM for Squeak, but is it certainly the most portable with respect
> to supporting various Squeak images, and it demonstrates that the virtual
> machine that runs the Squeak image does not necessarily need to be tied
> to any specific operating system or implementation language.
>
> Dave
>