Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.
Where is the majority of compiling computations done? Is the larger percentage of computation spent moving it from source to bytecode or bytecode to machine code?
I don't know the answer but I guess it will be in the source -> bytecode transformation. The semantics are richer and more complex. The translation from bytecode to machine code should be much more straightforward, by definition.
That was my assumption too, but I guess I'm looking for ballpark percentages on both? It must mostly (maybe 90-99%) be the source to bytecode, since JIT performance is pretty good (see java, python).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.