Replies: 1 comment
-
답변자바스크립트 엔진은 컴파일과 인터프리트를 혼합하여 사용하여 최적의 성능을 제공합니다. 초기에는 인터프리터를 통해 빠르게 실행을 시작하고, 코드가 자주 실행되면 JIT 컴파일러를 통해 네이티브 코드로 변환하여 성능을 최적화합니다. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
JS 코드 실행과정에서 컴파일과 인터프리트를 활용하는데 어떻게 활용하는 지 설명해주세요.
Beta Was this translation helpful? Give feedback.
All reactions