I certainly appreciate how much we own to your work on Cog. I wouldn't have come back to Squeak/Pharo without it (not after going through the Squeak VM when Ian Piumarta was taking care of it), and I'm thrilled by the performance goals you're targetting. This is great!Hi All,
On Mon, Sep 15, 2014 at 6:01 AM, Thierry Goubier <thierry.goubier@gmail.com> wrote:
I would not suggest replacing C by LLVM-IR for VM work, in part because LLVM-IR is not what I would call a readable source code format... But I do know that even when doing C to C rewritting for embedded compilation, there is some low-level code that you can't write in C.
I find this whole discussion depressing. ��It seems people would rather put their energy in chasing quick fixes or other technologies instead of contributing to the work that is being done in the existing VM. ��People discuss using LLVM as if the code generation capabilities inside Cog were somehow poor or have no chance of competing. ��Spur is around twice as fast as the current memory manager, has much better support for the FFI. ��Cl��ment and I, now with help from Ronie, are making excellent progress towards an adaptive optimizer/speculative inliner that will give us similar performance to V8 (the Google JavaScript VM, lead by Lars Bak, who implemented the HotSpot VM (Smalltalk and Java)) et al. ��We are trying to get person-power for a high-quality FFI and have a prototype for a non-blocking VM. ��When we succeed C won't be any better and so it won't be an interesting target. ��One will be able to program entirely in Smalltalk and get excellent performance. ��But we need effort. ��Collaboration.
You have a point :) VM development is hard, and is vital for Squeak/Pharo.Personally I feel so discouraged when people talk about using LLVM or libffi or whatever instead of having the courage and energy to make our system world-class. ��I have the confidence in our abilities to compete with the best and am saddened that people in the community don't value the technology we already have and can't show faith in our abilities to improve it further. ��Show some confidence and express support and above all get involved.
You didn't announce the last one or I missed it?