Where can I find side-by-side benchmarks for Chakra, JavaScriptCore and V8?
ChakraCore GitHub repository is now open
61–70 of 324 posts
Re: ChakraCore GitHub repository is now open
#62Earlier quoted context omitted.
What is the advantage of this? What does 1 more JS engine buy us?
Having more than one engine can mean that there is less of a V8 monoculture. Bugs in V8 don't become "standard" and "things that V8 is really good at" doesn't become "things that Javascript is really good at".
Re: ChakraCore GitHub repository is now open
#63Good that it's open source, but I found this blurb from their contributing guidelines [0] to be contribution inhibiting: You will need to complete a Contributor License Agreement (CLA) before your pull request can be accepted. This agreement testifies that you are granting us permission to use the source code you are submitting, and that this work is being submitted under appropriate license that we can use it. [0] h…
I could go on, but the point is that CLAs exist for good reasons. There may be another, different way to accomplish the same goals, but since it isn't my pocketbook funding the project, I don't feel like I have a right to complain.
As such, just because a project has a CLA doesn't mean there's anything nefarious or inhibiting going on.
Re: ChakraCore GitHub repository is now open
#64Earlier quoted context omitted.
Aka, Microsoft is again in the "embrace" stage of Embrace, Extend, Extinguish. (Even if its current management has the noblest intentions, who knows how it'll be in two or three years?)
Do you have anything to back this up other than it being your knee-jerk reaction? Microsoft's entire leadership has turned over and it's easy to see that their culture is very different from the days you're talking about. Also, they don't have a monopoly on nearly anything and certainly not on Javascript engines. They couldn't move to the "Extend, Extinguish" phases even if they wanted to.
Big Corporations can have mixed messages. Apple (My most hated company in Tech has also been very good to Open Source with some projects)
Re: ChakraCore GitHub repository is now open
#65> Finally, you can also use ChakraCore as the JavaScript engine in Node. This is interesting. You can use it as an alternative to v8 for node.js
Re: ChakraCore GitHub repository is now open
#66Small thing, but nice to see that the API is exposed as C (easy to write bindings for) instead of C++ (near-impossible to write bindings for).
Slight derail but I find it interesting that the Swift team is tackling the fragile ABI problem with v3... Something C++ could have done at any time, enabling portable and interoperable C++ interfaces. (There's no reason clang importer couldn't surface C++ or any other language to Swift for that matter)
Re: ChakraCore GitHub repository is now open
#67> The MIT License (MIT)
> Copyright (c) Microsoft Corporation
Incredible!
https://github.com/Microsoft/ChakraCore/blob/master/LICENSE....
Re: ChakraCore GitHub repository is now open
#68Earlier quoted context omitted.
Check out the Linux branch :) we are actively working on a port. Disclaimer: Msft employee on chakra
Why port rather than just writing it to be portable from the start? Seems like a lot of work?
Re: ChakraCore GitHub repository is now open
#69Earlier quoted context omitted.
From the Roadmap document - it seems like JIT on Linux is not a priority? That's surprising. Is it due to technical issues or the whole idea is to have NodeJS on Windows use Chakra and let the community do the Linux part with JIT?
The first step is to get the runtime and interpreter running. Next step is to bring the jit up. Chakra is the hybrid engine where we have the interpreter, simple jit and full jit. The interpreter is the one which does all the profile data collection. Profile data is required to get the quality jit code. Declaimer: I work for Chakra team.
Re: ChakraCore GitHub repository is now open
#70Earlier quoted context omitted.
What's wrong with a CLA? It's incredibly common for projects open sourced by companies.
It means that the company owns the copyright to everything and can close the source again any time they want. EDIT Dear mods. Some pretty measured posts are getting serious heat in this (and other threads relating to MS) maybe you could look into it?