# Pyjion - 파이썬 JIT 컴파일러

> Clean Markdown view of GeekNews topic #5358. Use the original source for factual precision when an external source URL is present.

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=5358](https://news.hada.io/topic?id=5358)
- GeekNews Markdown: [https://news.hada.io/topic/5358.md](https://news.hada.io/topic/5358.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-11-11T09:58:02+09:00
- Updated: 2021-11-11T09:58:02+09:00
- Original source: [trypyjion.com](https://www.trypyjion.com/)
- Points: 5
- Comments: 3

## Topic Body

- pip 로 설치가능한 Python 3.10 용 drop-in JIT 컴파일러

ㅤ→ 맥/윈/리눅스

ㅤ→ CPython bytecode를 머신코드로 컴파일

- 코드 변경없이 Python 코드를 빠르게 실행

ㅤ→ Profile Guided JIT Compiler

ㅤ→ 네티이브 64bit float & integer 지원

ㅤ→ Intel/ARM CPU 지원

ㅤ→ IL/ASM desassembler 내장

ㅤ→ 네이티브 디버깅/프로파일링 도구 지원

## Comments



### Comment 7553

- Author: askagirl
- Created: 2021-11-11T13:27:11+09:00
- Points: 1

.net core를 설치하는게 좀 단점이네요.

### Comment 7546

- Author: galadbran
- Created: 2021-11-11T10:34:45+09:00
- Points: 1

https://github.com/microsoft/Pyjion

github 프로젝트를 보니 MS 에서 진행하는 거군요... 비슷한 역할을 하는 PyPy, Pyston 과의 비교도 Readme 에서 간단히 설명하고 있습니다.

JIT 를 지원하면서도 기존의 C 로 개발된 파이썬 모듈도 그대로 사용할 수 있도록 하는게 차이점으로 보입니다.

### Comment 7545

- Author: galadbran
- Created: 2021-11-11T10:29:57+09:00
- Points: 1

닷넷 CLI(Common language infra.) 가 여기서 나오다니 놀랍네요 ^^;
