# Compiler Bomb 만들기

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

## Metadata

- GeekNews HTML: [https://news.hada.io/topic?id=3758](https://news.hada.io/topic?id=3758)
- GeekNews Markdown: [https://news.hada.io/topic/3758.md](https://news.hada.io/topic/3758.md)
- Type: news
- Author: [xguru](https://news.hada.io/@xguru)
- Published: 2021-02-18T11:33:02+09:00
- Updated: 2021-02-18T11:33:02+09:00
- Original source: [codegolf.stackexchange.com](https://codegolf.stackexchange.com/questions/69189/build-a-compiler-bomb/69415#69415)
- Points: 4
- Comments: 0

## Topic Body

작은 파일을 컴파일해서 엄청 큰사이즈 파일을 만들어내는 코드 만들기

- 조건: 결과물이 실행파일(EXE/ELF/pyc..), 컴파일 옵션도 크기에 포함

Python(16Byte): (1<<19**8,)*4**7 → 32TB

C(29Byte): main[-1u]={1}; 를 -mcmodel=medium 로 컴파일 → 16GB

## Comments



_No public comments on this page._
