I'm trying to understand how Static Hermes works underneath. #1685
Replies: 3 comments 4 replies
-
|
Yes, the
|
Beta Was this translation helpful? Give feedback.
-
|
@avp OK. What is the backend that outputs C? Is it contained within the Static Hermes project? Or does it call out to an external program? I know the actual compilation of C is done by calling /user/bin/cc, so it uses the system C compiler. |
Beta Was this translation helpful? Give feedback.
-
|
@tmikov I know it wasn't the original intention, but a tool like this is probably going to generate a lot of interest as simply a 'faster' Javascript engine in any context or use, outside of React Native usage. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I've looked through the code, and as far as I can tell Static Hermes is doing roughly following when you type shermes ./my_js_code:
Is this correct? Also what is LLVH that's referenced in Static Hermes. I'm aware of LLVM, but what is LLVH?
Beta Was this translation helpful? Give feedback.
All reactions