[ANN] SqueakJS 1.0

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

[ANN] SqueakJS 1.0

codefrau
Oops - I don't think this made it to squeak-dev? Sending again.

---------- Forwarded message ---------
From: Vanessa Freudenberg <[hidden email]>
Date: Mon, Dec 21, 2020 at 9:32 PM
Subject: [ANN] SqueakJS 1.0
To: <[hidden email]>, Open Smalltalk Virtual Machine Development Discussion <[hidden email]>, <[hidden email]>


Hi All,

yesterday I released version 1.0 of SqueakJS, exactly 7 years after my first public announcement on December 20, 2013.


Arguably I should have done this back in 2016 when it could run Spur images. What got it over the last hump was Fabio's interpreter for Sista bytecodes and Erik's refactoring for Node.js.

SqueakJS is now the most compatible Squeak VM: it can run pre-release images from 1996 as well as the latest Squeak 6.0 trunk image.

For production, you should still use non-Sista images, because no JIT has been implemented yet.

A big Thank You to all the contributors over the years, and to Dan Ingalls for the inspiration, and funding the initial development. 

There are still many things to work on:

- a simple JIT for Sista bytecode to bring its speed at least up to par with its pre-Sista speed
- a "real" JIT with context mapping (keeping temps in JS vars rather than on the stack) and send optimizations (mapping sends to JS function invocations)
- 64 bit support for pre-Spur images
- big-endian support for 64 bit images

Help is very welcome at https://github.com/codefrau/SqueakJS

Happy Holidays to Everyone!
Vanessa


Reply | Threaded
Open this post in threaded view
|

Re: [ANN] SqueakJS 1.0

frank.lesser

Hi Vanessa,

congrats - know the feeling how fast time passes if you seriously work on a great project - hope to find the time to have a deeper look at your work soon s possible - merry Christmas,

Frank

On 12/23/2020 20:20, Vanessa Freudenberg wrote:
Oops - I don't think this made it to squeak-dev? Sending again.

---------- Forwarded message ---------
From: Vanessa Freudenberg <[hidden email]>
Date: Mon, Dec 21, 2020 at 9:32 PM
Subject: [ANN] SqueakJS 1.0
To: <[hidden email]>, Open Smalltalk Virtual Machine Development Discussion <[hidden email]>, <[hidden email]>


Hi All,

yesterday I released version 1.0 of SqueakJS, exactly 7 years after my first public announcement on December 20, 2013.


Arguably I should have done this back in 2016 when it could run Spur images. What got it over the last hump was Fabio's interpreter for Sista bytecodes and Erik's refactoring for Node.js.

SqueakJS is now the most compatible Squeak VM: it can run pre-release images from 1996 as well as the latest Squeak 6.0 trunk image.

For production, you should still use non-Sista images, because no JIT has been implemented yet.

A big Thank You to all the contributors over the years, and to Dan Ingalls for the inspiration, and funding the initial development. 

There are still many things to work on:

- a simple JIT for Sista bytecode to bring its speed at least up to par with its pre-Sista speed
- a "real" JIT with context mapping (keeping temps in JS vars rather than on the stack) and send optimizations (mapping sends to JS function invocations)
- 64 bit support for pre-Spur images
- big-endian support for 64 bit images

Help is very welcome at https://github.com/codefrau/SqueakJS

Happy Holidays to Everyone!
Vanessa